Download outline map of Saiha (geojson format) :
Saiha.geojson (**)
Download polygon array of Saiha map for "Google Maps" :
Saiha.txt
Bounding Box for Saiha Map : ( 21.94419 , 92.82462 , 22.806337 , 93.205756 )
Wikipedia ID for Saiha : Q1821714
Wikipedia SPARQL Query for Saiha (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1821714 wdt:P1082 ?population. }
OPTIONAL { wd:Q1821714 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1821714 wdt:P2046 ?area. }
OPTIONAL { wd:Q1821714 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1821714 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1821714 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 Saiha map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.94419, 92.82462, 22.806337, 93.205756);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Saiha)
[out:json];
(
rel["name"="Saiha"][type=boundary];
rel["name:en"="Saiha"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Saiha
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ainak | 22.376460 , 93.157860 |
Kaisi | 22.257320 , 92.953240 |
Laki | 22.147130 , 93.014520 |
Lawnamosu | 22.106220 , 92.851350 |
Lobo | 22.483330 , 93.116670 |
Lungtian | 22.717650 , 92.972120 |
Saiphai | 22.491830 , 92.981420 |
Sangau | 22.738280 , 93.060330 |
Serkawr | 22.362180 , 92.980050 |
Tawngkalawng | 22.179150 , 92.883450 |
Tuipang | 22.313730 , 93.026570 |
Vawmbuk | 22.595340 , 93.076660 |
Zawngling | 22.251060 , 93.044910 |
Notes:
- You can download geometry data for Saiha 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.