Download outline map of Pamlico (geojson format) :
Pamlico.geojson (**)
Download polygon array of Pamlico map for "Google Maps" :
Pamlico.txt
Bounding Box for Pamlico Map : ( 34.950434 , -76.987674 , 35.361857 , -76.277455 )
Wikipedia ID for Pamlico : Q507616
Wikipedia SPARQL Query for Pamlico (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507616 wdt:P1082 ?population. }
OPTIONAL { wd:Q507616 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507616 wdt:P2046 ?area. }
OPTIONAL { wd:Q507616 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507616 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507616 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 Pamlico map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.950434, -76.987674, 35.361857, -76.277455);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pamlico)
[out:json];
(
rel["name"="Pamlico"][type=boundary];
rel["name:en"="Pamlico"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pamlico
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alliance | 35.143508 , -76.808461 |
Arapahoe | 35.021467 , -76.825960 |
Ashwood | 35.074050 , -76.716040 |
Bay City | 35.179330 , -76.770490 |
Bayboro | 35.147521 , -76.769222 |
Callisons | 35.084330 , -76.725210 |
Camp Don-Lee | 34.974330 , -76.787710 |
Camp Seagull | 34.970720 , -76.799100 |
Cash Corner Number 2 | 35.001550 , -76.791600 |
Florence | 35.144330 , -76.631040 |
Gibbton | 35.099050 , -76.727710 |
Grantsboro | 35.144871 , -76.844682 |
Hobucken | 35.254352 , -76.571269 |
Hollyville | 35.191280 , -76.685210 |
Janeiro | 34.995720 , -76.765210 |
Kennel Beach | 35.024330 , -76.899940 |
Kershaw | 35.047940 , -76.736600 |
Lowland | 35.299060 , -76.564370 |
Lynch Beach | 35.160170 , -76.686320 |
Maribel | 35.166830 , -76.706600 |
Merritt | 35.097940 , -76.714370 |
Mesic | 35.203413 , -76.644950 |
Mill Seat Landing | 35.296560 , -76.584650 |
Minnesott Beach | 34.986101 , -76.824188 |
Moores Corner | 35.046000 , -76.691040 |
Nelms | 35.051550 , -76.704930 |
Olympia | 35.139050 , -76.970780 |
Oriental | 35.035284 , -76.681807 |
Reelsboro | 35.134050 , -76.913270 |
Scotts Store | 35.094880 , -76.879380 |
Silver Hill | 35.169050 , -76.845210 |
Stonewall | 35.137091 , -76.740583 |
Swan Corner | 35.165170 , -76.722430 |
Vandemere | 35.188618 , -76.665086 |
Whortonsville | 35.095720 , -76.628540 |
Notes:
- You can download geometry data for Pamlico 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.