Download outline map of Nelson (geojson format) :
Nelson.geojson (**)
Download polygon array of Nelson map for "Google Maps" :
Nelson.txt
Bounding Box for Nelson Map : ( 37.522955 , -85.74257 , 37.990654 , -85.150549 )
Wikipedia ID for Nelson : Q594313
Wikipedia SPARQL Query for Nelson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q594313 wdt:P1082 ?population. }
OPTIONAL { wd:Q594313 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q594313 wdt:P2046 ?area. }
OPTIONAL { wd:Q594313 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q594313 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q594313 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 Nelson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.522955, -85.74257, 37.990654, -85.150549);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nelson)
[out:json];
(
rel["name"="Nelson"][type=boundary];
rel["name:en"="Nelson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nelson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balltown | 37.738670 , -85.506350 |
Bardstown | 37.816929 , -85.454291 |
Bellwood | 37.794510 , -85.547460 |
Bloomfield | 37.911804 , -85.315091 |
Blue Gap | 37.687840 , -85.565520 |
Boston | 37.783785 , -85.680337 |
Botland | 37.776450 , -85.389130 |
Bourbon Springs | 37.851170 , -85.483010 |
Chaplin | 37.899615 , -85.219619 |
Coxs Creek | 37.898670 , -85.473570 |
Cravens | 37.808670 , -85.542740 |
Deatsville | 37.897010 , -85.559120 |
East Bardstown | 37.832560 , -85.408850 |
Fairfield | 37.932002 , -85.383887 |
Gethsemane | 37.646170 , -85.542180 |
Greenbrier | 37.729510 , -85.459130 |
Highgrove | 37.983120 , -85.486340 |
Howardstown | 37.572280 , -85.591910 |
Lenore | 37.938390 , -85.509400 |
Nazareth | 37.848120 , -85.472730 |
Nelsonville | 37.730900 , -85.639680 |
New Haven | 37.659133 , -85.588598 |
New Hope | 37.627932 , -85.506776 |
Samuels | 37.882840 , -85.533290 |
Stiles | 37.539510 , -85.580520 |
Trappist | 37.662947 , -85.530452 |
Notes:
- You can download geometry data for Nelson 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.