Download outline map of Sangdang (geojson format) :
Sangdang.geojson (**)
Download polygon array of Sangdang map for "Google Maps" :
Sangdang.txt
Bounding Box for Sangdang Map : ( 36.588977 , 127.448285 , 36.722646 , 127.562106 )
Wikipedia ID for Sangdang : Q50333
Wikipedia SPARQL Query for Sangdang (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50333 wdt:P1082 ?population. }
OPTIONAL { wd:Q50333 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50333 wdt:P2046 ?area. }
OPTIONAL { wd:Q50333 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50333 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50333 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 Sangdang map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.588977, 127.448285, 36.722646, 127.562106);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sangdang)
[out:json];
(
rel["name"="Sangdang"][type=boundary];
rel["name:en"="Sangdang"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sangdang
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Andeokbeol | 36.657190 , 127.498060 |
Ansebuheung | 36.691410 , 127.478560 |
Balsalli | 36.676710 , 127.475860 |
Balteo | 36.683060 , 127.490560 |
Bangchungmal | 36.687290 , 127.487810 |
Bongjeong | 36.683860 , 127.467210 |
Deokdong | 36.689340 , 127.496420 |
Gajagol | 36.637760 , 127.503840 |
Geodae | 36.649790 , 127.540840 |
Geomdeunggol | 36.700030 , 127.486930 |
Habalsan | 36.676220 , 127.473050 |
Homi-gol | 36.634170 , 127.513330 |
Hyoch'on | 36.590000 , 127.508610 |
Jeomchon | 36.701750 , 127.482450 |
Jeongbuk | 36.687110 , 127.462410 |
Jumakgeori | 36.682460 , 127.501770 |
Meogutttae | 36.685540 , 127.462290 |
Nakgadong | 36.623460 , 127.532270 |
Oenam-dong | 36.701940 , 127.485280 |
Oepyeong | 36.695660 , 127.483440 |
Onam | 36.687470 , 127.471460 |
Ppuriddeum | 36.643700 , 127.510430 |
Saeburyong | 36.689000 , 127.475640 |
Saemal | 36.699890 , 127.483360 |
Saeteo | 36.678090 , 127.500440 |
Sansong-dong | 36.652780 , 127.525000 |
Sayang-ni | 36.616670 , 127.500000 |
Seokhwa | 36.682370 , 127.462350 |
Seongnae | 36.663750 , 127.542120 |
Sinchon | 36.711300 , 127.503320 |
T'osong | 36.689170 , 127.455000 |
Ttukkyeongsaemgeori | 36.680260 , 127.502160 |
Woro-dong | 36.612500 , 127.533890 |
Yongseong | 36.699330 , 127.491200 |
Yullyang-dong | 36.667780 , 127.502220 |
Yulsangni | 36.663940 , 127.505000 |
Notes:
- You can download geometry data for Sangdang 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.