Skip to content

Commit

Permalink
Added house numbers - CSV only
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed May 4, 2020
1 parent 97e6025 commit 8a58b83
Show file tree
Hide file tree
Showing 3 changed files with 561,901 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ geojson:
echo -n "$$BASENAME GeoJSON: "; \
SHAPE_ENCODING=CP1250 ogr2ogr -progress -t_srs "EPSG:4326" -f "GeoJSON" data/$$BASENAME.geojson $$DIRNAME -lco RFC7946=YES -lco WRITE_BBOX=YES -mapFieldType Date=String; \
echo -n "$$BASENAME CSV: "; \
SHAPE_ENCODING=CP1250 ogr2ogr -progress -t_srs "EPSG:4326" -f "CSV" data/$$BASENAME.csv $$DIRNAME -lco WRITE_BOM=YES; \
SHAPE_ENCODING=CP1250 ogr2ogr -progress -t_srs "EPSG:4326" -f "CSV" data/$$BASENAME.csv $$DIRNAME -lco WRITE_BOM=YES -lco GEOMETRY=AS_XY; \
done

.PHONY: clean
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
| Enote lokalnih volitev / Voting districts | [VLV.geojson](data/VLV.geojson) | [VLV.csv](data/VLV.csv) |
| Območne geodetske uprave / Administrative units | [OG.geojson](data/OG.geojson) | [OG.csv](data/OG.csv) |
| Prostorski okoliši / Spatial districts | [PO.geojson](data/PO.geojson) | [PO.csv](data/PO.csv) |
| Hišne številke / House numbers | / (too big) | [HS.csv](data/HS.csv) |

<!--
| Hišne številke / House numbers | / |
https://www.e-prostor.gov.si/fileadmin/struktura/sifrant_rpe_enot.htm
-->

Expand Down
Loading

0 comments on commit 8a58b83

Please sign in to comment.