L
L
Lighter Ilya2019-04-18 09:10:26
Data request
Lighter Ilya, 2019-04-18 09:10:26

Ways to fill the database with RF addresses?

Good afternoon! There is a Django 2.0 project where an address is created by joining records from multiple tables:

  • Region (region): id and name fields (identifier and name, respectively);
  • City (city): id, name, region_id (FK to the Region table);
  • Street (street): id, name, city (FK to the City table), s_type (type: street, avenue, etc.);
  • House (house): id, number (house number), litera (house letter, optional field), geom (geocoordinates, optional field).

It is necessary to replenish the database with up-to-date data on the objects of the Russian Federation according to the scheme that I described above.
What ways can you suggest to do this?
I looked at the FIAS database, but it seemed to me too complicated to import (maybe I'm just inexperienced and don't know how). There may be easier ways that I don't know about. Thanks in advance for your reply!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrew, 2019-04-18
@lighter97

Few options: FIAS

D
d-stream, 2019-04-18
@d-stream

I looked at the FIAS database, but it seemed to me too complicated to import (maybe I'm just inexperienced and don't know how).
At least it is a reliable and constantly available source. Therefore, the game with the analysis of its structure and adjustment to it is worth the candle.

P
pfg21, 2019-04-18
@pfg21

the only free and open source of georeferenced addresses is openstreetmap.
You download the download and pull out the necessary data from there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question