Download outline map of Currituck (geojson format) :
Currituck.geojson (**)
Download polygon array of Currituck map for "Google Maps" :
Currituck.txt
Bounding Box for Currituck Map : ( 36.028885 , -76.313225 , 36.550922 , -75.709078 )
Wikipedia ID for Currituck : Q511761
Wikipedia SPARQL Query for Currituck (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q511761 wdt:P1082 ?population. }
OPTIONAL { wd:Q511761 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q511761 wdt:P2046 ?area. }
OPTIONAL { wd:Q511761 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q511761 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q511761 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 Currituck map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.028885, -76.313225, 36.550922, -75.709078);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Currituck)
[out:json];
(
rel["name"="Currituck"][type=boundary];
rel["name:en"="Currituck"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Currituck
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arringdale | 36.531260 , -76.184100 |
Aydlett | 36.325990 , -75.906860 |
Barco | 36.391820 , -75.979650 |
Bertha | 36.273220 , -75.910470 |
Carova | 36.545400 , -75.872200 |
Coinjock | 36.351216 , -75.952625 |
Corner Gum | 36.431270 , -76.092150 |
Corolla | 36.381270 , -75.832970 |
Currituck | 36.449880 , -76.015480 |
Grandy | 36.242110 , -75.879080 |
Greentown | 36.500710 , -76.087150 |
Gregory | 36.384040 , -76.122990 |
Guinea | 36.479320 , -76.128820 |
Harbinger | 36.102110 , -75.814080 |
Jarvisburg | 36.202940 , -75.866580 |
Knotts Island | 36.513490 , -75.919090 |
Mamie | 36.127940 , -75.837130 |
Maple | 36.414880 , -76.004090 |
Morse | 36.518490 , -76.166320 |
Moyock | 36.516518 , -76.172798 |
New Providence | 36.413210 , -76.093540 |
Ocean Hills | 36.387300 , -75.829500 |
Olds | 36.175160 , -75.862970 |
Point Harbor | 36.078770 , -75.794630 |
Poplar Branch | 36.280160 , -75.892700 |
Powells Point | 36.157380 , -75.858800 |
Shawboro | 36.405430 , -76.094100 |
Sligo | 36.451820 , -76.077150 |
Snowden | 36.456820 , -76.108540 |
Spot | 36.118220 , -75.819080 |
Tulls | 36.491260 , -76.073820 |
Walnut Island | 36.240440 , -75.876030 |
Waterlily | 36.381550 , -75.919370 |
Wedgewood Lakes | 36.475990 , -76.039650 |
Notes:
- You can download geometry data for Currituck 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.