Download outline map of Prairie (geojson format) :
Prairie.geojson (**)
Download polygon array of Prairie map for "Google Maps" :
Prairie.txt
Bounding Box for Prairie Map : ( 34.479537 , -91.803734 , 35.091584 , -91.34385 )
Wikipedia ID for Prairie : Q61472
Wikipedia SPARQL Query for Prairie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61472 wdt:P1082 ?population. }
OPTIONAL { wd:Q61472 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61472 wdt:P2046 ?area. }
OPTIONAL { wd:Q61472 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61472 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61472 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 Prairie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.479537, -91.803734, 35.091584, -91.34385);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Prairie)
[out:json];
(
rel["name"="Prairie"][type=boundary];
rel["name:en"="Prairie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Prairie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrettsville | 34.859810 , -91.669580 |
Bay Plantation | 34.965650 , -91.384020 |
Beulah | 34.873150 , -91.409020 |
Brasfield | 34.832870 , -91.380680 |
Bucks Landing | 34.870650 , -91.466240 |
Crossroad | 34.933700 , -91.719580 |
De Valls Bluff | 34.785757 , -91.460481 |
Des Arc | 34.976750 , -91.506422 |
Erwin | 34.972040 , -91.446800 |
Fairmount | 34.595650 , -91.599020 |
Fourmile Corner | 34.978420 , -91.563740 |
Fredonia (Biscoe) | 34.818725 , -91.410388 |
Gospoda | 34.888700 , -91.495130 |
Hallsville | 34.816760 , -91.495410 |
Harrys | 34.948150 , -91.510690 |
Hayley | 34.995920 , -91.654860 |
Hazen | 34.797706 , -91.571954 |
Hickory Plains | 34.990090 , -91.736800 |
Jasmine | 35.064260 , -91.583740 |
Letchworth | 34.910930 , -91.494300 |
Little Dixie | 35.007310 , -91.364850 |
Mesa | 34.781760 , -91.493740 |
Peppers Lake | 34.739820 , -91.443180 |
Peppers Landing | 34.743150 , -91.387350 |
Plunketts | 34.909810 , -91.406240 |
Sand Hill | 35.008700 , -91.434850 |
Screeton | 34.781480 , -91.667360 |
Siedenstricker | 34.728430 , -91.552910 |
Slovak | 34.648710 , -91.582070 |
Tarnceville | 34.847590 , -91.603470 |
Thurman | 34.979530 , -91.782080 |
Tollville | 34.719820 , -91.535410 |
Ulm | 34.576285 , -91.461727 |
Vaby | 34.704820 , -91.481800 |
Notes:
- You can download geometry data for Prairie 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.