hydro.migration¶
Functions that hopefully can migrate from a past version of data to a future version.
Classes¶
Helper class that provides a standard way to create an ABC using |
Module Contents¶
- class hydro.migration.MigrationABC[source]¶
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- can_migrate(ds)[source]¶
- Parameters:
ds (xarray.Dataset)
- Return type:
- abstractmethod migrate(ds)[source]¶
- Parameters:
ds (xarray.Dataset)
- Return type: