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
We currently split the steps used by prepInputs by calling preProcess and postProcess directly, because prepInputs doesn’t know how to work with pieces of datasets (tiles etc.) — it needs to get, assemble, then do something with the data pieces. Also, working directly with the gdal tools is faster, leaving postProcess to deal with final crop/mask/reproject.
We should revisit the workflow to see how we might improve it to better use prepInputs and Cache machinery, e.g. for file checking and caching.
The text was updated successfully, but these errors were encountered:
We currently split the steps used by
prepInputs
by callingpreProcess
andpostProcess
directly, becauseprepInputs
doesn’t know how to work with pieces of datasets (tiles etc.) — it needs to get, assemble, then do something with the data pieces. Also, working directly with the gdal tools is faster, leavingpostProcess
to deal with final crop/mask/reproject.We should revisit the workflow to see how we might improve it to better use
prepInputs
andCache
machinery, e.g. for file checking and caching.The text was updated successfully, but these errors were encountered: