Skip to content

Releases: manaakiwhenua/vector2dggs

v0.15.0

14 May 00:47

Choose a tag to compare

What's Changed

Full Changelog: v0.14.4...v0.15.0

v0.14.4

13 May 02:46

Choose a tag to compare

What's Changed

Full Changelog: v0.14.3...v0.14.4

v0.14.3

12 May 07:03

Choose a tag to compare

Full Changelog: v0.14.2...v0.14.3

v0.14.2

07 May 00:34

Choose a tag to compare

Full Changelog: v0.14.1...v0.14.2

v0.14.1

07 May 00:29
c07b4bc

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

05 May 09:45

Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.14.0

v0.13.1

19 Mar 02:48

Choose a tag to compare

No changes, just updated README to include --geo and removing old workarounds for lack of GeoParquet output.

v0.13.0

19 Mar 02:36
1653ec7

Choose a tag to compare

What's Changed

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

27 Jan 22:52

Choose a tag to compare

What's Changed

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

23 Jan 03:33
0f9c13e

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1