- 24 Nov, 2021 1 commit
-
-
Niklas Selke authored
-
- 23 Nov, 2021 1 commit
-
-
Niklas Selke authored
The 'check_seasons' function now raises a 'ValueError' if there is any problem with the given 'seasons' argument.
-
- 22 Nov, 2021 1 commit
-
-
Niklas Selke authored
The 'check_metadata' function now raises a 'ValueError' if there is any problem with the given 'metadata' argument.
-
- 19 Nov, 2021 1 commit
-
-
Niklas Selke authored
Added a function to check which of the metadata, seasons and crops arguments are needed for the given sampling method and statistics.
-
- 18 Nov, 2021 1 commit
-
-
Niklas Selke authored
-
- 17 Nov, 2021 1 commit
-
-
Niklas Selke authored
The 'check_data' function now raises a 'ValueError' if there is any problem with the given 'data' argument.
-
- 16 Nov, 2021 1 commit
-
-
Niklas Selke authored
The 'check_statistics' function now raises a 'ValueError' if there is any problem with the given 'statistics' argument.
-
- 15 Nov, 2021 1 commit
-
-
Niklas Selke authored
The 'check_sampling' function now raises a 'ValueError' if there is any problem with the given 'sampling' argument.
-
- 09 Nov, 2021 1 commit
-
-
Niklas Selke authored
Added a check for the 'data_capture' argument in 'interface.py'. The check function is included in 'input_checks.py'.
-
- 08 Nov, 2021 1 commit
-
-
Niklas Selke authored
-
- 05 Nov, 2021 1 commit
-
-
Niklas Selke authored
Added a check for the 'crops' argument in 'interface.py'. The check function is included in 'input_checks.py'.
-
- 04 Nov, 2021 1 commit
-
-
Niklas Selke authored
Made a change to directly iterate 'RSTAGS' instead of calling '.keys()' in the 'check_sampling' function in 'input_checks.py'.
-
- 03 Nov, 2021 1 commit
-
-
Niklas Selke authored
Added a check for the 'seasons' argument in 'interface.py'. The check function is included in 'input_checks.py'.
-
- 02 Nov, 2021 1 commit
-
-
Niklas Selke authored
-
- 29 Oct, 2021 1 commit
-
-
Niklas Selke authored
-
- 28 Oct, 2021 1 commit
-
-
Niklas Selke authored
Added a check for the 'metadata' argument in 'interface.py'. The check function is included in 'input_checks.py'.
-
- 27 Oct, 2021 1 commit
-
-
Niklas Selke authored
-
- 26 Oct, 2021 1 commit
-
-
Niklas Selke authored
-
- 25 Oct, 2021 1 commit
-
-
Niklas Selke authored
Changed the argument and variable names as well as the docstring in the 'check_sampling' function in 'input_checks.py'.
-
- 22 Oct, 2021 1 commit
-
-
Niklas Selke authored
-
- 21 Oct, 2021 1 commit
-
-
Niklas Selke authored
Added a check for the 'data' argument in 'interface.py'. The check function is included in 'input_checks.py'.
-
- 20 Oct, 2021 1 commit
-
-
Niklas Selke authored
Made some changes to the 'check_statistics' function in 'input_checks.py'. It now returns a list of functions.
-
- 19 Oct, 2021 1 commit
-
-
Niklas Selke authored
Renamed 'date_times' to 'datetimes' in the argument list of 'calculate_statistics' in 'interface.py'. Also renamed local variables in the same function.
-
- 18 Oct, 2021 1 commit
-
-
Niklas Selke authored
Added a check for the 'statistics' argument in 'interface.py'. The check function is included in 'input_checks.py'.
-
- 15 Oct, 2021 1 commit
-
-
Niklas Selke authored
Added a check for the 'sampling' argument in 'interface.py'. The check function is included in 'input_checks.py'.
-
- 14 Oct, 2021 1 commit
-
-
Niklas Selke authored
-
- 13 Oct, 2021 1 commit
-
-
Niklas Selke authored
-
- 12 Oct, 2021 1 commit
-
-
Niklas Selke authored
-
- 11 Oct, 2021 1 commit
-
-
Niklas Selke authored
Added a class which will act as the internal data structure for this package. It is included in 'data_structure.py'.
-
- 08 Sep, 2021 1 commit
-
-
Niklas Selke authored
Added a 'CHANGELOG.md' and a 'LICENSE' file. Modified the 'README.md' and added files for packaging. Created package version 0.1.0.
-
- 05 Sep, 2021 4 commits
-
-
Niklas Selke authored
-
Niklas Selke authored
-
Niklas Selke authored
-
Niklas Selke authored
-
- 02 Sep, 2021 1 commit
-
-
Niklas Selke authored
Made a small change to the module docstring of 'stats_utils.py'. Changed the 'CLIMATIC_ZONE' constant from an OrderedDict to a regular dict.
-
- 01 Sep, 2021 1 commit
-
-
Niklas Selke authored
-
- 31 Aug, 2021 1 commit
-
-
Niklas Selke authored
Redid the docstrings in 'ozone_metrics.py' and made some small code changes. Moved some functions from 'ozone_metrics.py' to 'stats_utils.py'.
-
- 19 Aug, 2021 2 commits
-
-
Niklas Selke authored
-
Niklas Selke authored
-
- 09 Aug, 2021 1 commit
-
-
Niklas Selke authored
Changed the argument 'df' to 'data' in the main interface of the 'toarstats' package. Made some other small adjustments to 'stats_main.py'.
-