Download outline map of Valencia (geojson format) :
Valencia.geojson (**)
Download polygon array of Valencia map for "Google Maps" :
Valencia.txt
Bounding Box for Valencia Map : ( 34.436993 , -107.204675 , 34.958064 , -106.410974 )
Wikipedia ID for Valencia : Q487283
Wikipedia SPARQL Query for Valencia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q487283 wdt:P1082 ?population. }
OPTIONAL { wd:Q487283 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q487283 wdt:P2046 ?area. }
OPTIONAL { wd:Q487283 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q487283 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q487283 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 Valencia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.436993, -107.204675, 34.958064, -106.410974);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Valencia)
[out:json];
(
rel["name"="Valencia"][type=boundary];
rel["name:en"="Valencia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Valencia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adelino | 34.706614 , -106.730464 |
Azul | 34.693950 , -106.758360 |
Becker | 34.496170 , -106.615580 |
Belen | 34.680370 , -106.787554 |
Bodega | 34.552010 , -106.675860 |
Bosque Farms | 34.853796 , -106.701590 |
Boys Ranch | 34.651797 , -106.741232 |
Canyon del Rio | 34.607170 , -106.537680 |
Casa Colorada | 34.553603 , -106.742197 |
Chical | 34.865902 , -106.667196 |
Correo | 34.955050 , -107.184760 |
Dalies | 34.772000 , -106.860590 |
El Cerro | 34.780760 , -106.695687 |
El Cerro Mission | 34.768735 , -106.644601 |
Highland Meadows | 34.939994 , -107.165546 |
Isleta Pueblo | 34.895330 , -106.676970 |
Jarales | 34.614601 , -106.763067 |
La Constancia | 34.678390 , -106.735030 |
La Ladera | 34.709220 , -106.715030 |
La Ladera | 34.826720 , -106.666690 |
Las Maravillas | 34.734028 , -106.669014 |
Los Chaves | 34.733223 , -106.763598 |
Los Chavez | 34.726720 , -106.753640 |
Los Lunas | 34.808996 , -106.763724 |
Los Trujillos-Gabaldon | 34.663140 , -106.755850 |
Madrone | 34.579215 , -106.728645 |
Meadow Lake | 34.802358 , -106.570148 |
Mission Park | 34.773940 , -106.648360 |
Monterey Park | 34.751149 , -106.653064 |
Paquita | 34.865330 , -106.776970 |
Pasitos del Cielo | 34.721730 , -106.688370 |
Peralta | 34.828177 , -106.686336 |
Pueblitos | 34.610891 , -106.781753 |
Rio Communities | 34.641437 , -106.716493 |
Rio Communities North | 34.732700 , -106.687900 |
Rio del Oro | 34.733690 , -106.688800 |
Rio Puerco | 34.793110 , -106.993640 |
Sausal | 34.680724 , -106.759708 |
South Garcia | 34.880880 , -107.080870 |
Suwanee | 34.935050 , -107.137260 |
Tome | 34.739688 , -106.723004 |
Tome Designated Place | 34.733930 , -106.723420 |
Valencia | 34.805394 , -106.686856 |
Notes:
- You can download geometry data for Valencia 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.