Download outline map of Kenedy (geojson format) :
Kenedy.geojson (**)
Download polygon array of Kenedy map for "Google Maps" :
Kenedy.txt
Bounding Box for Kenedy Map : ( 26.597884 , -97.985892 , 27.284001 , -97.225374 )
Wikipedia ID for Kenedy : Q27031
Wikipedia SPARQL Query for Kenedy (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27031 wdt:P1082 ?population. }
OPTIONAL { wd:Q27031 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27031 wdt:P2046 ?area. }
OPTIONAL { wd:Q27031 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27031 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27031 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 Kenedy map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.597884, -97.985892, 27.284001, -97.225374);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kenedy)
[out:json];
(
rel["name"="Kenedy"][type=boundary];
rel["name:en"="Kenedy"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kenedy
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Armstrong | 26.924500 , -97.791380 |
Julian | 26.795340 , -97.955280 |
La Parra Landing | 27.255320 , -97.640550 |
Norias | 26.790060 , -97.776110 |
Rudolph | 26.685620 , -97.768880 |
Sarita | 27.223509 , -97.795077 |
Yarborough | 27.206440 , -97.376650 |
Notes:
- You can download geometry data for Kenedy 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.