Download outline map of Kitami (geojson format) :
Kitami.geojson (**)
Download polygon array of Kitami map for "Google Maps" :
Kitami.txt
Bounding Box for Kitami Map : ( 43.592266 , 143.136597 , 44.184799 , 144.123093 )
Wikipedia ID for Kitami : Q265555
Wikipedia SPARQL Query for Kitami (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q265555 wdt:P1082 ?population. }
OPTIONAL { wd:Q265555 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q265555 wdt:P2046 ?area. }
OPTIONAL { wd:Q265555 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q265555 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q265555 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 Kitami map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.592266, 143.136597, 44.184799, 144.123093);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kitami)
[out:json];
(
rel["name"="Kitami"][type=boundary];
rel["name:en"="Kitami"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kitami
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ainonaicho | 43.799410 , 143.756580 |
Hachigo | 43.900000 , 143.900000 |
Heison-shiku | 43.800000 , 143.866670 |
Jomon | 43.836340 , 143.546080 |
Jugogo | 43.870000 , 143.854720 |
Kamitokoro | 43.754820 , 143.834170 |
Kitami | 43.804231 , 143.881726 |
Kugo | 43.900000 , 143.883330 |
Rubeshibecho-asahikita | 43.782230 , 143.615900 |
Rubeshibecho-kowa | 43.708190 , 143.374370 |
Rubeshibecho-mizuho | 43.897540 , 143.636410 |
Rubeshibecho-onneyu-onsen | 43.756760 , 143.507370 |
Rubeshibecho-takinoyu | 43.734410 , 143.423700 |
Rubeshicho-izumi | 43.789680 , 143.653710 |
Sango | 43.916670 , 143.916670 |
Tannocho-hiushinai | 43.882240 , 143.998360 |
Tannocho-ikku | 43.889970 , 143.968150 |
Tannocho-kawamukai | 43.831590 , 143.965500 |
Tannocho-tanno | 43.852110 , 143.947760 |
Tokoro-yama | 43.980960 , 144.017720 |
Tokorocho-higashihama | 44.118160 , 144.097970 |
Tokorocho-hiyoshi | 43.982660 , 143.948150 |
Tokorocho-kyoritsu | 44.085550 , 144.033720 |
Tokorocho-toyokawa | 44.066670 , 144.033330 |
Tokorocho-yoshino | 43.969050 , 143.868820 |
Toyota | 43.797430 , 143.736750 |
Notes:
- You can download geometry data for Kitami 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.