Skip to content

Commit

Permalink
gpkg: gpkg_spatial_ref_sysの定義にhorizontalの座標系を定義 (#455)
Browse files Browse the repository at this point in the history
close #333

- #454 のマージが前提です
- 以下のようなコマンドで変換し、QGIS読み込み時にCRSが設定されていることを確認しました
```bash
% cargo run --package nusamai -- ./data/22203_numazu-shi_2021_citygml_4_op/udx/veg/52385628_veg_6697_op.gml --sink gpkg --output ./data/output/sample.gpkg --epsg 6676
```

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **新機能**
    - 日本平面直角座標系にJGD2011(垂直)高さを追加しました。
    - 座標を日本平面直角座標系+JGD2011(垂直)高さおよび日本平面直角座標系に変換する機能を改善しました。
    - 特定のEPSGコードに対するエラーハンドリングと未実装のケースを修正しました。

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
nokonoko1203 authored Mar 13, 2024
1 parent f348f70 commit 0270246
Showing 1 changed file with 147 additions and 2 deletions.
Loading

0 comments on commit 0270246

Please sign in to comment.