Download outline map of Trinity (geojson format) :
Trinity.geojson (**)
Download polygon array of Trinity map for "Google Maps" :
Trinity.txt
Bounding Box for Trinity Map : ( 30.824566 , -95.434781 , 31.38693 , -94.842947 )
Wikipedia ID for Trinity : Q27009
Wikipedia SPARQL Query for Trinity (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27009 wdt:P1082 ?population. }
OPTIONAL { wd:Q27009 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27009 wdt:P2046 ?area. }
OPTIONAL { wd:Q27009 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27009 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27009 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 Trinity map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.824566, -95.434781, 31.38693, -94.842947);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Trinity)
[out:json];
(
rel["name"="Trinity"][type=boundary];
rel["name:en"="Trinity"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Trinity
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apple Springs | 31.223520 , -94.966320 |
Carlisle | 30.873800 , -95.206880 |
Centerville | 31.180460 , -95.042990 |
Chita | 30.936580 , -95.208270 |
Crecy | 31.201300 , -95.055210 |
Friday | 31.108520 , -95.262990 |
Friendship | 31.226850 , -95.188830 |
Glendale | 31.015740 , -95.301050 |
Groveton | 31.057165 , -95.126859 |
Helmic | 31.180740 , -94.986600 |
Josserand | 31.035190 , -95.089660 |
Lacy | 31.104630 , -95.088550 |
Mill Town | 30.958800 , -95.373830 |
Nigton | 31.221570 , -94.907710 |
Nogalus | 31.255460 , -95.088270 |
Pennington | 31.191290 , -95.235490 |
Red Branch | 31.068240 , -95.406050 |
Saron | 31.035740 , -95.264110 |
Sebastopol | 30.909630 , -95.249660 |
Sulphur | 31.059070 , -94.977430 |
Trevat | 31.119910 , -94.946320 |
Trinity | 30.944454 , -95.373563 |
Vair | 31.281020 , -94.913540 |
Westville | 31.072410 , -95.188830 |
Westwood Shores | 30.937595 , -95.325438 |
Woodlake | 31.028800 , -95.032990 |
Notes:
- You can download geometry data for Trinity 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.