EcoExtreML / zampy

Tool for downloading Land Surface Model input data
https://zampy.readthedocs.io/
Apache License 2.0
1 stars 0 forks source link

Default regridding resolution of land-cover data during data ingestion #41

Open geek-yang opened 1 year ago

geek-yang commented 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:

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.