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
The current virtual product find (bag) and load (box) methods in the Process input_data functions may be munging the CRS or other load parameters that we might expect to work for dc.load.
Write an alternative input_data function that uses find (dc.find_datasets) and load (dc.load) funcs to build an xarray object.
This may help with dask too.
The text was updated successfully, but these errors were encountered:
The current virtual product find (
bag
) and load (box
) methods in the Processinput_data
functions may be munging the CRS or other load parameters that we might expect to work for dc.load.input_data
function that uses find (dc.find_datasets
) and load (dc.load
) funcs to build an xarray object.This may help with dask too.
The text was updated successfully, but these errors were encountered: