Download outline map of Seocho (geojson format) :
Seocho.geojson (**)
Download polygon array of Seocho map for "Google Maps" :
Seocho.txt
Bounding Box for Seocho Map : ( 37.42764 , 126.980327 , 37.528037 , 127.099554 )
Wikipedia ID for Seocho : Q20395
Wikipedia SPARQL Query for Seocho (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q20395 wdt:P1082 ?population. }
OPTIONAL { wd:Q20395 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q20395 wdt:P2046 ?area. }
OPTIONAL { wd:Q20395 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q20395 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q20395 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 Seocho map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.42764, 126.980327, 37.528037, 127.099554);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Seocho)
[out:json];
(
rel["name"="Seocho"][type=boundary];
rel["name:en"="Seocho"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Seocho
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amsan | 37.472780 , 127.025000 |
Banpo-dong | 37.495280 , 126.993610 |
Banposa-dong | 37.499720 , 127.001670 |
Bonchon | 37.454020 , 127.054870 |
Chamsil | 37.516670 , 127.000000 |
Chamwon-dong | 37.517990 , 127.012850 |
Cheongnyongmal | 37.447520 , 127.058360 |
Heoninmaeul | 37.459420 , 127.089480 |
Heuneungnalmaeul | 37.464920 , 127.088020 |
Hyeongchonmaeul | 37.462740 , 127.025040 |
Kye-ri | 37.463060 , 127.052500 |
Maljukko-ri | 37.483330 , 127.033330 |
Naegok-tong | 37.452220 , 127.069720 |
Pangbae-dong | 37.484720 , 126.990830 |
Pangbaei-dong | 37.472220 , 126.984440 |
Pangbaeil-tong | 37.485000 , 126.995830 |
Pangbaesa-dong | 37.489720 , 126.991390 |
Pangbaesam-dong | 37.474440 , 126.998060 |
Panp'oi-dong | 37.506930 , 126.995400 |
Panp'oil-tong | 37.505220 , 127.016730 |
Panp'osam-dong | 37.512630 , 127.003930 |
Saetanmal | 37.452170 , 127.066230 |
Sangjeok-dong | 37.433890 , 127.070000 |
Seocho | 37.490560 , 127.020000 |
Sigyuchonmaeul | 37.458300 , 127.013120 |
Songdongmaeul | 37.470550 , 127.008590 |
Sungbangp'yong | 37.466670 , 126.991940 |
Tapgol | 37.457640 , 127.056660 |
Wonteo | 37.443520 , 127.056360 |
Yangjaei-dong | 37.454170 , 127.046390 |
Yangjaeil-tong | 37.470560 , 127.023610 |
Yomgong-ni | 37.462500 , 127.052500 |
Notes:
- You can download geometry data for Seocho 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.