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
would be nice to have an additional optional argument "settings" for the worldcereal_preprocessed_inputs_gfmap function, specifying:
which bands to extract for each collection
compositing method to use (for now only median compositing supported, but we would like to test BAP compositing as well in the near future)
the compositing window ('month', 'dekad')
Or perhaps a better approach would be to extend the collections argument allowing to pass additional settings per collection
The text was updated successfully, but these errors were encountered:
Here we have classes CropLandParameters and CropTypeParameters, we could define an additional class WorldCerealInputParameters or similar that will also use pydantic for type consistency/checking
Then all the parameter objects that use inputs (CropLandParameters, CropTypeParameters) would have a field instance of that class.
kvantricht
changed the title
Additional argument 'settings' in worldcereal_preprocessed_inputs_gfmap
Additional argument 'settings' in worldcereal_preprocessed_inputsOct 30, 2024
would be nice to have an additional optional argument "settings" for the worldcereal_preprocessed_inputs_gfmap function, specifying:
the compositing window ('month', 'dekad')
Or perhaps a better approach would be to extend the collections argument allowing to pass additional settings per collection
The text was updated successfully, but these errors were encountered: