Download outline map of Nogoyá (geojson format) :
Nogoyá.geojson (**)
Download polygon array of Nogoyá map for "Google Maps" :
Nogoyá.txt
Bounding Box for Nogoyá Map : ( -32.60607 , -60.26421 , -31.859152 , -59.319518 )
Wikipedia ID for Nogoyá : Q3112762
Wikipedia SPARQL Query for Nogoyá (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3112762 wdt:P1082 ?population. }
OPTIONAL { wd:Q3112762 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3112762 wdt:P2046 ?area. }
OPTIONAL { wd:Q3112762 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3112762 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3112762 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 Nogoyá map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-32.60607, -60.26421, -31.859152, -59.319518);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nogoyá)
[out:json];
(
rel["name"="Nogoya"][type=boundary];
rel["name:en"="Nogoya"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nogoyá
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aldea San Miguel | -32.081340 , -60.168310 |
Algarrobitos | -32.283330 , -60.066670 |
Betbeder | -32.371570 , -59.929150 |
Colonia San Juan | -32.483330 , -59.716670 |
Don Cristobal | -32.071200 , -59.993780 |
El Pueblito | -32.163660 , -59.824660 |
Febre | -32.475770 , -59.913280 |
Hernández | -32.337300 , -60.021600 |
La Llave | -32.530520 , -59.582090 |
Lucas González | -32.384300 , -59.530130 |
Nogoyá | -32.393870 , -59.789530 |
Tres Esquinas | -32.248540 , -59.947060 |
Veinte de Setiembre | -32.384120 , -59.664180 |
Notes:
- You can download geometry data for Nogoyá 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.