Releases: manaakiwhenua/raster2dggs
Releases · manaakiwhenua/raster2dggs
v0.2.6
Full Changelog: v0.2.3...v0.2.6
v0.2.3
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
v0.2.1
v0.2.0
v0.1.2
What's Changed
- fixes #6 by @alpha-beta-soup in #7
New Contributors
- @alpha-beta-soup made their first contribution in #7
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Fix #3 @ChocopieKewpie
- Fix #4 @ChocopieKewpie
Can be installed via PyPI
v0.1.0
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.