Download outline map of Gangnam (geojson format) :
Gangnam.geojson (**)
Download polygon array of Gangnam map for "Google Maps" :
Gangnam.txt
Bounding Box for Gangnam Map : ( 37.457786 , 127.014615 , 37.546687 , 127.126302 )
Wikipedia ID for Gangnam : Q20398
Wikipedia SPARQL Query for Gangnam (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 Gangnam map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.457786, 127.014615, 37.546687, 127.126302);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gangnam)
[out:json];
(
rel["name"="Gangnam"][type=boundary];
rel["name:en"="Gangnam"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gangnam
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apkujong-dong | 37.526600 , 127.036600 |
Apkujongi-dong | 37.529150 , 127.039490 |
Apkujongil-tong | 37.529210 , 127.028180 |
Bangjuk I Maeul | 37.471340 , 127.109390 |
Bangogae | 37.463520 , 127.106430 |
Ch'ongdam-dong | 37.522900 , 127.050600 |
Ch'ongdami-dong | 37.522520 , 127.044670 |
Ch'ongdamil-tong | 37.526510 , 127.054500 |
Daechi-dong | 37.500830 , 127.056390 |
Daechisa-dong | 37.501670 , 127.055000 |
Daechisam-dong | 37.501670 , 127.066110 |
Eungongmaeul | 37.466540 , 127.097450 |
Gaepoi-dong | 37.481390 , 127.066940 |
Gaeposa-dong | 37.476670 , 127.053330 |
Geonneo-mal | 37.472500 , 127.109170 |
Hakdong | 37.518100 , 127.030700 |
Irwon-dong | 37.492220 , 127.081110 |
Irwoni-dong | 37.494170 , 127.076940 |
Jaenggolmaeul | 37.481550 , 127.101390 |
Kung-mal | 37.485560 , 127.098610 |
Manggol | 37.468900 , 127.100300 |
Motgol | 37.474200 , 127.098770 |
Nonhyoni-dong | 37.515150 , 127.035940 |
Nonhyonil-tong | 37.512030 , 127.026690 |
Samsong-dong | 37.512400 , 127.043200 |
Samsongi-dong | 37.511670 , 127.048940 |
Samsongil-tong | 37.516210 , 127.059340 |
Seochosa-dong | 37.499170 , 127.020000 |
Togogil-tong | 37.489440 , 127.040560 |
Yeoksam-dong | 37.495560 , 127.035280 |
Yeoksami-dong | 37.498330 , 127.045000 |
Notes:
- You can download geometry data for Gangnam 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.