Download outline map of Robertson (geojson format) :
Robertson.geojson (**)
Download polygon array of Robertson map for "Google Maps" :
Robertson.txt
Bounding Box for Robertson Map : ( 30.69567 , -96.830691 , 31.357129 , -96.235123 )
Wikipedia ID for Robertson : Q26506
Wikipedia SPARQL Query for Robertson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26506 wdt:P1082 ?population. }
OPTIONAL { wd:Q26506 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26506 wdt:P2046 ?area. }
OPTIONAL { wd:Q26506 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26506 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26506 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 Robertson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.69567, -96.830691, 31.357129, -96.235123);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Robertson)
[out:json];
(
rel["name"="Robertson"][type=boundary];
rel["name:en"="Robertson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Robertson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Astin | 30.706860 , -96.563300 |
Bald Prairie | 31.223510 , -96.432750 |
Barton | 30.919910 , -96.711640 |
Benchley | 30.748530 , -96.458580 |
Black Jack | 30.888520 , -96.528300 |
Bremond | 31.165709 , -96.675975 |
Calvert | 30.979149 , -96.671542 |
Calvert Junction | 30.942130 , -96.737480 |
Dunns Fort | 30.864910 , -96.428850 |
Easterly | 31.105460 , -96.384130 |
Eaton | 30.972970 , -96.339690 |
Elliot | 30.953800 , -96.568580 |
Franklin | 31.025480 , -96.485643 |
Goodland | 30.882130 , -96.668030 |
Hammond | 31.095180 , -96.713870 |
Headsville | 31.261290 , -96.495810 |
Hearne | 30.876980 , -96.595579 |
Hogg | 31.143790 , -96.687750 |
Marvin | 30.914630 , -96.703030 |
Mumford | 30.734360 , -96.564970 |
Nesbitt | 31.098240 , -96.596920 |
New Baden | 31.051020 , -96.429130 |
Nicholas | 30.782420 , -96.594690 |
Owensville | 31.072960 , -96.519410 |
Petteway | 31.184630 , -96.538030 |
Ridge | 31.145460 , -96.321910 |
Round Prairie | 31.296010 , -96.364410 |
Salter | 31.034630 , -96.745260 |
Seale | 31.313230 , -96.373030 |
Seger | 30.921300 , -96.623310 |
Sutton | 30.821300 , -96.529970 |
Tatsie | 30.793530 , -96.602190 |
Tatsie Crossing | 30.801030 , -96.606640 |
Tidwell Prairie | 31.089910 , -96.657480 |
Valley Junction | 30.841860 , -96.637750 |
Wheelock | 30.897690 , -96.389960 |
White Rock | 31.219900 , -96.554970 |
Willow Creek | 31.286290 , -96.436360 |
Notes:
- You can download geometry data for Robertson 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.