Download outline map of Saha (geojson format) :
Saha.geojson (**)
Download polygon array of Saha map for "Google Maps" :
Saha.txt
Bounding Box for Saha Map : ( 34.882915 , 128.936172 , 35.133751 , 129.015234 )
Wikipedia ID for Saha : Q50400
Wikipedia SPARQL Query for Saha (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q50400 wdt:P1082 ?population. }
OPTIONAL { wd:Q50400 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q50400 wdt:P2046 ?area. }
OPTIONAL { wd:Q50400 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q50400 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q50400 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 Saha map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.882915, 128.936172, 35.133751, 129.015234);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Saha)
[out:json];
(
rel["name"="Saha"][type=boundary];
rel["name:en"="Saha"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Saha
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Busan | 35.154242 , 129.066134 |
Hadan-ni | 35.100000 , 128.966670 |
Hoemangch'on | 35.100000 , 129.000000 |
Hungt'i | 35.061940 , 128.961940 |
Kamch'on | 35.086390 , 128.999720 |
Koejong-dong | 35.103330 , 128.990000 |
Kup'yong-dong | 35.071670 , 128.986670 |
Oejangnim | 35.083330 , 128.983330 |
Sinp'yong-dong | 35.091390 , 128.969440 |
Tadae-dong | 35.055560 , 128.968060 |
Tangni-dong | 35.110280 , 128.976940 |
Notes:
- You can download geometry data for Saha 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.