Download outline map of Simpson (geojson format) :
Simpson.geojson (**)
Download polygon array of Simpson map for "Google Maps" :
Simpson.txt
Bounding Box for Simpson Map : ( 31.75268 , -90.247927 , 32.049728 , -89.653025 )
Wikipedia ID for Simpson : Q490488
Wikipedia SPARQL Query for Simpson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490488 wdt:P1082 ?population. }
OPTIONAL { wd:Q490488 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490488 wdt:P2046 ?area. }
OPTIONAL { wd:Q490488 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490488 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490488 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 Simpson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.75268, -90.247927, 32.049728, -89.653025);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Simpson)
[out:json];
(
rel["name"="Simpson"][type=boundary];
rel["name:en"="Simpson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Simpson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boggan | 31.794880 , -89.878970 |
Braxton | 32.026391 , -89.971530 |
Bridgeport | 31.823770 , -90.090920 |
Bush | 31.862100 , -89.986750 |
Coats | 31.845990 , -89.704800 |
Cyclone | 31.870440 , -89.800080 |
D'Lo | 31.986953 , -89.901131 |
Everett | 32.027660 , -89.822300 |
Fayettehill | 31.960710 , -89.768960 |
Gama | 32.022380 , -90.091750 |
Gum Springs | 32.003770 , -89.950080 |
Harrisville | 31.972380 , -90.077860 |
Maddox | 31.888770 , -89.669520 |
Magee | 31.872618 , -89.733425 |
Martinville | 31.973490 , -89.753960 |
Mendenhall | 31.960874 , -89.869228 |
Merit | 31.927940 , -89.908690 |
Merry Hell | 31.806550 , -89.662570 |
Pearl | 32.002100 , -90.198980 |
Pine Lake | 32.012650 , -89.968970 |
Pinola | 31.877100 , -89.962020 |
Rexford | 32.042650 , -90.074810 |
Sanatorium | 31.898770 , -89.777580 |
Saratoga | 31.797110 , -89.677570 |
Schley | 31.787380 , -90.094250 |
Shivers | 31.796550 , -89.987580 |
Touchstone | 31.998490 , -90.034530 |
Upton | 31.990160 , -89.703960 |
Weathersby | 31.939320 , -89.831740 |
Westville | 31.866270 , -89.941190 |
Zion Hill | 31.930440 , -89.791740 |
Notes:
- You can download geometry data for Simpson 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.