eWaterCycle / eWaterCycle/ewatercycle
hydrograph needs to accept xarray objects as inputs
Open
enhancement
- Dominant language
- Python
- Stars
- 41
- Forks
- 6
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 2
Description
Current implementation of hydrograph assumes pandas objects, but with 2.0 we have (silently?) moved to having xarray as the default data object.
Suggested implementation: check object type and convert internally to pandas is the easiest. Rewrite entirely to xarray might be better.
Contributor guide
Assessment
This issue has not been assessed yet.