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 FlatGeobuf of power line data from optimal_bvmap-v1.pmtiles #554

Closed
hfu opened this issue Jul 21, 2024 · 2 comments
Closed

Create FlatGeobuf of power line data from optimal_bvmap-v1.pmtiles #554

hfu opened this issue Jul 21, 2024 · 2 comments
Assignees

Comments

@hfu
Copy link
Contributor

hfu commented Jul 21, 2024

@office-shirado, please review.

@office-shirado
Copy link

日本語でスミマセン。

私の環境は、Windows11 DockerでTippecanoeを動かしています。

PMTilesから、「送電線」・「建築物」などを取り出し、GeoJSONからogr2ogrでFlatGeobuf(.fgb)を作成しました。

【Tippecanoe】
tippecanoe-decode /data/test/optimal_bvmap-v1.pmtiles -l PwrTrnsmL -Z 16 | tippecanoe-json-tool > /data/test/optimal_bvmap-v1.geojson

optimal_bvmap-v1.pmtiles:国土地理院からダウンロードしたPMTiles
PwrTrnsmL:送電線のレイヤ
optimal_bvmap-v1.geojson:tippecanoe-decodeで抽出して保存したGeoJSON

optimal_bvmap-v1.geojsonができたら、次のコマンドを流します。
※コマンドプロンプトはそのまま利用
【ogr2ogr】
ogr2ogr -f FlatGeobuf /data/test/test.fgb /data/test/optimal_bvmap-v1.geojson
test.fgb:作成されるFlatGeobuf(.fgb)

建築物はかなり数が多い(6,700万ポリゴン)ので、注意してください。

レイヤ名・ズームレベル等は、
https://maps.gsi.go.jp/help/pdf/vector/optbv_featurecodes.pdf
が参考になるかと思います。

また、PMTiles Viewer
https://pmtiles.io/
で、絵柄を見ながら確認するのもありかと思います。

@hfu
Copy link
Contributor Author

hfu commented Jul 23, 2024

@office-shirado ありがとうございます!

※unopengis/7 の issues は言語自由なので、日本語も大歓迎です!

@hfu hfu closed this as completed Jul 23, 2024
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

2 participants