-
Notifications
You must be signed in to change notification settings - Fork 20
Roadmap to v1.0
Romain Hugonnet edited this page Mar 20, 2024
·
4 revisions
We are getting close to a stable version of the package! Here is a roadmap towards a v1.0
:
A v0.1
very soon (Update: released mid-February 2024!):
Current feature and issues state (29.01.2024) after the January 2024 hackathon.
Only changes left to-do:
- Fix all warnings in tests,
- Update documentation message on
v0.1
(remove focus on Binder which does not work so well due to server reduction?),
Move to v0.2
, v0.3
, etc with each of the following new features:
- Xarray accessor, see https://github.com/GlacioHack/geoutils/issues/383,
- Easy point/raster interface, see https://github.com/GlacioHack/geoutils/issues/395 + add a
PointCloud
convenience class? - Zonal and binned statistics,
- Filters moved from xDEM, mentioned in https://github.com/GlacioHack/geoutils/issues/361,
- (Optional, could be
v1.X
) Spatial statistics moved from xDEM, see https://github.com/GlacioHack/xdem/issues/378, - (Optional also) 2D coregistration wrappers, see GeoWombat wrappers for instance.
Prerelease of v1.0
once we have done principally:
- Reworked "Quick start" to be... quicker, and maybe separate with a more extensive example?
- Added more test data to the test suite (NaNs, different projections),
- Finalized the last little dev issues (Pin max dependencies).
Release the v1.0
after a test phase:
- We ask related people to test the package for a month or two, and to report any issue/difficulty they encounter,
- We address the issues...
- And release the
1.0
!