Download outline map of Luna (geojson format) :
Luna.geojson (**)
Download polygon array of Luna map for "Google Maps" :
Luna.txt
Bounding Box for Luna Map : ( 31.7835 , -108.230023 , 32.605534 , -107.296347 )
Wikipedia ID for Luna : Q489652
Wikipedia SPARQL Query for Luna (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q489652 wdt:P1082 ?population. }
OPTIONAL { wd:Q489652 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q489652 wdt:P2046 ?area. }
OPTIONAL { wd:Q489652 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q489652 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q489652 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 Luna map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.7835, -108.230023, 32.605534, -107.296347);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Luna)
[out:json];
(
rel["name"="Luna"][type=boundary];
rel["name:en"="Luna"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Luna
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akela | 32.245920 , -107.405580 |
Arena | 31.802050 , -107.415570 |
Cambray | 32.225370 , -107.317520 |
Carne | 32.288140 , -107.571410 |
City of the Sun | 31.846824 , -107.650144 |
Columbus | 31.825070 , -107.639972 |
Deming | 32.263189 , -107.751375 |
Eller Place | 32.022590 , -107.973370 |
Florida | 32.415920 , -107.576690 |
Gage | 32.229530 , -108.086150 |
Keeler Farm | 32.316066 , -107.760229 |
La Hacienda | 32.205992 , -107.725067 |
Mimbres | 31.800660 , -107.754470 |
Mirage | 32.330090 , -107.660580 |
Mountain View | 32.228907 , -107.746229 |
Myndus | 32.260090 , -107.457240 |
Nutt | 32.572860 , -107.449470 |
Old Town | 32.553140 , -107.914760 |
Pecan Park | 32.270407 , -107.673993 |
Peruhill | 32.303140 , -107.806980 |
Pulpotio Bareas | 32.217891 , -107.772816 |
Spalding | 32.449250 , -107.967530 |
Sunshine | 32.134393 , -107.783795 |
Tunis | 32.251480 , -107.917810 |
Ventura | 32.243781 , -107.683203 |
Waterloo | 31.985100 , -107.722250 |
Notes:
- You can download geometry data for Luna 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.