Download outline map of Hopkins (geojson format) :
Hopkins.geojson (**)
Download polygon array of Hopkins map for "Google Maps" :
Hopkins.txt
Bounding Box for Hopkins Map : ( 37.105344 , -87.851803 , 37.569988 , -87.295369 )
Wikipedia ID for Hopkins : Q501092
Wikipedia SPARQL Query for Hopkins (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501092 wdt:P1082 ?population. }
OPTIONAL { wd:Q501092 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501092 wdt:P2046 ?area. }
OPTIONAL { wd:Q501092 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501092 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501092 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 Hopkins map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.105344, -87.851803, 37.569988, -87.295369);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hopkins)
[out:json];
(
rel["name"="Hopkins"][type=boundary];
rel["name:en"="Hopkins"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hopkins
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anton | 37.351990 , -87.394720 |
Ashbyburg | 37.535320 , -87.368890 |
Bakersport | 37.207820 , -87.344720 |
Baldwin Ford | 37.345600 , -87.821400 |
Barnsley | 37.256990 , -87.489720 |
Beulah | 37.271430 , -87.684170 |
Brentwood | 37.296710 , -87.513330 |
Charleston | 37.224770 , -87.671950 |
Coiltown | 37.351160 , -87.645010 |
Colitown Junction | 37.335880 , -87.632780 |
Dalton | 37.299770 , -87.761950 |
Daniel Boone | 37.178660 , -87.507500 |
Dawson Springs | 37.173637 , -87.688503 |
Earlington | 37.275396 , -87.506496 |
Fiddle Bow | 37.271710 , -87.658060 |
Fies | 37.322270 , -87.373890 |
Grapevine | 37.300040 , -87.485830 |
Hamby | 37.177550 , -87.597230 |
Hanson | 37.416635 , -87.478653 |
Hecla | 37.285050 , -87.526940 |
Ilsley | 37.196710 , -87.612230 |
Jewel City | 37.526430 , -87.355280 |
Kirkwood Springs | 37.251160 , -87.764730 |
Madisonville | 37.340997 , -87.503348 |
Manitou | 37.375456 , -87.578141 |
Mannington | 37.127780 , -87.487780 |
Mitchell Hill | 37.353100 , -87.537500 |
Mortons Gap | 37.239959 , -87.467303 |
Mount Carmel | 37.167540 , -87.368330 |
Murphy Ford | 37.147270 , -87.650010 |
Nebo | 37.383211 , -87.641568 |
Nortonville | 37.185992 , -87.456264 |
Oak Hill | 37.210600 , -87.456670 |
Olney | 37.224770 , -87.780010 |
Oriole | 37.297820 , -87.570280 |
Pee Vee | 37.306990 , -87.540560 |
Rabbit Ridge | 37.291990 , -87.693060 |
Richland | 37.277270 , -87.594720 |
Sixth Vein | 37.251430 , -87.672230 |
Smith Ford | 37.319490 , -87.850290 |
Southard | 37.238630 , -87.555630 |
St. Charles | 37.188146 , -87.551000 |
Utley Ford | 37.328100 , -87.836120 |
Vandetta | 37.451430 , -87.425280 |
Veazey | 37.448100 , -87.590280 |
Wesco | 37.292540 , -87.511670 |
West Hanson | 37.417690 , -87.500480 |
West Side Heights | 37.277270 , -87.523060 |
White Plains | 37.170451 , -87.379723 |
Yarbro | 37.417070 , -87.615410 |
Notes:
- You can download geometry data for Hopkins 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.