Download outline map of Nueces (geojson format) :
Nueces.geojson (**)
Download polygon array of Nueces map for "Google Maps" :
Nueces.txt
Bounding Box for Nueces Map : ( 27.558358 , -97.942146 , 27.995659 , -96.984281 )
Wikipedia ID for Nueces : Q483893
Wikipedia SPARQL Query for Nueces (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483893 wdt:P1082 ?population. }
OPTIONAL { wd:Q483893 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483893 wdt:P2046 ?area. }
OPTIONAL { wd:Q483893 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483893 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483893 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 Nueces map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.558358, -97.942146, 27.995659, -96.984281);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nueces)
[out:json];
(
rel["name"="Nueces"][type=boundary];
rel["name:en"="Nueces"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nueces
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Agua Dulce | 27.782730 , -97.909850 |
| Aransas Pass | 27.889482 , -97.111585 |
| Arlington Heights | 27.835020 , -97.566660 |
| Banquete | 27.800642 , -97.797179 |
| Bishop | 27.585137 , -97.797688 |
| Chapman Ranch | 27.586420 , -97.453330 |
| Clarkwood | 27.784470 , -97.539720 |
| Concordia | 27.602530 , -97.706940 |
| Corpus Christi | 27.734620 , -97.280697 |
| Driscoll | 27.673020 , -97.751039 |
| Escondidas | 27.947200 , -97.820690 |
| Five Points | 27.855860 , -97.629720 |
| Flour Bluff Junction | 27.785300 , -97.492770 |
| Knolle | 27.974180 , -97.824440 |
| La Paloma-Lost Creek | 27.719469 , -97.739054 |
| Lost Creek | 27.714180 , -97.755220 |
| McNorton | 27.811970 , -97.539160 |
| Mustang Beach | 27.803640 , -97.090820 |
| North San Pedro | 27.802663 , -97.682008 |
| Palo Alto | 27.661700 , -97.797500 |
| Peary Place | 27.679200 , -97.324710 |
| Petronila | 27.671228 , -97.632246 |
| Po Boxes | 27.778996 , -97.428131 |
| Port Aransas | 27.812981 , -97.083246 |
| Rabb | 27.800580 , -97.750270 |
| Rancho Banquete | 27.809395 , -97.845486 |
| Robstown | 27.788584 , -97.668518 |
| San Juan | 27.767250 , -97.538880 |
| San Pedro | 27.788640 , -97.678330 |
| Sandy Hollow | 27.959080 , -97.818630 |
| Sandy Hollow-Escondidas | 27.945252 , -97.806149 |
| Spring Garden-Terra Verde | 27.761540 , -97.725500 |
| Spring Gardens | 27.761529 , -97.741873 |
| Tierra Grande | 27.703687 , -97.571818 |
| Tierra Verde | 27.761571 , -97.717384 |
| Viola | 27.842250 , -97.523600 |
| Violet | 27.783640 , -97.595270 |
Notes:
- You can download geometry data for Nueces 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.