Download outline map of Warren (geojson format) :
Warren.geojson (**)
Download polygon array of Warren map for "Google Maps" :
Warren.txt
Bounding Box for Warren Map : ( 32.078327 , -91.174577 , 32.618885 , -90.553821 )
Wikipedia ID for Warren : Q156411
Wikipedia SPARQL Query for Warren (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156411 wdt:P1082 ?population. }
OPTIONAL { wd:Q156411 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156411 wdt:P2046 ?area. }
OPTIONAL { wd:Q156411 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156411 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156411 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 Warren map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.078327, -91.174577, 32.618885, -90.553821);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Warren)
[out:json];
(
rel["name"="Warren"][type=boundary];
rel["name:en"="Warren"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Warren
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allen | 32.107930 , -90.958160 |
Antioch | 32.246540 , -90.848990 |
Ballground | 32.537640 , -90.746770 |
Beechwood | 32.330254 , -90.819020 |
Bellevule | 32.573190 , -91.033440 |
Big Black | 32.215710 , -90.839830 |
Blakely | 32.443750 , -90.822330 |
Bovina | 32.352090 , -90.734820 |
Brunswick | 32.554580 , -91.061770 |
Cedars | 32.250710 , -90.925380 |
Culkin | 32.368200 , -90.818160 |
Eagle Bend | 32.520420 , -91.006770 |
Eldorado | 32.579580 , -90.659540 |
Floweree | 32.544310 , -90.850100 |
Flowers | 32.389310 , -90.673990 |
Haynes Bluff | 32.516250 , -90.785380 |
Hurricane | 32.166820 , -91.148170 |
Jeff Davis | 32.192930 , -90.879270 |
Jetts | 32.307930 , -90.901490 |
Jonestown | 32.319590 , -90.874830 |
Katzenmeyer | 32.520700 , -90.825660 |
Kimberly | 32.158210 , -90.943440 |
Le Tourneau | 32.214320 , -90.938440 |
Long Lake | 32.408750 , -90.883440 |
Newmans | 32.350980 , -90.752880 |
Newmans Grove | 32.345980 , -90.770940 |
Oak Ridge | 32.481250 , -90.706490 |
Peelers | 32.491530 , -91.046770 |
Porters Chapel | 32.293760 , -90.861490 |
Rawhide | 32.466250 , -90.627880 |
Redbone | 32.217650 , -90.890940 |
Redwood | 32.477640 , -90.803710 |
Rose Hill | 32.359030 , -90.807050 |
Russellville | 32.540970 , -90.652880 |
Simrall | 32.201820 , -90.945380 |
Twin Lake | 32.489030 , -90.820100 |
Valley Mills | 32.389870 , -90.858440 |
Vicksburg | 32.317169 , -90.886807 |
Villanova | 32.433750 , -90.772880 |
Walsh | 32.571250 , -90.839550 |
Warrenton | 32.247370 , -90.928440 |
Yokena | 32.175150 , -90.942050 |
Youngton | 32.447640 , -90.620380 |
Notes:
- You can download geometry data for Warren 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.