Download outline map of Clarendon (geojson format) :
Clarendon.geojson (**)
Download polygon array of Clarendon map for "Google Maps" :
Clarendon.txt
Bounding Box for Clarendon Map : ( 33.430219 , -80.540514 , 33.946527 , -79.87562 )
Wikipedia ID for Clarendon : Q497871
Wikipedia SPARQL Query for Clarendon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497871 wdt:P1082 ?population. }
OPTIONAL { wd:Q497871 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497871 wdt:P2046 ?area. }
OPTIONAL { wd:Q497871 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497871 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497871 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 Clarendon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.430219, -80.540514, 33.946527, -79.87562);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clarendon)
[out:json];
(
rel["name"="Clarendon"][type=boundary];
rel["name:en"="Clarendon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clarendon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adams Landing | 33.527660 , -80.438140 |
Alcolu | 33.754661 , -80.222135 |
Beards Crossroads | 33.861550 , -80.040350 |
Belser Crossroads | 33.612110 , -80.393420 |
Bloomville | 33.634890 , -80.161470 |
Central Crossroads | 33.887940 , -79.912850 |
Cypress Fork Crossroads | 33.747110 , -80.074520 |
Davis Crossroads | 33.568770 , -80.332860 |
Davis Station | 33.602660 , -80.264530 |
Durant | 33.829880 , -80.154240 |
Eagle Point | 33.518220 , -80.187030 |
Foreston | 33.631830 , -80.061740 |
Frierson | 33.533500 , -80.217030 |
Gable | 33.825160 , -80.109240 |
Halleytown | 33.658500 , -80.266750 |
Harvin | 33.767110 , -80.228410 |
James Crossroads | 33.631550 , -80.216190 |
Jordan | 33.606000 , -80.208970 |
Juneville | 33.654050 , -80.230910 |
Log Jam Landing | 33.520440 , -80.302310 |
Manning | 33.692966 , -80.217814 |
New Zion | 33.844330 , -80.029240 |
Panola | 33.656270 , -80.411470 |
Paxville | 33.739027 , -80.358565 |
Polly Landing | 33.509330 , -80.427030 |
Rimini | 33.669330 , -80.500360 |
Rodgers | 33.554610 , -80.258700 |
Rowland | 33.548500 , -80.226190 |
Saint Paul | 33.578220 , -80.394810 |
Sardinia | 33.834330 , -80.082850 |
Shad Moss village | 33.562660 , -80.205360 |
Stokes | 33.773770 , -80.354530 |
Summerton | 33.601476 , -80.352647 |
Trinity Cross Roads | 33.741270 , -80.186190 |
Turbeville | 33.889544 , -80.016150 |
Union Crossroads | 33.801550 , -79.986460 |
Wilson | 33.663220 , -80.118410 |
Wilson Crossroads | 33.799610 , -80.122020 |
Wyboo Plantation | 33.579030 , -80.221780 |
Notes:
- You can download geometry data for Clarendon 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.