Skip to content

Releases: manaakiwhenua/raster2dggs

v0.6.0

03 Nov 02:33

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 Oct 04:17

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

What's Changed

  • Initial test infrastructure including smoke tests for supported indexing functions by @ndemaio in #33
  • Object oriented refactor of DGGS integration scripts by @ndemaio in #34
  • Recursion bugfix and tiny documentation update by @ndemaio in #35
  • Adds support for the A5 DGGS by @alpha-beta-soup in #36
  • Adds support for -b/--band to avoid reading or writing irrelevant bands by @alpha-beta-soup in #37

Full Changelog: v0.4.2...v0.5.0

v0.4.2

04 Jul 01:46

Choose a tag to compare

v0.4.2 Pre-release
Pre-release

Dependabot, documentation, CLI help

Full Changelog: v0.4.1...v0.4.2

v0.4.1

03 Jul 04:26

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Jul 04:22

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Compression and compaction

What's Changed

Full Changelog: v0.3.0...v0.4.0


Compaction

Sample images for compaction (https://github.com/mommermi/geotiff_sample), rounding all bands down to the nearest 100, and only compacting where all three bands with a common ancestor have the same value. (Images only showing B01, but compaction is across all bands.)

H3
Screenshot from 2025-07-03 15-07-26

rHEALPix
Screenshot from 2025-07-03 15-07-37

Geohash
Screenshot from 2025-07-03 15-07-46

S2
Screenshot from 2025-07-03 15-07-55


Compression

Sample compression results for H3, compacted as above, but at a higher maximum resolution (13); and with the following forms of compression:

Compression Size
none 43 MB
lz4 5.8 MB
brotli 3.3 MB
snappy 6.3 MB
zstd 4.9 MB

The input image is 5.7 MB at 10 m resolution, and with whatever compression that sample image comes with.

H3 represenation of the image requires 2.091 million cells, vs 1.002 million cells for the raster (so this is 2x over-sampled). But note that sample image values are rounded to the nearest 100 for the demonstration of compaction, so the comparison really isn't 1:1.

Even higher compression and compaction would be expected for true categorical raster data (or vector data).

v0.3.0

30 Apr 02:18

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.7...v0.3.0

v0.2.7

10 Apr 03:53

Choose a tag to compare

v0.2.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

15 Jan 03:03

Choose a tag to compare

v0.2.6 Pre-release
Pre-release

Full Changelog: v0.2.3...v0.2.6

v0.2.3

29 May 04:58

Choose a tag to compare

v0.2.3 Pre-release
Pre-release

Previously, output partitions were labelled sequentially as part.{i}.parquet for i in 0...n, where n was the number of unique H3 parent cells in the dataset, one part per parent.

To make this easier to consume, we now label these as {h3parent}.parquet, which allows users to select a particular partition based on a H3 cell without having to do anything except list the output directory. The output order is the same since the sort order was already based on a lexicographic order of the H3 cells.

v0.2.2

22 May 23:20

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

Enhancements: