--- tags: project,hackday,hackday-projects title: (個人メモ)タイトル:みんなでつくる公園マップ(仮) --- (個人メモ)みんなでつくる公園マップ(仮) ==== ご近所お出かけ・公園情報を可視化・共有する #proj-park-map * [Social Hack Day Online #37](https://socialhackday37.peatix.com/) * [HackMD 今回分](https://hackmd.io/@codeforjapan/SHD37th) * [HackMD ハックデー全体](https://hackmd.io/@codeforjapan/hackday) * [※HackMDの使い方](https://hackmd.io/s/features-jp) * [SocialHackDayとは?](https://hackday.code4japan.org/) ### Memo * [会津若松市内の公園情報オープンデータ化](https://www.city.aizuwakamatsu.fukushima.jp/docs/2015103000039/files/50.pdf) * [ウェイ: 滑り台 (442054444)](https://www.openstreetmap.org/way/442054444#map=19/37.58957/139.87471) ### オープンデータ * [川崎市 公共施設のオープンデータについて](https://www.city.kawasaki.jp/170/page/0000116229.html) * [神奈川県 公園に関するオープンデータ](https://www.pref.kanagawa.jp/docs/b8k/cnt/f536260/index.html) ### 参考サイト * [OpenStreetMap](https://www.openstreetmap.org/) * [Mapillary](https://www.mapillary.com/) * [ジオキャッシング](https://www.geocaching.com/play) * [LocalWiki](https://localwiki.org/) * [LocalWiki 室蘭](https://ja.localwiki.org/mr/) * [Wheelmap.org](https://wheelmap.org/?locale=ja) ### 既存サービス * [PARKFUL](https://parkful.net/) * [みんなでテイクアウトMAP <かわさき版> ](https://openkawasaki.github.io/takeaway/#15/35.5761/139.6558) * https://k-sakanoshita.github.io/takeaway/ * [かわさきテイクアウトマップ](https://brownbag.glideapp.io/) * [LINE BOTでお店にチェックイン using OSM](https://hackmd.io/ryPkpshjTF-xYodVMBnkTA) * [jauntful](https://jauntful.com/) * [Jauntful(ガイドマップ作成サービス)](http://idea.linkdata.org/idea/idea1s556i) * [Swarm](https://ja.swarmapp.com/) * [Foursquare](https://ja.foursquare.com/) * [Foursquare city-guide](https://ja.foursquare.com/city-guide) * [Google Local](https://www.google.co.jp/maps?promo=JP-HP1-local) * [Mangrove Reviews](https://mangrove.reviews//) * [MapContrib](https://www.mapcontrib.xyz/t/561a35-MapContrib) OpenStreetMap ---- * [[OSM-ja] 公園と児童遊園](https://lists.openstreetmap.org/pipermail/talk-ja/2015-October/009116.html) 欧米ではparkとplaygroundが明確に区別されているらしいのですが、日本ではその区別は曖昧だと思います。 例えば横浜の公園で言えば、私がタグ付けするとしたらこんな感じで悩みます。 * 山下公園(http://www.openstreetmap.org/way/35866698) 海沿いの広い公園で散歩に適している。遊具はない。→これはpark * 双葉公園(http://www.openstreetmap.org/way/316162109) 非常に小さな公園で、遊具はない。→散歩はできないけど、parkなのか? * 蒔田公園(http://www.openstreetmap.org/way/150481376) そこそこ大きな公園で、一角に大きな遊具がある→park?playground? * 中村公園(http://www.openstreetmap.org/way/316160549) そんなに大きい公園ではないがプールがある。遊具も少し。→park?playground? * 中居公園(http://www.openstreetmap.org/way/316164376) 住宅地によくある感じの公園で、小さな広場と遊具がある→playgroundかな * 中村冒険パーク(http://www.openstreetmap.org/way/316162101) アトラクション的な公園。→これはplayground 「主に児童が遊ぶことを目的として作成・整備されている」を基準にするのは、なかなか判断が難しいので、なんらかの指針が欲しいなと思います。 公園をparkで、遊具をplaygroundでタグ付けすれば、判断基準がクリアになるのではないかと思います。 https://overpass-turbo.eu/ ``` /* This query looks for nodes, ways and relations with the given key/value combination. Choose your region and hit the Run button above! */ [out:json][timeout:25]; // gather results ( // query part for: “leisure=park” node["leisure"="park"]({{bbox}}); way["leisure"="park"]({{bbox}}); relation["leisure"="park"]({{bbox}}); ); // print results out body; >; out skel qt; ``` ``` /* This has been generated by the overpass-turbo wizard. The original search was: “leisure=park or leisure=playground” */ [out:json][timeout:25]; // gather results ( // query part for: “leisure=park” node["leisure"="park"]({{bbox}}); way["leisure"="park"]({{bbox}}); relation["leisure"="park"]({{bbox}}); // query part for: “leisure=playground” node["leisure"="playground"]({{bbox}}); way["leisure"="playground"]({{bbox}}); relation["leisure"="playground"]({{bbox}}); ); // print results out body; >; out skel qt; ``` * [JA:Tag:leisure=playground](https://wiki.openstreetmap.org/wiki/JA:Tag:leisure%3Dplayground) * [JA:写真マッピング](https://wiki.openstreetmap.org/wiki/JA:%E5%86%99%E7%9C%9F%E3%83%9E%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0) * [会津若松市内の公園情報オープンデータ化](https://www.city.aizuwakamatsu.fukushima.jp/docs/2015103000039/files/50.pdf) * [会津三十三観音オープンデータ化](https://www.city.aizuwakamatsu.fukushima.jp/docs/2016110800018/files/15.pdf) * [会津若松市公園一覧](https://data.data4citizen.jp/dataset/10060050) * [ウェイ: 滑り台 (442054444)](https://www.openstreetmap.org/way/442054444#map=19/37.58957/139.87471) ### Tag:playground=slide * [Tag:playground=slide](https://wiki.openstreetmap.org/wiki/Tag:playground=slide?uselang=ja) * [tm3594](https://www.openstreetmap.org/user/tm3594) ### leisure=playground * [子ども向けの遊具がある場所です](https://taginfo.openstreetmap.jp/tags/leisure=playground#overview) playground 遊び場の遊具です。 * https://taginfo.openstreetmap.jp/keys/playground * [JA:Key:playground](https://wiki.openstreetmap.org/wiki/JA:Key:playground#.E8.A8.AD.E7.BD.AE.E3.81.95.E3.82.8C.E3.81.9F.E9.81.8A.E5.85.B7) * [Template:JA:Map Features:playground](https://wiki.openstreetmap.org/wiki/Template:JA:Map_Features:playground) ``` leisure playground max_age * min_age * name 滑り台 playground slide source https://www.mapillary.com/app/?focus=photo&pKey=XvlU7DVHVf-bNmXPy8TEAA&lat=37.5897028&lng=139.87481&z=17 surface grass website https://www.city.aizuwakamatsu.fukushima.jp/soshiki/hanatomidorinoka/ ``` 追加タグ ``` surface=* - grass, sand, rubbercrumb, woodchips など baby=yes/no その設備が主に乳幼児向けに設計されているかどうか wheelchair=yes/no/limited その設備を車椅子利用者が利用できるかどうか walking_disability=yes/no/limited sitting_disability=yes/no/limited 座ることができない人でもその設備を利用できるかどうか blind=yes/no/limited name=* - of the equipment, not the play area. min_age=* 利用者の年齢下限 (歳) max_age=* 利用者の年齢上限 (歳) centralkey=* Where a key is required to access the equipment operator=* - eg, the name of the local council or school name=* access=* opening_hours=* wheelchair=* could also be used on the playground perimeter to show whether a wheelchair user could get into it; it shouldn't be taken to imply that the wheelchair user could use anything in the playground. fee=* supervised=* access=private for playgrounds unavailable to public ``` ---- * [Geoshapeリポジトリ - 地理形状データ共有サイト | ROIS-DS人文学オープンデータ共同利用センター (CODH)](https://geoshape.ex.nii.ac.jp/) ### 川崎市 公共施設のオープンデータ(市役所・区役所・市民館等、Excelデータ)※令和4年3月末時点 2022年4月25日 * [公共施設のオープンデータについて](https://www.city.kawasaki.jp/170/page/0000116229.html#opendata_dataset_2) * [位置参照技術を用いたツールとユーティリティ](https://geocode.csis.u-tokyo.ac.jp/) ---- * [ハッカソンの新規プロジェクトに対して課題自体をはっきりさせるためにする質問](https://aelcenganda.medium.com/questions-to-scope-a-new-project-in-g0v-hackathon-38a1189c391c) * [サイト構築に人気のノーコードツール12選|選ぶチェックポイントと注意点](https://bindup.jp/camp/web/basic/30310) * [SpreadSimple(スプレッドシンプル)](https://spreadsimple.com/) * [最近気になったWebサービスを11個紹介します(2020年10月版)](http://hokoxjouhou.blog105.fc2.com/blog-entry-1783.html) * [独自Webアプリや社内ツールが作り放題のオープンソース開発環境「ToolJet」を使ってみた!](https://paiza.hatenablog.com/entry/2022/04/20/153000) ---- - LINEボット - Webマップ - 公園データ -> 自治体のオープンデータ - 住所 - 名称 ---- ### OpenStreetMatsuya * [uMapとOverpass APIを使うと、なにができますか?](https://www.nofuture.tv/20150623) * [Overpass API を使って OpenStreetMap から牛丼店の情報を取得し、Google マイマップに表示する](https://qiita.com/ohwada/items/806deb12ea8154c9e35c) * [User:Okano t/OpenStreetMatsuya](https://wiki.openstreetmap.org/wiki/User:Okano_t/OpenStreetMatsuya) tag --- * [JA:ノード](https://wiki.openstreetmap.org/wiki/JA:%E3%83%8E%E3%83%BC%E3%83%89) * [JA:ウェイ](https://wiki.openstreetmap.org/wiki/JA:%E3%82%A6%E3%82%A7%E3%82%A4) * [JA:リレーション][(](https://wiki.openstreetmap.org/wiki/JA:%E3%83%AA%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3)) * https://wiki.openstreetmap.org/wiki/JA:Map_Features 日本のマッピングで推奨されるタグ付けルールに関しては、まず Japan tagging を参照し、それに載っていないものについて当ページを参照してください。また、日本地域でよく利用される地物へのタグ付与については、JA:How_to_map_a、およびJA:Naming_sampleも参考となります。 * https://wiki.openstreetmap.org/wiki/Japan_tagging * https://wiki.openstreetmap.org/wiki/JA:Naming_sample * https://wiki.openstreetmap.org/wiki/JA:How_to_map_a (五十音順POIタグ一覧 ) * 公園 leisure=park * 児童公園は leisure=playground ### [娯楽 (Leisure)](https://wiki.openstreetmap.org/wiki/JA:Key:leisure) leisure タグは、人々が余暇を過ごす場所のためのものです。 * leisure=park * 公園。レクレーションの為に開かれている緑地。普通は自治体が管理しています * https://wiki.openstreetmap.org/wiki/JA:Tag:leisure%3Dpark * leisure=playground * 子供の遊び場。 * https://wiki.openstreetmap.org/wiki/JA:Tag:leisure%3Dplayground ### leisure = park 都市公園。開放されたレクリエーションのための緑地。通常は公営 ### leisure = playground 子ども向けの遊具がある場所です leisure = park name = 等々力緑地 name:en = Todoroki Ryokuchi name:es = Todoroki Ryokuchi wikidata = Q7812852 wikipedia = ja:等々力緑地