Download outline map of Rankin (geojson format) :
Rankin.geojson (**)
Download polygon array of Rankin map for "Google Maps" :
Rankin.txt
Bounding Box for Rankin Map : ( 32.047038 , -90.254799 , 32.593295 , -89.729719 )
Wikipedia ID for Rankin : Q490210
Wikipedia SPARQL Query for Rankin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490210 wdt:P1082 ?population. }
OPTIONAL { wd:Q490210 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490210 wdt:P2046 ?area. }
OPTIONAL { wd:Q490210 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490210 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490210 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 Rankin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.047038, -90.254799, 32.593295, -89.729719);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rankin)
[out:json];
(
rel["name"="Rankin"][type=boundary];
rel["name:en"="Rankin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rankin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alonzo | 32.050430 , -90.215370 |
Anse | 32.119040 , -90.100920 |
Barnes Prairie | 32.421530 , -90.014250 |
Belpine | 32.055150 , -89.997300 |
Bilbros Corner | 32.441810 , -89.798410 |
Brandon | 32.277844 , -89.989601 |
Cato | 32.090150 , -89.878130 |
Clear Branch | 32.075150 , -90.193140 |
Cleary | 32.163503 , -90.181957 |
Cross Roads | 32.248760 , -89.770910 |
Crossgates | 32.294590 , -90.025080 |
Eureka | 32.509030 , -89.785910 |
Fannin | 32.417370 , -89.956750 |
Florence | 32.155607 , -90.122354 |
Flowood | 32.335703 , -90.080584 |
Galilee | 32.050150 , -89.734240 |
Greenfield | 32.249310 , -90.052860 |
Gulde | 32.298760 , -89.863410 |
Johns | 32.130980 , -89.838130 |
King | 32.087370 , -90.130360 |
Koch | 32.495700 , -89.886470 |
Langford | 32.346530 , -89.972300 |
Leesburg | 32.440420 , -89.760350 |
Mayton | 32.106820 , -89.747300 |
Monterey | 32.184870 , -90.080920 |
New Fannin | 32.421810 , -89.974250 |
Pat | 32.178480 , -90.010080 |
Pearl | 32.272976 , -90.091841 |
Pelahatchie | 32.314775 , -89.808331 |
Piney Woods | 32.062650 , -89.992860 |
Pisgah | 32.469860 , -89.870080 |
Plain | 32.231810 , -90.161750 |
Puckett | 32.085786 , -89.781877 |
Richland | 32.230891 , -90.159152 |
Robinhood | 32.204476 , -89.967115 |
Rock Hill | 32.186260 , -89.922300 |
Rufus | 32.178210 , -89.780630 |
Sherwood Forest | 32.208480 , -89.967030 |
Sinai | 32.122650 , -90.187030 |
Star | 32.094040 , -90.046190 |
Thomasville | 32.156540 , -90.012860 |
Whites | 32.086540 , -90.192590 |
Whitfield | 32.235430 , -90.072030 |
Notes:
- You can download geometry data for Rankin 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.