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 : ( 33.830451 , -101.565103 , 34.312575 , -101.041158 )
Wikipedia ID for Floyd : Q110528
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:Q110528 wdt:P1082 ?population. }
OPTIONAL { wd:Q110528 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110528 wdt:P2046 ?area. }
OPTIONAL { wd:Q110528 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110528 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110528 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"](33.830451, -101.565103, 34.312575, -101.041158);
);
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) |
Aiken | 34.142300 , -101.525720 |
Allmon | 33.881470 , -101.513220 |
Barwise | 33.997300 , -101.526550 |
Boothe | 33.975080 , -101.201820 |
Cedar Hill | 34.143410 , -101.204320 |
Cereal | 34.202570 , -101.521830 |
Crume Gin | 34.272570 , -101.520170 |
Fairmont | 34.253120 , -101.059870 |
Floydada | 33.983524 , -101.336787 |
Gray Mule | 34.288960 , -101.094320 |
Harmony | 33.940360 , -101.533780 |
Johnfarris | 34.220070 , -101.211260 |
Lakeview | 33.876750 , -101.257380 |
Lockney | 34.123054 , -101.442447 |
Lone Star | 34.274240 , -101.416270 |
McCoy | 33.868140 , -101.437660 |
Muncy | 34.066460 , -101.391550 |
Plains Assembly | 33.886750 , -101.339320 |
Providence | 34.257010 , -101.521000 |
South Plains | 34.224520 , -101.309600 |
Sterley | 34.211180 , -101.397660 |
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.