Download outline map of Hakusan (geojson format) :
Hakusan.geojson (**)
Download polygon array of Hakusan map for "Google Maps" :
Hakusan.txt
Bounding Box for Hakusan Map : ( 36.0676 , 136.464706 , 36.567932 , 136.851501 )
Wikipedia ID for Hakusan : Q696407
Wikipedia SPARQL Query for Hakusan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q696407 wdt:P1082 ?population. }
OPTIONAL { wd:Q696407 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q696407 wdt:P2046 ?area. }
OPTIONAL { wd:Q696407 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q696407 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q696407 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 Hakusan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.0676, 136.464706, 36.567932, 136.851501);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hakusan)
[out:json];
(
rel["name"="Hakusan"][type=boundary];
rel["name:en"="Hakusan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hakusan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bushiganomachi | 36.287770 , 136.641550 |
Chugu | 36.277880 , 136.689090 |
Fukase | 36.232380 , 136.636610 |
Gojudanimachi | 36.328550 , 136.565440 |
Hakusan | 36.281367 , 136.647090 |
Hirosemachi | 36.416480 , 136.627300 |
Ichinose | 36.114060 , 136.705640 |
Kaminomachi | 36.372830 , 136.603720 |
Kamiyoshitanimachi | 36.332790 , 136.632460 |
Kawachimachi-fukiage | 36.378750 , 136.640940 |
Kawachimachi-gozu | 36.387510 , 136.613310 |
Kawachimachi-itao | 36.380040 , 136.646440 |
Kawachimachi-nakanomi | 36.388010 , 136.637350 |
Kawachimachi-utsuo | 36.346270 , 136.677460 |
Kawachimachi-yoshioka | 36.379140 , 136.614890 |
Kawarayamamachi | 36.305870 , 136.639450 |
Kozumachi | 36.497870 , 136.586900 |
Kurabemachi | 36.556340 , 136.558630 |
Matsutō | 36.516670 , 136.566670 |
Mikawa-hamamachi | 36.488590 , 136.490870 |
Mikawa-minamimachi | 36.483470 , 136.488130 |
Minatomachi | 36.476340 , 136.477660 |
Mizushimamachi | 36.481610 , 136.520730 |
Nakajimamachi | 36.415360 , 136.633750 |
Ozo | 36.271140 , 136.708910 |
Sakajirimachi | 36.481610 , 136.615980 |
Sara | 36.329170 , 136.642820 |
Senami | 36.320460 , 136.655000 |
Seto | 36.287090 , 136.652550 |
Shirayama | 36.409045 , 136.604026 |
Tsukihashimachi | 36.461620 , 136.620670 |
Tsurugi | 36.450000 , 136.633330 |
Watazumachi | 36.338380 , 136.609050 |
Yanagiharamachi | 36.334750 , 136.583500 |
Notes:
- You can download geometry data for Hakusan 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.