Open geek-yang opened 1 year ago
Land-cover data needs to be regridded with xarray-regrid during the data ingestion. The resolution is configured via the code below:
xarray-regrid
https://github.com/EcoExtreML/zampy/blob/002859549eb8b16ccf081524dc32f12b17e90388/src/zampy/datasets/land_cover.py#L230-L231
These parameters should be documented somewhere and would ideally be accessible to the users. We need to find a way to make them configurable.
Land-cover data needs to be regridded with
xarray-regrid
during the data ingestion. The resolution is configured via the code below:https://github.com/EcoExtreML/zampy/blob/002859549eb8b16ccf081524dc32f12b17e90388/src/zampy/datasets/land_cover.py#L230-L231
These parameters should be documented somewhere and would ideally be accessible to the users. We need to find a way to make them configurable.