Skip to content

Commit

Permalink
Updated with more details / english names
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Apr 13, 2018
1 parent 22e4306 commit 898e710
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions scripts/si/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@

### To manually download the data you should:
1. Register as user at http://egp.gu.gov.si/egp, wait for the email with the password, login
2. Expand section "9. Register prostorskih enot"
3. Download the data "Prostorske enote" (spatial units) -> RPE_PE.ZIP and put it in this folder
4. Download the data "Ulice" (streets) -> RPE_PUL.ZIP and put it in this folder
5. Download the data "Hišne številke" (house numbers) -> RPE_PE.ZIP and put it in this folder
2. Expand section "9. Register prostorskih enot" / "9. Register of Spatial Units"
3. Download the data "Prostorske enote" / "Spatial units" -> `RPE_PE.ZIP` and put it in this folder
4. Download the data "Ulice" / "Streets" -> `RPE_PUL.ZIP` and put it in this folder
5. Download the data "Hišne številke" / "House numbers" -> `RPE_PE.ZIP` and put it in this folder
6. Adjust the scripts to use these ZIPs.

### Technical info:
Encoding in source shapefiles is Windows-1250 (`CP1250` in `iconv`), result is UTF8

Source shapefile structure is described in http://www.e-prostor.gov.si/fileadmin/struktura/RPE_struktura.pdf
Source shapefile structure is described in [RPE_struktura.pdf](http://www.e-prostor.gov.si/fileadmin/struktura/RPE_struktura.pdf) (only in Slovenian so far)

### Dataset source
Data can be obtained from Geodetska uprava Republike Slovenije - http://egp.gu.gov.si/egp/ under CreativeCommons attribution license - CC-BY 2.5 (http://creativecommons.org/licenses/by/2.5 ), attribution details: http://www.e-prostor.gov.si/fileadmin/struktura/preberi_me.pdf
Data can be obtained from Geodetska uprava Republike Slovenije - http://egp.gu.gov.si/egp/ under CreativeCommons attribution license - [CC-BY 2.5](http://creativecommons.org/licenses/by/2.5/si/legalcode), attribution details in [General_terms.pdf](http://www.e-prostor.gov.si/fileadmin/struktura/ANG/General_terms.pdf) (or slovene [preberi_me.pdf](http://www.e-prostor.gov.si/fileadmin/struktura/preberi_me.pdf)).

### Dependancies
GeoCoordinateConverter for most accurate reprojection
https://github.com/mrihtar/GeoCoordinateConverter (will be checked out and built if it is not existing yet)
1. [GeoCoordinateConverter](http://geocoordinateconverter.tk/) for most accurate reprojection (https://github.com/mrihtar/GeoCoordinateConverter will be checked out and built if it is not existing yet)
2. GNU Make, bash, wget... (normal linux stuff)
3. `ogr2ogr` (part of [gdal suite](http://www.gdal.org/))
3. Python

0 comments on commit 898e710

Please sign in to comment.