Download outline map of Culpeper (geojson format) :
Culpeper.geojson (**)
Download polygon array of Culpeper map for "Google Maps" :
Culpeper.txt
Bounding Box for Culpeper Map : ( 38.308505 , -78.231978 , 38.698923 , -77.618727 )
Wikipedia ID for Culpeper : Q495154
Wikipedia SPARQL Query for Culpeper (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495154 wdt:P1082 ?population. }
OPTIONAL { wd:Q495154 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495154 wdt:P2046 ?area. }
OPTIONAL { wd:Q495154 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495154 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495154 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 Culpeper map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.308505, -78.231978, 38.698923, -77.618727);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Culpeper)
[out:json];
(
rel["name"="Culpeper"][type=boundary];
rel["name:en"="Culpeper"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Culpeper
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alanthus | 38.542070 , -77.932770 |
| Batna | 38.401520 , -77.890550 |
| Boston | 38.540960 , -78.131670 |
| Braggs Corner | 38.473180 , -77.952770 |
| Brandy Station | 38.501790 , -77.893610 |
| Buena | 38.341520 , -78.048050 |
| Canterbury | 38.441240 , -78.078890 |
| Cardova | 38.532350 , -78.038050 |
| Carrico | 38.467350 , -77.859440 |
| Catalpa | 38.510680 , -77.987770 |
| Cedarbrook | 38.439020 , -78.031110 |
| Chesterfield Estates | 38.513740 , -78.011390 |
| Churchill | 38.511510 , -77.966390 |
| Clairmont Manor | 38.440680 , -78.041390 |
| Commonwealth Park | 38.401520 , -78.006660 |
| Countryside Estates | 38.632340 , -77.920000 |
| Culpeper | 38.470130 , -78.001122 |
| Eggbornsville | 38.580680 , -78.058890 |
| Eldorada | 38.555960 , -78.058330 |
| Elkwood | 38.511790 , -77.855830 |
| Erinbrook | 38.680670 , -77.948610 |
| Fairview Acres | 38.429290 , -78.037220 |
| Fields at Griffinsburg | 38.501240 , -78.119720 |
| Friendship Heights | 38.450680 , -78.021940 |
| Greens Corner | 38.470680 , -77.942220 |
| Griffinsburg | 38.522070 , -78.098330 |
| Jeffersonton | 38.637060 , -77.915000 |
| Kerrington | 38.510120 , -78.007780 |
| Korea | 38.631510 , -78.012770 |
| Lagrange | 38.441520 , -77.853050 |
| Lakota | 38.582900 , -77.878050 |
| Lignum | 38.415960 , -77.826660 |
| Magee | 38.683730 , -77.930270 |
| Merrimac | 38.452630 , -78.078610 |
| Merrimac South | 38.451240 , -78.071110 |
| Mitchells | 38.377070 , -78.028330 |
| Monumental Mills | 38.599840 , -78.005830 |
| Norman | 38.512620 , -78.065000 |
| Oakshade | 38.599570 , -77.955000 |
| Pelham Manor | 38.498740 , -78.036940 |
| Raccoon Ford | 38.363190 , -77.941390 |
| Rapidan | 38.312630 , -78.065830 |
| Reva | 38.494010 , -78.133330 |
| Richardsville | 38.400130 , -77.728880 |
| Richardsville South | 38.389850 , -77.732490 |
| Ridgelea | 38.515680 , -77.970550 |
| Rixeyville | 38.579840 , -77.978890 |
| Rose Hill Estates | 38.436240 , -78.045000 |
| Rotherwood | 38.436790 , -78.028330 |
| Salem | 38.517350 , -78.078890 |
| South Wales | 38.663730 , -77.925550 |
| Stevensburg | 38.443180 , -77.899720 |
| Surprise | 38.402070 , -78.067500 |
| Village at Griffinsburg | 38.513460 , -78.097780 |
| Waylands Mill | 38.407070 , -78.101390 |
| Whiteshop Estates | 38.453180 , -78.061940 |
| Whitestone Estates | 38.429850 , -78.077780 |
| Winfrey | 38.445400 , -77.976110 |
| Winston | 38.410130 , -78.009440 |
Notes:
- You can download geometry data for Culpeper 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.