Skip to content

Releases: manaakiwhenua/raster2dggs

v0.2.6

15 Jan 03:03
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Enhancements:

v0.2.1

19 May 04:57
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

v0.2.0

03 May 03:06
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

v0.1.2

21 Apr 02:22
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Mar 03:48
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Can be installed via PyPI

v0.1.0

13 Mar 21:01
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First cut of the raster to DGGS indexer:

  • Supports H3 indexing in parallel, to Apache Parquet, with intermediate temporary files
  • Supports reading and writing to remote files, such as AWS S3
  • Supports most raster formats (if it can be read by GDAL)

Not yet available for installation via PyPI, must be cloned directly from Github. No built binaries.