Download outline map of Grady (geojson format) :
Grady.geojson (**)
Download polygon array of Grady map for "Google Maps" :
Grady.txt
Bounding Box for Grady Map : ( 34.681119 , -98.096018 , 35.378433 , -97.667967 )
Wikipedia ID for Grady : Q484600
Wikipedia SPARQL Query for Grady (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484600 wdt:P1082 ?population. }
OPTIONAL { wd:Q484600 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484600 wdt:P2046 ?area. }
OPTIONAL { wd:Q484600 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484600 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484600 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 Grady map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.681119, -98.096018, 35.378433, -97.667967);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grady)
[out:json];
(
rel["name"="Grady"][type=boundary];
rel["name:en"="Grady"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grady
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acme | 34.798960 , -98.019210 |
Agawam | 34.873400 , -97.946150 |
Alex | 34.922742 , -97.776305 |
Amber | 35.160157 , -97.882066 |
Bailey | 34.716190 , -97.798090 |
Bradley | 34.877911 , -97.708657 |
Bridge Creek | 35.239304 , -97.730851 |
Chickasha | 35.041038 , -97.947227 |
Cox City | 34.725350 , -97.731700 |
Dutton | 35.203950 , -98.094490 |
Farwell | 34.885900 , -98.005600 |
Laverty | 34.990620 , -98.075320 |
Middleberg | 35.106180 , -97.735040 |
Minco | 35.317399 , -97.951818 |
Ninnekah | 34.964072 , -97.944762 |
Norge | 34.989227 , -97.994060 |
Pocasset | 35.195153 , -97.954589 |
Rocky Ford | 34.845350 , -98.071990 |
Rush Springs | 34.779130 , -97.957192 |
Sooner | 35.232560 , -97.853660 |
Tabler | 35.044230 , -97.819760 |
Tuttle | 35.306793 , -97.755647 |
Verden | 35.083349 , -98.087320 |
Notes:
- You can download geometry data for Grady 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.