Download outline map of Floyd (geojson format) :
Floyd.geojson (**)
Download polygon array of Floyd map for "Google Maps" :
Floyd.txt
Bounding Box for Floyd Map : ( 42.907059 , -93.025149 , 43.212976 , -92.553989 )
Wikipedia ID for Floyd : Q486143
Wikipedia SPARQL Query for Floyd (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486143 wdt:P1082 ?population. }
OPTIONAL { wd:Q486143 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486143 wdt:P2046 ?area. }
OPTIONAL { wd:Q486143 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486143 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486143 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 Floyd map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.907059, -93.025149, 43.212976, -92.553989);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Floyd)
[out:json];
(
rel["name"="Floyd"][type=boundary];
rel["name:en"="Floyd"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Floyd
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aureola | 42.968300 , -92.877970 |
Carney | 43.029140 , -92.810470 |
Carrville | 43.008860 , -92.574910 |
Charles City | 43.064352 , -92.674520 |
Colwell | 43.157709 , -92.591042 |
Floyd | 43.128201 , -92.740254 |
Floyd Crossing | 43.091080 , -92.742140 |
Howardville | 43.190810 , -92.712410 |
Marble Rock | 42.964720 , -92.868337 |
Midway | 43.005250 , -92.605460 |
Nilesville | 43.140530 , -92.613520 |
Nora Junction | 43.139970 , -93.016310 |
Nora Springs | 43.144542 , -93.009481 |
Oakwood | 43.009140 , -92.777140 |
Powersville | 42.936360 , -92.687130 |
Rockford | 43.052416 , -92.947778 |
Roseville | 43.025352 , -92.808173 |
Rudd | 43.127523 , -92.904592 |
Notes:
- You can download geometry data for Floyd 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.