Download outline map of Dongjak (geojson format) :
Dongjak.geojson (**)
Download polygon array of Dongjak map for "Google Maps" :
Dongjak.txt
Bounding Box for Dongjak Map : ( 37.472539 , 126.920924 , 37.522889 , 126.986629 )
Wikipedia ID for Dongjak : Q50385
Wikipedia SPARQL Query for Dongjak (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50385 wdt:P1082 ?population. }
OPTIONAL { wd:Q50385 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50385 wdt:P2046 ?area. }
OPTIONAL { wd:Q50385 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50385 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50385 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 Dongjak map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.472539, 126.920924, 37.522889, 126.986629);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dongjak)
[out:json];
(
rel["name"="Dongjak"][type=boundary];
rel["name:en"="Dongjak"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dongjak
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Huksogi-dong | 37.508080 , 126.969150 |
Huksogil-tong | 37.505380 , 126.959950 |
Huksok-tong | 37.508500 , 126.959500 |
Huksoksam-dong | 37.503870 , 126.963670 |
Noryangjin-dong | 37.511200 , 126.940200 |
Noryangjini-dong | 37.511070 , 126.938780 |
Noryangjinil-tong | 37.513390 , 126.945110 |
Pon-dong | 37.513250 , 126.954610 |
Sadangil-tong | 37.480280 , 126.976110 |
Sadango-dong | 37.486940 , 126.965830 |
Sadangsa-dong | 37.480560 , 126.970560 |
Sadangsam-dong | 37.488890 , 126.971110 |
Sandangi-dong | 37.488890 , 126.977500 |
Sangdo-dong | 37.500000 , 126.943330 |
Sangdoi-dong | 37.503200 , 126.941760 |
Sangdoil-tong | 37.503400 , 126.950990 |
Sangdoo-dong | 37.495830 , 126.955000 |
Sangdosa-dong | 37.497780 , 126.940000 |
Sangdosam-dong | 37.497220 , 126.932220 |
Taebang-dong | 37.506960 , 126.927710 |
Notes:
- You can download geometry data for Dongjak 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.