Download outline map of Plymouth (geojson format) :
Plymouth.geojson (**)
Download polygon array of Plymouth map for "Google Maps" :
Plymouth.txt
Bounding Box for Plymouth Map : ( 42.56062 , -96.639485 , 42.910152 , -95.858568 )
Wikipedia ID for Plymouth : Q485710
Wikipedia SPARQL Query for Plymouth (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485710 wdt:P1082 ?population. }
OPTIONAL { wd:Q485710 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485710 wdt:P2046 ?area. }
OPTIONAL { wd:Q485710 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485710 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485710 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 Plymouth map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.56062, -96.639485, 42.910152, -95.858568);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Plymouth)
[out:json];
(
rel["name"="Plymouth"][type=boundary];
rel["name:en"="Plymouth"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Plymouth
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adaville | 42.750830 , -96.404470 |
Akron | 42.826698 , -96.557010 |
Brookdale | 42.568610 , -96.448920 |
Brunsville | 42.810961 , -96.266703 |
Craig | 42.895564 , -96.309574 |
Crathorne | 42.807210 , -96.331420 |
Erdmann Trailer Court | 42.794160 , -96.165580 |
Hinton | 42.621298 , -96.297475 |
James | 42.576940 , -96.317530 |
Kingsley | 42.586466 , -95.967901 |
Le Mars | 42.781017 , -96.174184 |
Mammen | 42.851380 , -96.292250 |
Merrill | 42.720551 , -96.252491 |
Millnerville | 42.698600 , -96.488360 |
Neptune | 42.663600 , -96.156130 |
O'Leary | 42.706660 , -96.058630 |
Oyens | 42.819947 , -96.058238 |
Parkview Terrace | 42.794430 , -96.187800 |
Potosia | 42.663600 , -96.371970 |
Remsen | 42.814825 , -95.972401 |
Ruble | 42.808050 , -96.409750 |
Seney | 42.852770 , -96.130850 |
Struble | 42.894467 , -96.194585 |
West Le Mars | 42.793050 , -96.226130 |
Westfield | 42.756165 , -96.605519 |
Wren | 42.645550 , -96.286410 |
Yeomans | 42.584720 , -96.415030 |
Notes:
- You can download geometry data for Plymouth 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.