Download outline map of Pike (geojson format) :
Pike.geojson (**)
Download polygon array of Pike map for "Google Maps" :
Pike.txt
Bounding Box for Pike Map : ( 30.999539 , -90.548419 , 31.350274 , -90.259555 )
Wikipedia ID for Pike : Q485035
Wikipedia SPARQL Query for Pike (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485035 wdt:P1082 ?population. }
OPTIONAL { wd:Q485035 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485035 wdt:P2046 ?area. }
OPTIONAL { wd:Q485035 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485035 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485035 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 Pike map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.999539, -90.548419, 31.350274, -90.259555);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pike)
[out:json];
(
rel["name"="Pike"][type=boundary];
rel["name:en"="Pike"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pike
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bacots | 31.212680 , -90.384260 |
Barto | 31.175730 , -90.311480 |
Bear Town | 31.222950 , -90.460380 |
Beardens | 31.182950 , -90.330090 |
Chatawa | 31.060460 , -90.472320 |
Conerly | 31.174900 , -90.289540 |
Dykes Crossing | 31.097960 , -90.285370 |
Emerald | 31.077120 , -90.363710 |
Fernwood | 31.185450 , -90.448990 |
Gladhurst | 31.029620 , -90.374260 |
Holmesville | 31.203510 , -90.308700 |
Irene | 31.170180 , -90.546210 |
Jennings | 31.194070 , -90.377870 |
Johnston | 31.307805 , -90.509673 |
Johnstons Station | 31.348510 , -90.454260 |
Kirkville | 31.213230 , -90.497040 |
Magnolia | 31.161948 , -90.467001 |
Martin | 31.185730 , -90.378980 |
McComb | 31.244848 , -90.471371 |
Osyka | 31.007198 , -90.471799 |
Pitts | 31.189070 , -90.412600 |
Pricedale | 31.290450 , -90.294820 |
Progress | 31.046290 , -90.326760 |
Quinlivan | 31.191840 , -90.497320 |
Simmonsville | 31.063230 , -90.314540 |
Smithburg | 31.028510 , -90.290370 |
Stella | 31.184070 , -90.344820 |
Summit | 31.280817 , -90.466973 |
Terrys Creek | 31.068790 , -90.528150 |
Topisaw | 31.289900 , -90.273150 |
Vaughts | 31.169340 , -90.262870 |
Notes:
- You can download geometry data for Pike 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.