Download outline map of Daedeok (geojson format) :
Daedeok.geojson (**)
Download polygon array of Daedeok map for "Google Maps" :
Daedeok.txt
Bounding Box for Daedeok Map : ( 36.34452 , 127.392518 , 36.478748 , 127.502582 )
Wikipedia ID for Daedeok : Q50371
Wikipedia SPARQL Query for Daedeok (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50371 wdt:P1082 ?population. }
OPTIONAL { wd:Q50371 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50371 wdt:P2046 ?area. }
OPTIONAL { wd:Q50371 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50371 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50371 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 Daedeok map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.34452, 127.392518, 36.478748, 127.502582);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Daedeok)
[out:json];
(
rel["name"="Daedeok"][type=boundary];
rel["name:en"="Daedeok"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Daedeok
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| An-gol | 36.470100 , 127.475100 |
| Baegogae | 36.414880 , 127.466780 |
| Birae | 36.367800 , 127.449900 |
| Buldanggol | 36.463460 , 127.470580 |
| Cheongja | 36.438210 , 127.435180 |
| Daedeok | 36.346690 , 127.413680 |
| Deokgol | 36.440740 , 127.469040 |
| Deulmal | 36.409120 , 127.429670 |
| Donggumal | 36.412130 , 127.425470 |
| Eochon | 36.450970 , 127.469950 |
| Eodumgol | 36.388720 , 127.428650 |
| Galjeon | 36.442700 , 127.466180 |
| Hadae-ri | 36.450000 , 127.483330 |
| Hasan | 36.435640 , 127.451800 |
| Ihyeolli | 36.413050 , 127.465220 |
| Jangnyeogol | 36.396920 , 127.425850 |
| Jinggol | 36.414190 , 127.446870 |
| Jisu | 36.427220 , 127.411910 |
| Namhae | 36.450000 , 127.416670 |
| Pangdumaru | 36.421100 , 127.423200 |
| Pusu-gol | 36.437000 , 127.482800 |
| Saegol | 36.419310 , 127.446400 |
| Saemal | 36.427990 , 127.465360 |
| Saetteomal | 36.467490 , 127.468290 |
| Saetteum | 36.402550 , 127.435480 |
| Samjeong Il Gu | 36.449880 , 127.466160 |
| Sanjunggol | 36.378260 , 127.429170 |
| Sintansin | 36.453610 , 127.431110 |
| Song-gol | 36.385500 , 127.428100 |
| Sutgol | 36.464170 , 127.467210 |
| Taeyang | 36.436970 , 127.432690 |
| Teogol | 36.411280 , 127.444660 |
| Witjisu | 36.428140 , 127.412830 |
| Yeonchukgol | 36.394020 , 127.426690 |
| Yokgol | 36.414570 , 127.439940 |
| Yongho | 36.448100 , 127.453360 |
Notes:
- You can download geometry data for Daedeok 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.