v0.3.0
v0.3.0 (2020-11-19)
Updating doc strings and documentation.
Breaking Changes
clisops>=0.4.0 androocs-utils>=0.1.4 used.data_refsparameter ofdaops.ops.subset.subsetrenamed tocollection.spaceparameter ofdaops.ops.subset.subsetrenamed toarea.chunk_rulesparameter ofdaops.ops.subset.subsetrenamed tosplit_method.filenamerparameter ofdaops.ops.subset.subsetrenamed tofile_namer.output_typeparameter option added todaops.ops.subset.subset.data_root_dirparameter in no longer neededdaops.ops.subset.subset.data_root_dirno longer a parameter ofdaops.utils.consolidate.consolidate.
New Features
- Added notebook with example usage.
- Config file now exists at
daops.etc.roocs.ini. This can be overwritten by setting the environment variable
ROOCS_CONFIGto the file path of a config file. split_methodimplemented to split output files by if they exceed the memory limit provided in
clisops.etc.roocs.ininamedfile_size_limit.
Currently only thetime:autoexists which splits evenly on time ranges.file_namerimplemented in subset operation. This hassimpleandstandardoptions.
simplenumbers output files whereasstandardnames them according to the input dataset.- Directories, file paths and dataset ids can now be used as inputs to the subset operation.
- Fixer class now looks up fixes on our elasticsearch index.
Other Changes
- Updated documentation.
- Functions that take the
data_refsparameter have been changed to usecollectionparameter instead. - Functions that take the
data_refparameter have been changed to usedsetparameter instead.