Download outline map of Bryan (geojson format) :
Bryan.geojson (**)
Download polygon array of Bryan map for "Google Maps" :
Bryan.txt
Bounding Box for Bryan Map : ( 33.686216 , -96.63002 , 34.15758 , -95.751264 )
Wikipedia ID for Bryan : Q491616
Wikipedia SPARQL Query for Bryan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491616 wdt:P1082 ?population. }
OPTIONAL { wd:Q491616 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491616 wdt:P2046 ?area. }
OPTIONAL { wd:Q491616 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491616 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491616 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 Bryan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.686216, -96.63002, 34.15758, -95.751264);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bryan)
[out:json];
(
rel["name"="Bryan"][type=boundary];
rel["name:en"="Bryan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bryan
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Achille | 33.834641 , -96.390067 |
| Albany | 33.876964 , -96.160038 |
| Allison | 33.895930 , -96.371660 |
| Armstrong | 34.052824 , -96.344779 |
| Banty | 34.069820 , -96.094980 |
| Bennington | 34.003829 , -96.037571 |
| Blue | 33.989938 , -96.230368 |
| Bokchito | 34.017873 , -96.141694 |
| Brown | 34.088980 , -96.480270 |
| Caddo | 34.128810 , -96.267842 |
| Cade | 34.098710 , -95.989980 |
| Calera | 33.931212 , -96.429922 |
| Cartwright | 33.855521 , -96.561002 |
| Cobb | 34.084820 , -96.407770 |
| Colbert | 33.857887 , -96.504256 |
| Durant | 33.995687 , -96.393808 |
| Fort Washita | 34.102870 , -96.546390 |
| Hendrix | 33.775257 , -96.407046 |
| Kemp | 33.769512 , -96.354364 |
| Kenefic | 34.150043 , -96.364253 |
| Kiersey | 34.005650 , -96.465550 |
| Lake West | 33.895930 , -95.885530 |
| Lakeside | 33.955100 , -96.551940 |
| Lee Heights | 33.995930 , -96.348880 |
| Liberty | 33.736210 , -96.342760 |
| Matoy | 34.135100 , -96.059980 |
| Mead | 34.000756 , -96.510966 |
| Oberlin | 33.873710 , -95.851640 |
| Old Allison | 33.881490 , -96.337210 |
| Old Bennington | 34.047600 , -96.025260 |
| Olive | 33.907880 , -96.448050 |
| Pickwick | 33.867600 , -96.526660 |
| Pirtle | 33.988990 , -96.267770 |
| Platter | 33.907040 , -96.534990 |
| Pritchard | 34.084260 , -96.147210 |
| Roberta | 33.926490 , -96.302490 |
| Sand Point | 33.964540 , -96.562500 |
| Sevenmile Corner | 34.113430 , -96.147210 |
| Silo | 34.035857 , -96.474672 |
| Smith-Lee | 33.887040 , -96.024700 |
| Staley | 33.826770 , -96.529990 |
| Ury | 34.051760 , -96.373050 |
| Utica | 33.901490 , -96.221370 |
| Wade | 33.888990 , -96.076090 |
| Wasseta | 34.079820 , -96.310270 |
| Weeks | 33.868430 , -95.834140 |
| Yarnaby | 33.790930 , -96.256930 |
| Yuba | 33.809540 , -96.204430 |
Notes:
- You can download geometry data for Bryan 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.