Download outline map of Brazos (geojson format) :
Brazos.geojson (**)
Download polygon array of Brazos map for "Google Maps" :
Brazos.txt
Bounding Box for Brazos Map : ( 30.330288 , -96.601854 , 30.973737 , -96.079969 )
Wikipedia ID for Brazos : Q26601
Wikipedia SPARQL Query for Brazos (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26601 wdt:P1082 ?population. }
OPTIONAL { wd:Q26601 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26601 wdt:P2046 ?area. }
OPTIONAL { wd:Q26601 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26601 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26601 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 Brazos map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.330288, -96.601854, 30.973737, -96.079969);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Brazos)
[out:json];
(
rel["name"="Brazos"][type=boundary];
rel["name:en"="Brazos"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Brazos
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allenfarm | 30.399370 , -96.243850 |
Boonville | 30.670750 , -96.324680 |
Bryan | 30.666259 , -96.367056 |
Cawthon | 30.418540 , -96.243020 |
College Station | 30.585715 , -96.295936 |
Cottonwood | 30.828800 , -96.334130 |
Dallam | 30.420210 , -96.216350 |
Dinkins | 30.421590 , -96.176900 |
Edge | 30.889910 , -96.294680 |
Enright | 30.506040 , -96.296630 |
Fairview | 30.652140 , -96.435240 |
Fountain | 30.672420 , -96.483860 |
Kings Highway | 30.961580 , -96.266070 |
Koppe | 30.572420 , -96.326350 |
Kurten | 30.789587 , -96.275858 |
Lake Bryan | 30.718808 , -96.463163 |
Millican | 30.466992 , -96.203504 |
Moore | 30.770470 , -96.331070 |
Mooring | 30.689640 , -96.555520 |
Mudville | 30.680480 , -96.551080 |
Nelleva | 30.454650 , -96.186350 |
Peach Creek | 30.538540 , -96.194680 |
Reliance | 30.743250 , -96.239130 |
Royder | 30.527700 , -96.304960 |
Rye | 30.729360 , -96.490240 |
Sims | 30.666310 , -96.551640 |
Smetana | 30.652140 , -96.457190 |
Steep Hollow | 30.695200 , -96.290790 |
Stone City | 30.630200 , -96.541910 |
Tabor | 30.795750 , -96.371070 |
Union | 30.863250 , -96.310240 |
Varisco | 30.642420 , -96.542750 |
Wellborn | 30.535200 , -96.301630 |
Wicker | 30.538760 , -96.311820 |
Wixon Valley | 30.763936 , -96.319303 |
Notes:
- You can download geometry data for Brazos 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.