Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Aug 14, 2024
1 parent 71e2443 commit c46a8be
Show file tree
Hide file tree
Showing 3 changed files with 1,945 additions and 10,059 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,17 @@ Alternatively, install with the whl file.

# Tasks

- [ ] Decide whether to use [pixi], or uv. I think pixi, it handles Rust stuff.
- [X] Decide whether to use [pixi], or uv. I think pixi, it handles Rust stuff.
- [ ] Document the Geomedian API we're trying to expose. See [odc-stats]
- [ ] Document the Percentile API we're exposing.
- [ ] Regresssion Tests instead of installing old dependencies like hdstats.
- [ ] Update GitHub Actions to build and test Rust backend
- [ ] Update GitHub Actions to build and test against multiple Python versions
- [ ] Consider what type of binary wheels to build. [abi3/multi-python version compatible is tempting](https://pyo3.rs/v0.13.2/building_and_distribution.html#py_limited_apiabi3)
- [ ] Consider what type of binary wheels to build. [abi3/multi-python version compatible is tempting]
- [ ] Update Rust dependencies.
- [ ] De-duplicate with [odc-geo]. It includes COG and Warp functionality that's better maintained, but may not be identical...
- [ ] Consider vendoring the skimage morphology functions we're using, instead of depending on the whole thing.

[odc-geo]: https://github.com/opendatacube/odc-geo
[pixi]: https://pixi.sh/latest/
[abi3/multi-python version compatible is tempting]: https://pyo3.rs/v0.13.2/building_and_distribution.html#py_limited_apiabi3
Loading

0 comments on commit c46a8be

Please sign in to comment.