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 : ( 36.708718 , -80.633987 , 37.123488 , -80.104413 )
Wikipedia ID for Floyd : Q502031
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:Q502031 wdt:P1082 ?population. }
OPTIONAL { wd:Q502031 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502031 wdt:P2046 ?area. }
OPTIONAL { wd:Q502031 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502031 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502031 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"](36.708718, -80.633987, 37.123488, -80.104413);
);
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) |
| Carthage | 36.967630 , -80.495890 |
| Check | 37.031438 , -80.146122 |
| Conners Grove | 36.796520 , -80.418120 |
| Copper Hill | 37.081800 , -80.134210 |
| Duncan | 36.912080 , -80.489780 |
| Floyd | 36.911764 , -80.318364 |
| Haycock | 36.872910 , -80.270330 |
| Hemlock | 37.069300 , -80.215600 |
| Huffville | 37.062350 , -80.285320 |
| Indian Valley | 36.908740 , -80.552010 |
| Laurel Branch | 36.914300 , -80.392830 |
| Mabry Mill | 36.750140 , -80.404780 |
| Pizarro | 36.937910 , -80.220320 |
| Poff | 36.937910 , -80.313100 |
| Shelors Mill | 36.875690 , -80.373390 |
| Simpsons | 37.037910 , -80.204490 |
| Smart | 36.922360 , -80.199770 |
| Sowers | 37.003460 , -80.379220 |
| Terrys Fork | 37.045970 , -80.264490 |
| Tindall | 37.004020 , -80.337820 |
| Union | 36.810410 , -80.441730 |
| Wangle Junction | 36.977630 , -80.467280 |
| Willis | 36.857910 , -80.480890 |
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.