Download outline map of Graham (geojson format) :
Graham.geojson (**)
Download polygon array of Graham map for "Google Maps" :
Graham.txt
Bounding Box for Graham Map : ( 32.424475 , -110.458136 , 33.652751 , -109.113987 )
Wikipedia ID for Graham : Q58692
Wikipedia SPARQL Query for Graham (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q58692 wdt:P1082 ?population. }
OPTIONAL { wd:Q58692 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q58692 wdt:P2046 ?area. }
OPTIONAL { wd:Q58692 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q58692 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q58692 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 Graham map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.424475, -110.458136, 33.652751, -109.113987);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Graham)
[out:json];
(
rel["name"="Graham"][type=boundary];
rel["name:en"="Graham"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Graham
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aravaipa | 32.957290 , -110.355090 |
Artesia | 32.698120 , -109.707580 |
Ashurst | 32.984230 , -109.932300 |
Bonita | 32.589790 , -109.969240 |
Bryce | 32.925827 , -109.823078 |
Buena Vista | 32.843680 , -109.562020 |
Bylas | 33.128250 , -110.115400 |
Cactus Flats | 32.764200 , -109.720479 |
Calva | 33.180610 , -110.186480 |
Central | 32.868055 , -109.791341 |
Chaney Place | 32.483410 , -109.347290 |
Eden | 32.961170 , -109.895360 |
Emery | 33.069780 , -110.017030 |
Fort Thomas | 33.022218 , -109.966490 |
Geronimo | 33.077000 , -110.035080 |
Glenbar | 32.916730 , -109.858140 |
Gripe | 32.812570 , -109.602020 |
Hollywood | 32.829510 , -109.683410 |
Indian Hot Springs | 32.998390 , -109.900640 |
Kimball | 32.896180 , -109.775360 |
Klondyke | 32.835340 , -110.332310 |
Lebanon | 32.745350 , -109.716190 |
Little Franks | 32.432580 , -109.215340 |
Lone Star | 32.816450 , -109.681190 |
Natches | 33.210890 , -110.300090 |
Old Columbine | 32.707290 , -109.909520 |
Pima | 32.887624 , -109.840870 |
Pinecrest | 32.622372 , -109.829707 |
Point of Pines | 33.365890 , -109.751470 |
Saff | 32.827673 , -109.722197 |
Safford | 32.832130 , -109.700718 |
San Jose | 32.816942 , -109.595702 |
Solomon | 32.813811 , -109.628931 |
Sunset | 32.523960 , -110.207300 |
Swift Trail Junction | 32.730454 , -109.714703 |
Tanque | 32.608960 , -109.538130 |
Thatcher | 32.831678 , -109.759408 |
Turkey Flat | 32.630900 , -109.821190 |
Whitlock Cienega | 32.552850 , -109.335900 |
Notes:
- You can download geometry data for Graham 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.