Closed rafa-guedes closed 9 months ago
Support yaml representation of an intake catalog in the SourceIntake class.
SourceIntake
https://github.com/rom-py/rompy/issues/43
source = intake.open_netcdf("/source/rompy/tests/data/era5-20230101.nc") source.name = "era5" rompy_source = SourceIntake(dataset_id="era5", catalog_yaml=source.yaml())
Thanks @rafa-guedes LGTM. Appreciate the PR
Support yaml representation of an intake catalog in the
SourceIntake
class.Relevant discussion:
https://github.com/rom-py/rompy/issues/43
Example usage: