-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
仮のtransformer (x-y swap, to wgs84)、gpkg/geojsonのリファクタリング、その他 (#152)
## 変更内容 ### #153 #### 仮のTransformerで「とりあえず」の全頂点の変換処理を行う - x-y 入れかえ処理を入れておく - これにともない GeoJSON, GeoPackage ドライバ内での x-y 入れかえは除去する - CRSを WGS 84 にしておく処理も追加 #155 #### Gpkg, GeoJSON 周りのリファクタリング - `nusamai-geojson` に "indexed" でないふつうのジオメトリをGeoJSON Valueに変換する関数を追加(tiling2d sink で使う)。 - #154 もこのPRにマージ - Gpkg のバイナリジオメトリの構築で、 `Vec<u8>` でなく `std::io::Write` trait を使う(`Vec<u8>`はWrite)。一時的なVecの生成も除去。 ### その他 - Gpkg sink が、インメモリSQLiteを扱えていない(`:memory:` というファイルを作ってしまう)問題を修正 - SipHash → aHash #156 - Iterator::chain 除去 #157 - Noop Sink, Serde Sinkを走らせるだけのテストに GeoJSONとGPKG も追加 - `nusamai_citygml::object::Geometries` の名前を `GeometryStore` に変更(ジオメトリのつめあわせであることを多少分かりやすく) - `GeometryStore` にCRSの情報をもたせられるようにしておく(仮) - その他細かい調整など
- Loading branch information
Showing
46 changed files
with
601 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.