Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create public transport stops data #576

Open
hfu opened this issue Aug 20, 2024 · 0 comments
Open

Create public transport stops data #576

hfu opened this issue Aug 20, 2024 · 0 comments

Comments

@hfu
Copy link
Contributor

hfu commented Aug 20, 2024

Context and Problem Statement

SDG Indicator 11.2.1 への新たなアプローチとして、地理空間情報ベースで population that has convenient access to public transportation を表現する。

具体的には、kopp-pmtiles の H3 人口データに、public transport stops の所在データを重ね合わせてみて何らかのインサイトを導けないか実験をする。

グローバルなオープンデータから、public transport stops のデータをどのように生成するか。

Considered Options

  1. 既存のデータを探して採用する
  2. https://mobilitydatabase.org/ のGTFSデータから取り出す
  3. OpenStreetMapのデータから取り出す

上記のうち、「OpenStreetMapのデータから取り出す」アプローチをまず試してみる。

public transportation stops とみなすべきタグの案

  • railway=station
  • highway=bus_stop
  • railway=tran_stop
  • railway=subway

ベクトルタイル設計の案

ズームレベル9までは kpop-pmtiles と同じにし、ズームレベル10に生のデータを乗せておくということでどうか。

zoom H3 resolution
0 0
1 0
2 1
3 2
4 3
5 4
6 5
7 6
8 7
9 8
10 - (生データ)

Decision Outcome

  • 人口分布と public transport stops との関係を可視化したサイトが作成される。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant