Download outline map of Sujeong (geojson format) :
Sujeong.geojson (**)
Download polygon array of Sujeong map for "Google Maps" :
Sujeong.txt
Bounding Box for Sujeong Map : ( 37.393923 , 127.042546 , 37.47728 , 127.171012 )
Wikipedia ID for Sujeong : Q20398
Wikipedia SPARQL Query for Sujeong (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q20398 wdt:P1082 ?population. }
OPTIONAL { wd:Q20398 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q20398 wdt:P2046 ?area. }
OPTIONAL { wd:Q20398 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q20398 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q20398 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 Sujeong map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.393923, 127.042546, 37.47728, 127.171012);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sujeong)
[out:json];
(
rel["name"="Sujeong"][type=boundary];
rel["name:en"="Sujeong"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sujeong
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
An-gol | 37.460280 , 127.135560 |
Chang-mal | 37.470560 , 127.151110 |
Changgok-dong | 37.466110 , 127.150830 |
Cheonggyegul | 37.408610 , 127.066670 |
Deungja-dong | 37.437220 , 127.097220 |
Dongsan-maeul | 37.422500 , 127.100000 |
Dunjeon-dong | 37.426940 , 127.107780 |
Gamajeol | 37.460280 , 127.141940 |
Geumhyeon-dong | 37.418890 , 127.077220 |
Jeokpu-ri | 37.434170 , 127.083330 |
Maechangni | 37.467200 , 127.137410 |
Oe-dong | 37.410000 , 127.085000 |
Oya-dong | 37.450830 , 127.139170 |
Sachon | 37.409720 , 127.113610 |
Saemal | 37.459070 , 127.104570 |
Sasong-dong | 37.413060 , 127.098610 |
Sinheungi-dong | 37.449720 , 127.148610 |
Sinheungil-dong | 37.440830 , 127.140280 |
Sinheungsam-dong | 37.442780 , 127.147220 |
Sujini-dong | 37.436670 , 127.126390 |
Sujinil-tong | 37.438330 , 127.136390 |
Taepyeongi-dong | 37.447500 , 127.136390 |
Taepyeongil-dong | 37.446390 , 127.124170 |
Taepyeongsa-dong | 37.448330 , 127.141110 |
Taepyeongsam-dong | 37.445560 , 127.132220 |
Turei-gol | 37.407780 , 127.073610 |
Waegok-tong | 37.463890 , 127.141110 |
Yetgol | 37.427150 , 127.070290 |
Notes:
- You can download geometry data for Sujeong 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.