Download outline map of Grimes (geojson format) :
Grimes.geojson (**)
Download polygon array of Grimes map for "Google Maps" :
Grimes.txt
Bounding Box for Grimes Map : ( 30.225187 , -96.188314 , 30.864125 , -95.804197 )
Wikipedia ID for Grimes : Q26616
Wikipedia SPARQL Query for Grimes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26616 wdt:P1082 ?population. }
OPTIONAL { wd:Q26616 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26616 wdt:P2046 ?area. }
OPTIONAL { wd:Q26616 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26616 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26616 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 Grimes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.225187, -96.188314, 30.864125, -95.804197);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grimes)
[out:json];
(
rel["name"="Grimes"][type=boundary];
rel["name:en"="Grimes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grimes
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Anderson | 30.487102 , -95.989970 |
| Apolonia | 30.493260 , -95.909950 |
| Bedias | 30.779192 , -95.946904 |
| Blackberry | 30.397980 , -95.856900 |
| Carlos | 30.594640 , -96.078010 |
| Channey Crossing | 30.720470 , -96.167740 |
| Cotton | 30.831580 , -95.894670 |
| Courtney | 30.267160 , -96.059960 |
| Cross | 30.810190 , -96.103010 |
| Democrat Crossing | 30.810750 , -96.174960 |
| Erwin | 30.486040 , -96.059960 |
| Ferguson Crossing | 30.607700 , -96.181630 |
| Iola | 30.771884 , -96.077180 |
| Keith | 30.645200 , -96.101350 |
| Lynn Grove | 30.285210 , -96.031070 |
| Navasota | 30.386971 , -96.089481 |
| Piedmont | 30.520760 , -96.094680 |
| Plantersville | 30.332990 , -95.861900 |
| Richards | 30.537700 , -95.839390 |
| Roans Prairie | 30.584370 , -95.943840 |
| Shiro | 30.613250 , -95.888280 |
| Singleton | 30.652140 , -95.958560 |
| Stoneham | 30.341870 , -95.912450 |
| Todd Mission | 30.261230 , -95.829800 |
| Whitehall | 30.302430 , -95.973570 |
| Yarboro | 30.336870 , -95.955510 |
Notes:
- You can download geometry data for Grimes 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.