Releases: manaakiwhenua/vector2dggs
v0.15.0
What's Changed
- Adds support for the A5 dggs by @alpha-beta-soup in #71
Full Changelog: v0.14.4...v0.15.0
v0.14.4
What's Changed
- Fix SQL identifier handling for PostGIS database reads by @alpha-beta-soup in #70
Full Changelog: v0.14.3...v0.14.4
v0.14.3
Full Changelog: v0.14.2...v0.14.3
v0.14.2
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- GitHub Action for release by @alpha-beta-soup in #67
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- implement h3 indexing without h3pandas by @alpha-beta-soup in #66
Full Changelog: v0.13.1...v0.14.0
v0.13.1
No changes, just updated README to include --geo and removing old workarounds for lack of GeoParquet output.
v0.13.0
What's Changed
- implements geoparquet output; with hive-style partitions by @alpha-beta-soup in #65
Full Changelog: v0.12.0...v0.13.0
Note
This may be a breaking change. Outputs now have hive-style partitioning. i.e. instead of output.parquet/{parentCellId}.parquet it will be output.parquet/{dggs}_{parent_resolution}={parentCellId}. There will be one file per partition.
v0.12.0
What's Changed
- Optional extras by @alpha-beta-soup in #63
Important
pip install vector2dggs will no longer install any backends. Equivalent installation behaviour is now pip install vector2dggs[all].
Tip
Specific backends can now be installed selectively, e.g. pip install vector2dggs[s2,h3].
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- Protect against SQL injection by @alpha-beta-soup in #57
- Object oriented refactor of DGGS integration scripts by @ndemaio in #56
- closes #11 by @alpha-beta-soup in #61
Full Changelog: v0.11.0...v0.11.1