Download outline map of Perry (geojson format) :
Perry.geojson (**)
Download polygon array of Perry map for "Google Maps" :
Perry.txt
Bounding Box for Perry Map : ( 34.771792 , -93.305885 , 35.115827 , -92.540497 )
Wikipedia ID for Perry : Q61131
Wikipedia SPARQL Query for Perry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61131 wdt:P1082 ?population. }
OPTIONAL { wd:Q61131 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61131 wdt:P2046 ?area. }
OPTIONAL { wd:Q61131 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61131 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61131 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 Perry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.771792, -93.305885, 35.115827, -92.540497);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Perry)
[out:json];
(
rel["name"="Perry"][type=boundary];
rel["name:en"="Perry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Perry
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adona | 35.040021 , -92.899059 |
Antioch | 34.957870 , -92.758780 |
Aplin | 34.973980 , -92.978780 |
Ava | 34.869540 , -93.205460 |
Bigelow | 34.998163 , -92.631107 |
Bunker Hill | 35.069810 , -92.668770 |
Casa | 35.025416 , -93.044868 |
Cherry Hill | 34.990090 , -92.874340 |
Deberrie | 34.940920 , -93.015170 |
Fourche | 34.993225 , -92.619152 |
Fourche Junction | 34.956480 , -93.157120 |
Graytown | 34.995370 , -92.636270 |
Harmony | 34.880330 , -92.771830 |
Hollis | 34.874540 , -93.110460 |
Homewood | 35.030090 , -92.976560 |
Houston | 35.034952 , -92.694591 |
Ledwidge | 34.957310 , -92.566270 |
Little Italy | 34.937590 , -92.585990 |
New Dixie | 35.042590 , -92.612110 |
Nimrod | 34.959260 , -93.076560 |
Nogal | 35.075920 , -92.567380 |
Oak Grove | 34.965920 , -92.714330 |
Perry | 35.044755 , -92.793451 |
Perryville | 35.012206 , -92.802855 |
Pleasant Valley | 34.971480 , -92.674330 |
Ragsdale | 34.940370 , -92.895170 |
Rose Creek | 35.064720 , -92.989720 |
Satuma | 34.902590 , -92.859340 |
Stony Point | 35.077030 , -92.604610 |
Sweet Home | 35.021750 , -92.757940 |
Thornburg | 34.934260 , -92.806560 |
Toad Suck | 35.075640 , -92.559880 |
West Aplin | 34.972310 , -92.984340 |
Williams Junction | 34.881480 , -92.773500 |
Wye | 34.939260 , -92.641830 |
Notes:
- You can download geometry data for Perry 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.