Download outline map of Frio (geojson format) :
Frio.geojson (**)
Download polygon array of Frio map for "Google Maps" :
Frio.txt
Bounding Box for Frio Map : ( 28.640566 , -99.41388 , 29.09154 , -98.800841 )
Wikipedia ID for Frio : Q27011
Wikipedia SPARQL Query for Frio (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27011 wdt:P1082 ?population. }
OPTIONAL { wd:Q27011 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27011 wdt:P2046 ?area. }
OPTIONAL { wd:Q27011 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27011 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27011 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 Frio map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.640566, -99.41388, 29.09154, -98.800841);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Frio)
[out:json];
(
rel["name"="Frio"][type=boundary];
rel["name:en"="Frio"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Frio
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alta Vista Colonia | 28.899140 , -99.106420 |
Big Foot Colonia | 29.053300 , -98.866420 |
Bigfoot | 29.061831 , -98.852127 |
Cude Crossing Windmill | 28.879140 , -99.205310 |
Derby | 28.771370 , -99.128640 |
Derby Colonia | 28.772200 , -99.132260 |
Dilley | 28.667515 , -99.176464 |
Divot | 28.762750 , -99.258920 |
Frio Heights Colonia | 28.897190 , -99.109200 |
Frio Town | 29.019410 , -99.302820 |
Hilltop | 28.693843 , -99.176147 |
Hilltop Colonia | 28.693310 , -99.175310 |
Melon | 28.841360 , -99.113920 |
Miguel | 28.923580 , -98.820580 |
Moore | 29.057328 , -99.006882 |
North Pearsall | 28.922738 , -99.094412 |
Orelia | 28.686370 , -98.848360 |
Parks Corner Windmill | 28.759700 , -99.314480 |
Pearsall | 28.888441 , -99.098758 |
Pearsall East Colonia | 28.892190 , -99.070310 |
Schattel | 28.953300 , -98.858080 |
West Pearsall | 28.898580 , -99.108090 |
West Pearsall Census Designated Place (historical) | 28.898360 , -99.108190 |
Notes:
- You can download geometry data for Frio 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.