Download outline map of Sabine (geojson format) :
Sabine.geojson (**)
Download polygon array of Sabine map for "Google Maps" :
Sabine.txt
Bounding Box for Sabine Map : ( 31.134246 , -94.048926 , 31.611836 , -93.59497 )
Wikipedia ID for Sabine : Q26889
Wikipedia SPARQL Query for Sabine (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26889 wdt:P1082 ?population. }
OPTIONAL { wd:Q26889 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26889 wdt:P2046 ?area. }
OPTIONAL { wd:Q26889 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26889 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26889 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 Sabine map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.134246, -94.048926, 31.611836, -93.59497);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sabine)
[out:json];
(
rel["name"="Sabine"][type=boundary];
rel["name:en"="Sabine"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sabine
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blackjack | 31.162970 , -93.932410 |
Bronson | 31.344070 , -94.013520 |
Brookeland | 31.152690 , -93.993520 |
Clarktown | 31.172130 , -93.763790 |
Fairdale | 31.230460 , -93.661840 |
Fairmount | 31.196860 , -93.733240 |
Geneva | 31.477130 , -93.917410 |
Hemphill | 31.343391 , -93.851086 |
Hickory Ridge | 31.212690 , -93.642120 |
Isla | 31.505180 , -93.845460 |
Magasco | 31.280740 , -93.975190 |
Mason | 31.245740 , -93.768790 |
McElroy | 31.199630 , -93.995190 |
Milam | 31.454092 , -93.797848 |
Pineland | 31.245898 , -93.974976 |
Rosevine | 31.420460 , -93.975190 |
Sabinetown | 31.402960 , -93.708510 |
Sexton | 31.562960 , -93.911020 |
Strickland Crossing | 31.326850 , -93.938520 |
Stringtown | 31.191860 , -93.925740 |
Stumptown | 31.156020 , -93.967130 |
Yellowpine | 31.259350 , -93.824630 |
Notes:
- You can download geometry data for Sabine 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.