Download outline map of Obihiro (geojson format) :
Obihiro.geojson (**)
Download polygon array of Obihiro map for "Google Maps" :
Obihiro.txt
Bounding Box for Obihiro Map : ( 42.615536 , 142.687607 , 42.953133 , 143.268997 )
Wikipedia ID for Obihiro : Q177149
Wikipedia SPARQL Query for Obihiro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q177149 wdt:P1082 ?population. }
OPTIONAL { wd:Q177149 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q177149 wdt:P2046 ?area. }
OPTIONAL { wd:Q177149 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q177149 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q177149 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 Obihiro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.615536, 142.687607, 42.953133, 143.268997);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Obihiro)
[out:json];
(
rel["name"="Obihiro"][type=boundary];
rel["name:en"="Obihiro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Obihiro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beppucho | 42.864640 , 143.154960 |
Echizen | 42.783330 , 143.150000 |
Fujicho | 42.782650 , 143.123930 |
Fushiko | 42.933330 , 143.150000 |
Hironocho | 42.763970 , 143.040960 |
Inadacho | 42.883520 , 143.193290 |
Izumicho | 42.713190 , 143.201300 |
Kaga | 42.800000 , 143.183330 |
Kami-tobetsu | 42.793550 , 143.226660 |
Kamikiyokawacho | 42.716660 , 143.053500 |
Kamiobihirocho | 42.800000 , 143.066670 |
Kawanishicho | 42.857150 , 143.172710 |
Kofukucho | 42.753280 , 143.148440 |
Motoimatsucho | 42.811660 , 143.081930 |
Nakajimacho | 42.768140 , 143.137880 |
Nishinijo | 42.907530 , 143.202190 |
Obihiro | 42.916207 , 143.201294 |
Ozoracho | 42.877070 , 143.149930 |
Sakuragicho | 42.805040 , 143.203040 |
Shimo-kawanishi | 42.866670 , 143.183330 |
Showa | 42.771300 , 143.164160 |
Taiheicho | 42.716670 , 143.033330 |
Taishocho | 42.803090 , 143.179300 |
Takuseicho | 42.700800 , 142.948590 |
Tokiwa | 42.816670 , 143.083330 |
Totta | 42.705270 , 143.058150 |
Toyonishi | 42.829300 , 143.135590 |
Yachiyocho | 42.735560 , 142.988890 |
Notes:
- You can download geometry data for Obihiro 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.