Download outline map of Richmond (geojson format) :
Richmond.geojson (**)
Download polygon array of Richmond map for "Google Maps" :
Richmond.txt
Bounding Box for Richmond Map : ( 34.80499 , -80.075714 , 35.183418 , -79.459176 )
Wikipedia ID for Richmond : Q204739
Wikipedia SPARQL Query for Richmond (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q204739 wdt:P1082 ?population. }
OPTIONAL { wd:Q204739 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q204739 wdt:P2046 ?area. }
OPTIONAL { wd:Q204739 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q204739 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q204739 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 Richmond map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.80499, -80.075714, 35.183418, -79.459176);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Richmond)
[out:json];
(
rel["name"="Richmond"][type=boundary];
rel["name:en"="Richmond"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Richmond
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Capels Mill | 35.155980 , -79.796160 |
Cognac | 34.956270 , -79.609770 |
Cordova | 34.910228 , -79.811930 |
Covington | 35.136260 , -79.847550 |
Derby | 35.145430 , -79.634760 |
Diggs | 34.847380 , -79.856730 |
Dobbins Heights | 34.906891 , -79.693296 |
East Hamlet | 34.881820 , -79.685330 |
East Rockingham | 34.911539 , -79.766023 |
Ellerbe | 35.071853 , -79.759646 |
Ellerbe Grove | 34.864880 , -79.778110 |
Everetts Mill | 34.814320 , -79.892010 |
Ex-Way | 35.172090 , -79.871720 |
Fruitland | 34.924600 , -79.650330 |
Ghio | 34.805311 , -79.712333 |
Ghio Scholl Station | 34.816820 , -79.650890 |
Hamlet | 34.889051 , -79.709947 |
Highland Park | 34.914320 , -79.675890 |
Highland Pines | 34.905990 , -79.737560 |
Hoffman | 35.031323 , -79.549135 |
Jefferson Park | 34.917930 , -79.785060 |
Ledbetter | 34.988210 , -79.717830 |
Marston | 34.988210 , -79.582270 |
Norman | 35.169812 , -79.723183 |
Oak Ridge Park | 34.913760 , -79.773110 |
Osborne | 34.811820 , -79.770060 |
Philadelphia | 34.952930 , -79.727550 |
Piney Grove | 34.955150 , -79.810330 |
Plain View | 35.144870 , -79.719210 |
Rockingham | 34.938897 , -79.760676 |
Walls Landing | 34.967380 , -79.865060 |
Wind Blow | 35.171540 , -79.666990 |
Yates Hill | 34.934880 , -79.797560 |
Notes:
- You can download geometry data for Richmond 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.