Castro (Texas) Map Cropping Samples

Castro (Texas) Map Cropping Samples-1
Castro (Texas) Map Cropping Samples-1
Castro (Texas) Map Cropping Samples-2
Castro (Texas) Map Cropping Samples-2
Download outline map of Castro (geojson format) : Castro.geojson (**)
Download polygon array of Castro map for "Google Maps" : Castro.txt
Bounding Box for Castro Map : ( 34.312725 , -102.525833 , 34.74819 , -101.998008 )
Wikipedia ID for Castro : Q109830
Wikipedia SPARQL Query for Castro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109830 wdt:P1082 ?population. }
OPTIONAL { wd:Q109830 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109830 wdt:P2046 ?area. }
OPTIONAL { wd:Q109830 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109830 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109830 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.312725, -102.525833, 34.74819, -101.998008);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Castro)
[out:json];
(
rel["name"="Castro"][type=boundary];
rel["name:en"="Castro"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Castro
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Arney 34.687290 , -102.102970
Big Square 34.384800 , -102.469650
Dimmitt 34.532174 , -102.310932
Dodd 34.335080 , -102.479090
Easter 34.645620 , -102.396870
Flagg 34.426190 , -102.409920
Frio 34.715340 , -102.407420
Hart 34.385712 , -102.115006
Hilburn 34.365630 , -102.090460
Jumbo 34.703950 , -102.282140
Mulkey 34.465630 , -102.214080
Nazareth 34.541869 , -102.102346
Roy 34.466460 , -102.213800
Summerfield 34.738120 , -102.507150
Tam Anne 34.530900 , -102.519370


Notes:
- You can download geometry data for Castro 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.

Create Castro neighborhoods and villages map.


Share this page