kjhall01 / xcast

A High-Performance Data Science Toolkit for the Earth Sciences
MIT License
67 stars 5 forks source link

Future Work #8

Closed kjhall01 closed 2 years ago

kjhall01 commented 2 years ago
  1. Update documentation - In Progress
  2. Smart dimension-name guessing - ETA 1/1/2022
  3. keep attributes, XR.dataarray store in estimator objects ? - ETA 1/1/2022
  4. Remove strict chunking rules, switch to manual dask mapping over two dimensions only - ETA 1/1/2022
  5. Fix Conda-Install; needs to work on Python 3.9 & 3.10
kjhall01 commented 2 years ago

Updates 12/4:

1/ In progress 2/ Done - default dim names are now "None" so you can use them in the case that guessing dim names fails. 3/ In Progress 4/ Decided to leave chunking for in-memory; dask.map_blocks still proves to be the fastest option. Making rechunk=True the default. 5/ In progress