Download outline map of Krasnodar (geojson format) :
Krasnodar.geojson (**)
Download polygon array of Krasnodar map for "Google Maps" :
Krasnodar.txt
Bounding Box for Krasnodar Map : ( 44.968547 , 38.655062 , 45.219049 , 39.384292 )
Wikipedia ID for Krasnodar : Q849924
Wikipedia SPARQL Query for Krasnodar (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q849924 wdt:P1082 ?population. }
OPTIONAL { wd:Q849924 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q849924 wdt:P2046 ?area. }
OPTIONAL { wd:Q849924 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q849924 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q849924 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Krasnodar map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.968547, 38.655062, 45.219049, 39.384292);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Krasnodar)
[out:json];
(
rel["name"="Krasnodar"][type=boundary];
rel["name:en"="Krasnodar"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Krasnodar
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Berezovyy | 45.150100 , 38.993800 |
Chernikov | 45.182620 , 38.833390 |
Dorozhnyy | 45.118560 , 39.351920 |
Druzhelyubnyy | 45.123910 , 39.151340 |
Elizavetinskaya | 45.044460 , 38.795800 |
Industrial'nyy | 45.096010 , 39.110200 |
Kalinino | 45.108400 , 38.939290 |
Kolosistyy | 45.132850 , 38.905300 |
Kopanskoy | 45.171390 , 38.804720 |
Krasnodar | 45.036213 , 39.002311 |
Krasnodar | 44.998081 , 38.961873 |
Krasnodar | 44.996063 , 39.025888 |
Krasnodarskiy | 45.154590 , 39.128150 |
Krasnodarskiy | 45.086680 , 39.043560 |
Krasnolit | 45.153410 , 38.842430 |
Kruglik Vtoroy | 44.995570 , 39.048080 |
Kubanstroy | 44.999170 , 38.801940 |
Lenina | 45.021400 , 39.220990 |
Malo-Lagernyy | 45.019439 , 39.214959 |
Novyy | 45.156870 , 38.809670 |
Oktyabr'skiy | 45.184410 , 39.082160 |
Pashkovskiy | 45.024400 , 39.106790 |
Plodorodnyy | 45.055830 , 39.051800 |
Pobeditel' | 45.123820 , 39.098600 |
Rossiyskiy | 45.115190 , 39.037330 |
Starokorsunskaya | 45.053032 , 39.305604 |
Vostochnyy | 45.185310 , 38.775470 |
Yelizavetinskaya | 45.043703 , 38.794199 |
Zelenopol'skiy | 45.120940 , 39.177400 |
Zonal'nyy | 45.088450 , 39.120420 |
Notes:
- You can download geometry data for Krasnodar in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.