Download outline map of Karnes (geojson format) :
Karnes.geojson (**)
Download polygon array of Karnes map for "Google Maps" :
Karnes.txt
Bounding Box for Karnes Map : ( 28.668027 , -98.190991 , 29.221748 , -97.574639 )
Wikipedia ID for Karnes : Q111385
Wikipedia SPARQL Query for Karnes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111385 wdt:P1082 ?population. }
OPTIONAL { wd:Q111385 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111385 wdt:P2046 ?area. }
OPTIONAL { wd:Q111385 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111385 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111385 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 Karnes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.668027, -98.190991, 29.221748, -97.574639);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Karnes)
[out:json];
(
rel["name"="Karnes"][type=boundary];
rel["name:en"="Karnes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Karnes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bainville | 28.745540 , -97.932780 |
Burnell | 28.680820 , -97.832780 |
Cestohowa | 29.009970 , -97.934730 |
Choate | 28.764710 , -97.743050 |
Conquista Crossing | 28.942750 , -98.057230 |
Couch | 28.770540 , -97.748890 |
Coy City | 28.824700 , -98.040280 |
Deweesville | 28.902480 , -98.123620 |
Ecleto | 29.046360 , -97.751390 |
El Oso | 28.734980 , -98.002230 |
Falls City | 28.982165 , -98.021651 |
Gillett | 29.128300 , -97.785000 |
Green | 28.738870 , -97.872500 |
Harmony | 29.051640 , -97.818610 |
Helena | 28.953860 , -97.823330 |
Hobson | 28.957470 , -97.985280 |
Karnes City | 28.886071 , -97.900287 |
Kenedy | 28.817498 , -97.851727 |
Lenz | 28.790540 , -97.976950 |
Mayo | 28.905250 , -97.922500 |
Mays Crossing | 28.946360 , -98.063890 |
Panna Maria | 28.958310 , -97.897500 |
Pawelekville | 29.052470 , -97.933610 |
Runge | 28.885870 , -97.713362 |
Notes:
- You can download geometry data for Karnes 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.