Download outline map of Gwanak (geojson format) :
Gwanak.geojson (**)
Download polygon array of Gwanak map for "Google Maps" :
Gwanak.txt
Bounding Box for Gwanak Map : ( 37.437465 , 126.907433 , 37.495702 , 126.993032 )
Wikipedia ID for Gwanak : Q50353
Wikipedia SPARQL Query for Gwanak (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50353 wdt:P1082 ?population. }
OPTIONAL { wd:Q50353 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50353 wdt:P2046 ?area. }
OPTIONAL { wd:Q50353 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50353 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50353 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 Gwanak map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.437465, 126.907433, 37.495702, 126.993032);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gwanak)
[out:json];
(
rel["name"="Gwanak"][type=boundary];
rel["name:en"="Gwanak"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gwanak
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bongcheon 2-dong | 37.488610 , 126.953330 |
Bongcheon 4-dong | 37.476670 , 126.948330 |
Bongcheon 5-dong | 37.490280 , 126.948610 |
Bongcheon 8-dong | 37.479720 , 126.940280 |
Bongcheon 9-dong | 37.489170 , 126.942780 |
Boramae-dong | 37.490560 , 126.932220 |
Cheongnim-dong | 37.489440 , 126.959170 |
Haengun-dong | 37.480830 , 126.961670 |
Inheon-dong | 37.472220 , 126.966390 |
Jungang-dong | 37.484170 , 126.951390 |
Nakseongdae-dong | 37.468060 , 126.961390 |
Nanhyang-dong | 37.461940 , 126.918330 |
Seorim-dong | 37.473890 , 126.938060 |
Sillim 10-dong | 37.461500 , 126.927600 |
Sillim 11-dong | 37.479700 , 126.918500 |
Sillim 12-dong | 37.474000 , 126.915200 |
Sillim 13-dong | 37.468610 , 126.920000 |
Sillim 3-dong | 37.472220 , 126.922220 |
Sillim 6-dong | 37.470560 , 126.930000 |
Sillim-dong | 37.486940 , 126.926940 |
Sillim-dong | 37.481940 , 126.934720 |
Sinsa-dong | 37.485560 , 126.919720 |
Soenaep'i | 37.483330 , 126.916670 |
Notes:
- You can download geometry data for Gwanak 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.