Download outline map of Scurry (geojson format) :
Scurry.geojson (**)
Download polygon array of Scurry map for "Google Maps" :
Scurry.txt
Bounding Box for Scurry Map : ( 32.525188 , -101.174726 , 32.970225 , -100.65587 )
Wikipedia ID for Scurry : Q111759
Wikipedia SPARQL Query for Scurry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111759 wdt:P1082 ?population. }
OPTIONAL { wd:Q111759 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111759 wdt:P2046 ?area. }
OPTIONAL { wd:Q111759 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111759 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111759 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 Scurry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.525188, -101.174726, 32.970225, -100.65587);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Scurry)
[out:json];
(
rel["name"="Scurry"][type=boundary];
rel["name:en"="Scurry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Scurry
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arah | 32.758160 , -101.135120 |
Brand | 32.792330 , -100.960680 |
Camp Springs | 32.759830 , -100.692060 |
China Grove | 32.530110 , -100.817340 |
Dermott | 32.854550 , -101.015680 |
Dunn | 32.567060 , -100.885390 |
Fluvanna | 32.885660 , -101.148740 |
Fullerville | 32.925380 , -101.065400 |
Hermleigh | 32.636577 , -100.752299 |
Hudd | 32.926490 , -100.679840 |
Ira | 32.582060 , -101.002060 |
Knapp | 32.648440 , -101.117620 |
Midway | 32.732890 , -100.682890 |
Snyder | 32.713808 , -100.911207 |
Union | 32.729000 , -100.997620 |
Notes:
- You can download geometry data for Scurry 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.