Download outline map of Beauregard (geojson format) :
Beauregard.geojson (**)
Download polygon array of Beauregard map for "Google Maps" :
Beauregard.txt
Bounding Box for Beauregard Map : ( 30.402112 , -93.741679 , 30.88374 , -92.976639 )
Wikipedia ID for Beauregard : Q504284
Wikipedia SPARQL Query for Beauregard (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504284 wdt:P1082 ?population. }
OPTIONAL { wd:Q504284 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504284 wdt:P2046 ?area. }
OPTIONAL { wd:Q504284 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504284 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504284 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 Beauregard map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.402112, -93.741679, 30.88374, -92.976639);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Beauregard)
[out:json];
(
rel["name"="Beauregard"][type=boundary];
rel["name:en"="Beauregard"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Beauregard
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bancroft | 30.565200 , -93.685450 |
Bivens | 30.629920 , -93.606280 |
Bon Ami | 30.807700 , -93.295160 |
Carson | 30.754640 , -93.313220 |
DeRidder | 30.846675 , -93.293079 |
Dry Creek | 30.669090 , -93.045430 |
Edith | 30.516310 , -93.155710 |
Fields | 30.526310 , -93.574890 |
Gaytine | 30.447980 , -93.201270 |
Gekop | 30.472700 , -93.355160 |
Gordon | 30.484370 , -93.323220 |
Grabow | 30.817700 , -93.336000 |
Helme | 30.413260 , -93.497940 |
Hite | 30.822700 , -93.323780 |
Hudson Addition | 30.843250 , -93.287660 |
Ikes | 30.874080 , -93.217660 |
Juanita | 30.618530 , -93.425170 |
Junction | 30.837980 , -93.509060 |
Kernan | 30.507140 , -93.262380 |
Kipling | 30.752700 , -93.089050 |
Longacre | 30.816860 , -93.150440 |
Longville | 30.608941 , -93.228334 |
Merryville | 30.757084 , -93.524565 |
Mystic | 30.574370 , -93.529060 |
Neale | 30.773250 , -93.458500 |
Newlin | 30.680750 , -93.401000 |
Oretta | 30.528934 , -93.439093 |
Pujo | 30.793530 , -93.402950 |
Ragley | 30.512700 , -93.232380 |
Seale | 30.561870 , -93.436000 |
Shear | 30.808250 , -93.362940 |
Singer | 30.651199 , -93.411720 |
Sugartown | 30.840109 , -93.012424 |
Tulla | 30.740470 , -93.250440 |
Turps | 30.418260 , -93.200430 |
Notes:
- You can download geometry data for Beauregard 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.