Solves #94 . I added no test as there was no test for open_data and I did not want to change this. I removed the parameter dataset_name from open_params_schema (was redundant due to data_id) and added support for parameters mosaicking_period, upsampling, downsampling, and variable_fill_values.
Solves #94 . I added no test as there was no test for
open_data
and I did not want to change this. I removed the parameterdataset_name
fromopen_params_schema
(was redundant due todata_id
) and added support for parametersmosaicking_period
,upsampling
,downsampling
, andvariable_fill_values
.