Download outline map of Yongsan (geojson format) :
Yongsan.geojson (**)
Download polygon array of Yongsan map for "Google Maps" :
Yongsan.txt
Bounding Box for Yongsan Map : ( 37.511852 , 126.944941 , 37.55872 , 127.018774 )
Wikipedia ID for Yongsan : Q50429
Wikipedia SPARQL Query for Yongsan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50429 wdt:P1082 ?population. }
OPTIONAL { wd:Q50429 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50429 wdt:P2046 ?area. }
OPTIONAL { wd:Q50429 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50429 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50429 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 Yongsan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.511852, 126.944941, 37.55872, 127.018774);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yongsan)
[out:json];
(
rel["name"="Yongsan"][type=boundary];
rel["name:en"="Yongsan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yongsan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ch'ongp'a-dong | 37.548000 , 126.966300 |
Ch'ongp'ai-dong | 37.545010 , 126.966550 |
Ch'ongp'ail-tong | 37.550810 , 126.966640 |
Chungnim-dong | 37.556740 , 126.966130 |
Hangangno 1-ga | 37.535790 , 126.967960 |
Hangangno 3-ga | 37.528140 , 126.963220 |
Hannami-dong | 37.540790 , 127.001970 |
Hannamil-tong | 37.532110 , 127.011200 |
Huam-dong | 37.550260 , 126.980520 |
Ich'oni-dong | 37.523430 , 126.954020 |
Ich'onil-tong | 37.517520 , 126.970160 |
It'aewoni-dong | 37.541650 , 126.992290 |
It'aewonil-tong | 37.533500 , 126.992880 |
Namyeong-dong | 37.544480 , 126.972300 |
Seoul | 37.548941 , 126.995122 |
Sobinggo-dong | 37.521070 , 126.991410 |
Tohwail-tong | 37.541010 , 126.952140 |
Wonhyoro-dong | 37.541000 , 126.964900 |
Wonhyoroi-dong | 37.532570 , 126.952230 |
Wonhyoroil-tong | 37.538140 , 126.965330 |
Yongsan-dong | 37.544500 , 126.983700 |
Yongsaniga-dong | 37.540540 , 126.983310 |
Notes:
- You can download geometry data for Yongsan 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.