This pull request breaks backward compatibility. The main idea is to use xarray.plot capabilities and stop using custom units. Now every array has its units and standard_name such that plotting is possible by xarray.plot
plus reshuffled all the io routines, improved the reading from directories, etc.
some things will not work as before, please take care and sorry. Use Getting_started.ipynb to see the way things work.
This pull request breaks backward compatibility. The main idea is to use
xarray.plot
capabilities and stop using custom units. Now every array has its units andstandard_name
such that plotting is possible byxarray.plot
plus reshuffled all the io routines, improved the reading from directories, etc.
some things will not work as before, please take care and sorry. Use
Getting_started.ipynb
to see the way things work.