Download outline map of Matagorda (geojson format) :
Matagorda.geojson (**)
Download polygon array of Matagorda map for "Google Maps" :
Matagorda.txt
Bounding Box for Matagorda Map : ( 28.279736 , -96.395198 , 29.229702 , -95.49565 )
Wikipedia ID for Matagorda : Q485910
Wikipedia SPARQL Query for Matagorda (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485910 wdt:P1082 ?population. }
OPTIONAL { wd:Q485910 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485910 wdt:P2046 ?area. }
OPTIONAL { wd:Q485910 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485910 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485910 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 Matagorda map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.279736, -96.395198, 29.229702, -95.49565);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Matagorda)
[out:json];
(
rel["name"="Matagorda"][type=boundary];
rel["name:en"="Matagorda"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Matagorda
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allenhurst | 29.009420 , -95.844680 |
Ashby | 28.829150 , -96.124130 |
Ashwood | 29.104140 , -95.871340 |
Bay City | 28.981140 , -95.961717 |
Blessing | 28.872790 , -96.217202 |
Buckeye | 28.895540 , -96.048020 |
Camp Hulen | 28.706660 , -96.243300 |
Caney | 28.963590 , -95.854680 |
Cedar Lane | 28.939140 , -95.737180 |
Chalmers | 29.071090 , -95.961620 |
Chinquapin | 28.757760 , -95.773850 |
Chinquapin Landing | 28.749430 , -95.766350 |
Citrus Grove | 28.747490 , -96.105800 |
Clemville | 28.996090 , -96.141070 |
Collegeport | 28.725270 , -96.174970 |
Elmaton | 28.886370 , -96.139960 |
Gainesmore | 28.917750 , -95.691060 |
Gulf Hill | 28.757210 , -95.929960 |
Hawkinsville | 28.887750 , -95.669670 |
Markham | 28.962714 , -96.064499 |
Matagorda | 28.697047 , -95.966779 |
McCroskey | 29.099420 , -95.959680 |
Midfield | 28.937760 , -96.208020 |
Palacios | 28.719718 , -96.235027 |
Pheasant | 28.801650 , -96.218020 |
Pledger | 29.182470 , -95.908570 |
Podo | 29.112470 , -95.901070 |
Rugeley | 28.960530 , -95.823010 |
Rymers | 28.856370 , -95.941630 |
Sargent | 28.835260 , -95.664680 |
Simpsonville | 28.784430 , -96.124130 |
Sugar Valley | 29.062750 , -95.839680 |
Tin Top | 28.784430 , -96.124130 |
Van Vleck | 29.027330 , -95.880529 |
Wadsworth | 28.832480 , -95.934960 |
Notes:
- You can download geometry data for Matagorda 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.