You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I really like this package. Thank you for making it easier for beginners to use regrid functions without all of the boilerplate stuff that's needed. Super useful.
I was wondering if there was a way to suppress the print statements of the regridding method? Perhaps we can add a verbose argument if such a way doesn't already exists?
Example
** Code snippet to reproduce **
reference_ds=gpp_data_lowmethod='nearest_s2d'# initialize regridderregridder=xe.Regridder(
gpp_data_hi, # DataArray to be convertedgpp_data_low, # reference DataArraymethod=method,
)
# regrid new datasetgpp_new=regridder(gpp_data_hi.compute())
Hi,
First of all, I really like this package. Thank you for making it easier for beginners to use regrid functions without all of the boilerplate stuff that's needed. Super useful.
I was wondering if there was a way to suppress the print statements of the regridding method? Perhaps we can add a
verbose
argument if such a way doesn't already exists?Example
** Code snippet to reproduce **
** Output **
Expected Behavior
Nothing unless prompted.
System information
Please complete the following information:
The text was updated successfully, but these errors were encountered: