Download outline map of Hernando (geojson format) :
Hernando.geojson (**)
Download polygon array of Hernando map for "Google Maps" :
Hernando.txt
Bounding Box for Hernando Map : ( 28.43329 , -82.778437 , 28.694908 , -82.054469 )
Wikipedia ID for Hernando : Q488572
Wikipedia SPARQL Query for Hernando (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488572 wdt:P1082 ?population. }
OPTIONAL { wd:Q488572 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488572 wdt:P2046 ?area. }
OPTIONAL { wd:Q488572 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488572 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488572 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 Hernando map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.43329, -82.778437, 28.694908, -82.054469);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hernando)
[out:json];
(
rel["name"="Hernando"][type=boundary];
rel["name:en"="Hernando"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hernando
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alderman | 28.490550 , -82.165080 |
Ayers | 28.463330 , -82.443710 |
Bayport | 28.546962 , -82.645620 |
Brookridge | 28.548433 , -82.489856 |
Brooksville | 28.540319 , -82.390146 |
Camps | 28.591380 , -82.430650 |
Cooglers Beach | 28.553330 , -82.650100 |
Croom | 28.587770 , -82.227590 |
Dixie | 28.435000 , -82.302590 |
Dutton Still | 28.481390 , -82.150360 |
Garden Grove | 28.471595 , -82.434987 |
Hernando Beach | 28.475625 , -82.661449 |
High Point | 28.547468 , -82.520600 |
Hill 'n Dale | 28.519036 , -82.291785 |
Hill and Dale | 28.519720 , -82.299260 |
Istachatta | 28.663345 , -82.272626 |
Kalon | 28.508050 , -82.156470 |
Lake Lindsey | 28.632263 , -82.361693 |
Masaryktown | 28.441723 , -82.460962 |
Nobleton | 28.645147 , -82.262075 |
Norman | 28.555550 , -82.486490 |
North Brooksville | 28.572997 , -82.374734 |
North Weeki Wachee | 28.559122 , -82.553694 |
Pine Island | 28.572761 , -82.654605 |
Powell | 28.492500 , -82.428430 |
Rerdell | 28.567500 , -82.156200 |
Richloam | 28.501390 , -82.112860 |
Ridge Manor | 28.498805 , -82.183265 |
Rital | 28.522500 , -82.217590 |
South Brooksville | 28.524286 , -82.415801 |
Spring Hill | 28.479767 , -82.530028 |
Spring Lake | 28.495205 , -82.301740 |
Terrell | 28.560550 , -82.162590 |
Timber Pines | 28.469006 , -82.599941 |
Weeki Wachee | 28.516981 , -82.577458 |
Weeki Wachee Gardens | 28.537460 , -82.620694 |
Weekiwachee Gardens | 28.494160 , -82.627880 |
Willow Sink | 28.486110 , -82.546210 |
Wiscon | 28.540887 , -82.466424 |
Notes:
- You can download geometry data for Hernando 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.