Download outline map of Charlotte (geojson format) :
Charlotte.geojson (**)
Download polygon array of Charlotte map for "Google Maps" :
Charlotte.txt
Bounding Box for Charlotte Map : ( 36.697909 , -78.904587 , 37.248759 , -78.443319 )
Wikipedia ID for Charlotte : Q427732
Wikipedia SPARQL Query for Charlotte (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q427732 wdt:P1082 ?population. }
OPTIONAL { wd:Q427732 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q427732 wdt:P2046 ?area. }
OPTIONAL { wd:Q427732 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q427732 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q427732 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 Charlotte map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.697909, -78.904587, 37.248759, -78.443319);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Charlotte)
[out:json];
(
rel["name"="Charlotte"][type=boundary];
rel["name:en"="Charlotte"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Charlotte
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abilene | 37.141540 , -78.544160 |
Aspen | 37.040980 , -78.826680 |
Barnes Junction | 36.820700 , -78.595560 |
Chandlers Forks | 37.019870 , -78.700000 |
Charlotte Court House | 37.056364 , -78.637765 |
County Line Cross Roads | 37.140980 , -78.528610 |
Cullen | 37.117650 , -78.649170 |
Drakes Branch | 36.993351 , -78.600952 |
Eureka | 37.046540 , -78.552770 |
Fears Corner | 37.045980 , -78.716120 |
Formosa | 36.881250 , -78.655560 |
Fort Mitchell | 36.918200 , -78.486110 |
Harrisburg | 37.026530 , -78.747780 |
Henry | 37.049590 , -78.570830 |
Keysville | 37.039009 , -78.480365 |
Kings Crossroads | 36.824030 , -78.607500 |
Laconia | 36.737360 , -78.636390 |
Madisonville | 37.188200 , -78.690000 |
Mossingford | 36.964030 , -78.642220 |
Mulberry Hill | 36.906530 , -78.699450 |
Ontario | 36.988480 , -78.486110 |
Patrick Henry | 37.027920 , -78.898340 |
Phenix | 37.081059 , -78.748500 |
Public Fork | 36.827920 , -78.646110 |
Randolph | 36.893480 , -78.697500 |
Rough Creek | 37.120150 , -78.758060 |
Saxe | 36.929870 , -78.663340 |
Vincent Corner | 37.142090 , -78.703340 |
Womacks | 37.073480 , -78.696110 |
Wren | 37.118760 , -78.849730 |
Wylliesburg | 36.855420 , -78.590280 |
Notes:
- You can download geometry data for Charlotte 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.