The aggregation period (parameter name: time_period) in the
soil moisture dataset was defined as optional, but an error
was raised if it was omitted (Issue #16). This has been fixed,
and time_period is now optional in practice as well as in
theory.
In the soil moisture dataset, bbox was a required parameter,
although it has only one valid set of values (corresponding to
the entire globe). I have now turned bbox into an optional parameter
for soil moisture.
Fixes #16 .
The aggregation period (parameter name: time_period) in the soil moisture dataset was defined as optional, but an error was raised if it was omitted (Issue #16). This has been fixed, and time_period is now optional in practice as well as in theory.
In the soil moisture dataset, bbox was a required parameter, although it has only one valid set of values (corresponding to the entire globe). I have now turned bbox into an optional parameter for soil moisture.