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