See Slovenia Address Import project description in OpenStreetMap wiki. Do NOT import anything until the process is defined and approved by community!
- Register as user at https://egp.gu.gov.si/egp/, wait for the email with the password, login
- Run GNU
make
in this folder (requireswget
andgo
(>1.10)) - When prompted enter your credentials (they can be saved for later reuse)
- Wait a minute or two for processing to finish.
- Register as user at https://egp.gu.gov.si/egp/, wait for the email with the password, login
- Expand section "2. Register prostorskih enot" / "2. Register of Spatial Units"
- Download the data "Prostorske enote" / "Spatial units" ->
RPE_PE.ZIP
and put it in thedata/downloaded
folder - Download the data "Ulice" / "Streets" ->
RPE_PUL.ZIP
and put it in thedata/downloaded
folder - Download the data "Hišne številke" / "House numbers" ->
RPE_PE.ZIP
and put it in thedata/downloaded
folder
Encoding in source shapefiles is Windows-1250 (CP1250
in iconv
), result is UTF8
Source shapefile structure is described in RPE_struktura.docx (only in Slovenian so far)
Data can be obtained from Geodetska uprava Republike Slovenije - https://egp.gu.gov.si/egp/ under CreativeCommons attribution license - CC-BY 4.0, attribution details in General_terms.pdf (or slovene preberi_me.pdf).
- GNU Make, bash, wget... (normal linux stuff)
- GoLang 1.10 or later (program is optimized as a Go learning exercise)
- pnoll1/bothell_import - house numbers and building outlines
- SouthFLMappers/OSMImport2018 - Miami-Dade County Address + Building (+POI?) Import
- cascafico/MilanoHousenumbers - Milano house numbers
- Split into smaller files by areas (municipalities/občine, cities/naselja)
- add golang
gometalintergolangci-lint DONE - use OSM conflator source code to prepare .osc files
- create
taginfo.json
- add
taginfo.json
to taginfo-projects - PR#65 - DONE - Find & expand abbreviated names (eg "Moravci v Slov. goricah", "Pristava pri Polh. Gradcu"). Done, see
overrides
folder. (Q: Add a tag with original, shortened value, likeshort_name
?) - Convert bilingual postcode names "Piran - Pirano" -> "Piran / Pirano", keeping "Šmarje - Sap", "Ljubljana - Šmartno"...