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 : ( 39.977015 , -123.623891 , 41.368139 , -122.445453 )
Wikipedia ID for Trinity : Q156188
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:Q156188 wdt:P1082 ?population. }
OPTIONAL { wd:Q156188 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156188 wdt:P2046 ?area. }
OPTIONAL { wd:Q156188 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156188 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156188 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"](39.977015, -123.623891, 41.368139, -122.445453);
);
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) |
Big Bar | 40.740980 , -123.255870 |
Bob Hoaglin Place | 40.094320 , -123.328630 |
Bramlet Place | 40.260700 , -123.162520 |
Bucktail | 40.704030 , -122.850020 |
Burnt Ranch | 40.811028 , -123.508202 |
Cedar Stock | 40.846260 , -122.829750 |
Coffee | 41.102920 , -122.778080 |
Coffee Creek | 41.080265 , -122.713601 |
Covington Mill | 40.931464 , -122.863240 |
Crabtree Place | 40.153480 , -123.351410 |
Deadwood | 40.719310 , -122.733630 |
Dedrick | 40.862640 , -123.036700 |
Del Loma | 40.778470 , -123.332260 |
Denny | 40.944030 , -123.386710 |
Douglas City | 40.663632 , -122.926056 |
Estrellita | 40.859310 , -122.790860 |
Fairview | 40.816530 , -122.766690 |
Forest Glen | 40.373200 , -123.325310 |
Friend Place | 40.485700 , -123.363640 |
Globe Mill | 40.884310 , -123.023920 |
Graham Place | 40.426530 , -123.408090 |
Hawkins Bar | 40.870140 , -123.522820 |
Hayfork | 40.561022 , -123.129918 |
Helena | 40.773480 , -123.128370 |
Hoboken | 40.882910 , -123.434770 |
Hyampom | 40.626180 , -123.468835 |
Island Mountain | 40.026260 , -123.490300 |
Junction City | 40.727408 , -123.061443 |
Kekawaka | 40.095430 , -123.519190 |
Kettenpom | 40.157370 , -123.460860 |
Lewiston | 40.696934 , -122.822496 |
Luckie Place | 40.573480 , -123.208080 |
Mad River | 40.432028 , -123.492441 |
McClellan Place | 40.487090 , -123.420030 |
Miller Place | 40.465700 , -123.429480 |
Murphy Place | 40.293200 , -123.221410 |
Nielson Place | 40.006820 , -123.344460 |
Peanut | 40.467920 , -123.168640 |
Penney | 40.198210 , -123.101690 |
Pinewood Cove | 40.845140 , -122.846410 |
Quinby | 40.950000 , -123.383330 |
Ridgeville | 40.864590 , -122.803080 |
Russ Place | 40.145700 , -123.278910 |
Ruth | 40.294263 , -123.348274 |
Salyer | 40.890130 , -123.584490 |
Shannon Place | 40.154590 , -123.362250 |
Sids Place | 40.419030 , -123.456700 |
Trinity Alps | 40.857370 , -122.890300 |
Trinity Center | 40.984067 , -122.708326 |
Trinity Village | 40.878916 , -123.513207 |
Ueland Place | 40.312920 , -123.396690 |
Weaverville | 40.748801 , -122.927381 |
Wildwood | 40.400150 , -123.054190 |
Willie Hoaglin Place | 40.114040 , -123.336410 |
Yellowjacket Place | 40.169320 , -123.323630 |
Zenia | 40.205420 , -123.491970 |
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.