Download outline map of Songpa (geojson format) :
Songpa.geojson (**)
Download polygon array of Songpa map for "Google Maps" :
Songpa.txt
Bounding Box for Songpa Map : ( 37.466184 , 127.066624 , 37.546274 , 127.165728 )
Wikipedia ID for Songpa : Q50415
Wikipedia SPARQL Query for Songpa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50415 wdt:P1082 ?population. }
OPTIONAL { wd:Q50415 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50415 wdt:P2046 ?area. }
OPTIONAL { wd:Q50415 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50415 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50415 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 Songpa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.466184, 127.066624, 37.546274, 127.165728);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Songpa)
[out:json];
(
rel["name"="Songpa"][type=boundary];
rel["name:en"="Songpa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Songpa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chamsil-tong | 37.508300 , 127.082400 |
Chamsilch'il-tong | 37.506980 , 127.074110 |
Chamsilsa-dong | 37.521720 , 127.107390 |
Chamsilsam-dong | 37.509820 , 127.094730 |
Chamsiri-dong | 37.518480 , 127.088390 |
Chamsiril-tong | 37.517520 , 127.075970 |
Chamsiro-dong | 37.518940 , 127.094270 |
Chamsiryuk-tong | 37.518140 , 127.099230 |
Geoyeoi-dong | 37.489170 , 127.148890 |
Kambuk-tong | 37.501390 , 127.160280 |
Karagi-dong | 37.496390 , 127.131390 |
Karagil-tong | 37.495280 , 127.107780 |
Karakpon-dong | 37.497220 , 127.121390 |
Koyo-ri | 37.495280 , 127.151940 |
Macheoni-dong | 37.500280 , 127.151670 |
Munjeong-dong | 37.487760 , 127.115520 |
Munjeongi-dong | 37.478890 , 127.117500 |
Ogum-dong | 37.503700 , 127.134020 |
P'ungnabil-tong | 37.538270 , 127.113650 |
P'ungnap-tong | 37.536800 , 127.118500 |
Pangii-dong | 37.512620 , 127.113810 |
Samjon-dong | 37.505300 , 127.092400 |
Songp'ai-dong | 37.502960 , 127.116660 |
Songp'ail-tong | 37.506970 , 127.110310 |
Notes:
- You can download geometry data for Songpa 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.