Download outline map of Penza (geojson format) :
Penza.geojson (**)
Download polygon array of Penza map for "Google Maps" :
Penza.txt
Bounding Box for Penza Map : ( 53.101282 , 44.834885 , 53.288911 , 45.230863 )
Wikipedia ID for Penza : Q2217255
Wikipedia SPARQL Query for Penza (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2217255 wdt:P1082 ?population. }
OPTIONAL { wd:Q2217255 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2217255 wdt:P2046 ?area. }
OPTIONAL { wd:Q2217255 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2217255 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2217255 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 Penza map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](53.101282, 44.834885, 53.288911, 45.230863);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Penza)
[out:json];
(
rel["name"="Penza"][type=boundary];
rel["name:en"="Penza"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Penza
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arbekovo | 53.218900 , 44.884700 |
Arbekovo | 53.241500 , 44.842800 |
Kamyshi-Khvoshchi | 53.230280 , 45.143390 |
Krivozer'ye | 53.149100 , 44.976300 |
Lebedevka | 53.115750 , 44.985190 |
Neftyanik | 53.269600 , 44.948100 |
Novaya Zhizn' | 53.246410 , 45.090030 |
Penza | 53.200514 , 44.998307 |
Pobeda | 53.245900 , 45.119420 |
Pobochino | 53.237600 , 44.874700 |
Sel'khoztekhnikum | 53.177000 , 44.948200 |
Studenyy | 53.160100 , 45.138400 |
Veselovka | 53.168300 , 44.939800 |
Zapadnaya Polyana | 53.207100 , 44.974800 |
Zarya | 53.271800 , 44.924300 |
Notes:
- You can download geometry data for Penza 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.