Download outline map of Desha (geojson format) :
Desha.geojson (**)
Download polygon array of Desha map for "Google Maps" :
Desha.txt
Bounding Box for Desha Map : ( 33.517148 , -91.557648 , 34.119577 , -90.870461 )
Wikipedia ID for Desha : Q61029
Wikipedia SPARQL Query for Desha (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61029 wdt:P1082 ?population. }
OPTIONAL { wd:Q61029 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61029 wdt:P2046 ?area. }
OPTIONAL { wd:Q61029 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61029 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61029 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 Desha map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.517148, -91.557648, 34.119577, -90.870461);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Desha)
[out:json];
(
rel["name"="Desha"][type=boundary];
rel["name:en"="Desha"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Desha
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arkansas City | 33.608885 , -91.204960 |
Back Gate | 33.932600 , -91.392900 |
Beulah Island Landing | 33.802610 , -91.025390 |
Deerfield | 34.086220 , -90.984000 |
Duce | 33.777330 , -91.275120 |
Dumas | 33.884791 , -91.486338 |
Halley | 33.535670 , -91.324840 |
Jersey Point | 33.674280 , -91.108720 |
Kelso | 33.797610 , -91.270670 |
Knowlton | 34.107330 , -90.963720 |
Laconia | 34.053160 , -90.954270 |
Lorays | 34.110660 , -90.984000 |
Lucca Landing | 33.715390 , -91.215110 |
Masonville | 33.584830 , -91.405120 |
McArthur | 33.689550 , -91.334840 |
McGehee | 33.627950 , -91.395603 |
Mitchellville | 33.905069 , -91.498394 |
Mozart | 34.014830 , -91.109830 |
Oaklawn | 33.911210 , -91.430680 |
Omega | 33.821490 , -91.477620 |
Pendleton | 33.977320 , -91.382060 |
Red Fork | 33.936490 , -91.270120 |
Reed | 33.702073 , -91.443801 |
Reedville | 33.930380 , -91.518460 |
Rohwer | 33.760940 , -91.275670 |
Rotan | 33.967320 , -91.547620 |
Snow Lake | 34.060940 , -91.023170 |
Trippe Junction | 33.595390 , -91.334560 |
Wargo Landing | 33.819830 , -91.150110 |
Watson | 33.893851 , -91.257270 |
White River | 33.883440 , -91.069000 |
Yancopin | 33.940660 , -91.218730 |
Yukon | 33.797050 , -91.479010 |
Notes:
- You can download geometry data for Desha 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.