Download outline map of Purovskiy (geojson format) :
Purovskiy.geojson (**)
Download polygon array of Purovskiy map for "Google Maps" :
Purovskiy.txt
Bounding Box for Purovskiy Map : ( 62.461916 , 73.062301 , 67.718082 , 80.834462 )
Wikipedia ID for Purovskiy : Q2483064
Wikipedia SPARQL Query for Purovskiy (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2483064 wdt:P1082 ?population. }
OPTIONAL { wd:Q2483064 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2483064 wdt:P2046 ?area. }
OPTIONAL { wd:Q2483064 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2483064 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2483064 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 Purovskiy map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](62.461916, 73.062301, 67.718082, 80.834462);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Purovskiy)
[out:json];
(
rel["name"="Purovskiy"][type=boundary];
rel["name:en"="Purovskiy"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Purovskiy
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Kharampur | 64.333330 , 78.050000 |
Noyabrsk | 63.166544 , 75.616511 |
Purovsk | 65.320000 , 77.776940 |
Purovsk | 64.981390 , 77.672780 |
Purpe | 64.480280 , 76.689720 |
Samburg | 67.000000 , 78.250000 |
Syvdarma | 65.271940 , 77.752220 |
Tarko-Sale | 64.916110 , 77.774570 |
Urengoy | 65.965500 , 78.369290 |
Vengopur | 64.130410 , 76.810800 |
Notes:
- You can download geometry data for Purovskiy 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.