Code Monkey home page Code Monkey logo

slovakia-gps-data's Introduction

slovakia-gps-data

Geo database of Slovak

  • cities (points)
  • regions (borders)
  • districts (borders)
  • country (borders)

All data in

  • GeoJSON
    • EPSG 4326 (lat/lon WGS84)
    • EPSG 3395 (x/y world mercator)
  • SHP
    • EPSG 4326 (lat/lon WGS84)

data sources used to create

Cities - http://www.mapcruzin.com/download-shapefile/slovakia-places-shape.zip ( http://www.mapcruzin.com/free-slovakia-arcgis-maps-shapefiles.htm )

Country borders, Region borders, District borders - https://www.geoportal.sk/sk/zbgis_smd/na-stiahnutie/

slovakia-gps-data's People

Contributors

drakh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

slovakia-gps-data's Issues

some of the cities are missing name

i have parsed the cities database fromcities_regions_districts_epsg_4326.geojson and some of them seem to be missing names, which i think they shouldn't. also, some of of these places have very weird "type" assigned

here is the debug output:

	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 301208848
	            [name] =>
	            [region] => Trenčiansky
	            [district] => Trenčín
	            [type] => village
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 18.0047495
	                    [1] => 48.8761136
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 302604883
	            [name] =>
	            [region] => Trenčiansky
	            [district] => Trenčín
	            [type] => village
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 17.9949948
	                    [1] => 48.8951971
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 311823837
	            [name] =>
	            [region] => Bratislavský
	            [district] => Bratislava IV
	            [type] => Psie skaly
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 17.0022659
	                    [1] => 48.1969035
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 382929983
	            [name] =>
	            [region] => Žilinský
	            [district] => Tvrdošín
	            [type] => Drevenný kostol
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 19.5587459
	                    [1] => 49.3364672
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 383883334
	            [name] =>
	            [region] => Žilinský
	            [district] => Liptovský Mikuláš
	            [type] => Vodopád
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 19.4860086
	                    [1] => 49.1786666
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 386005018
	            [name] =>
	            [region] => Nitriansky
	            [district] => Zlaté Moravce
	            [type] => village
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 18.3253669
	                    [1] => 48.3884062
	                )
	
	        )
	
	)

Terms of Use

From https://www.geoportal.sk/sk/zbgis_smd/na-stiahnutie/

Podmienky použitia

Akékoľvek kopírovanie alebo zverejňovanie celého kartografického diela alebo jeho podstatnej časti bez súhlasu autora, a to aj pre osobnú potrebu a na účel, ktorý nie je priamo alebo nepriamo obchodný, je v zmysle zákona č. 185/2015 Z. z. (autorský zákon) zakázané. Nerešpektovanie tohto zákazu svojvoľným kopírovaním produktov zverejnených na tomto webovom portáli zakladá občianskoprávnu aj trestnoprávnu zodpovednosť protiprávne konajúcej osoby podľa osobitných predpisov.

Maybe would be good to add LICENSE file?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.