- 16 Dec, 2021 1 commit
-
-
Niklas Selke authored
-
- 10 Dec, 2021 1 commit
-
-
Niklas Selke authored
-
- 09 Dec, 2021 1 commit
-
-
Niklas Selke authored
-
- 08 Dec, 2021 1 commit
-
-
Niklas Selke authored
-
- 07 Dec, 2021 1 commit
-
-
Niklas Selke authored
-
- 06 Dec, 2021 1 commit
-
-
Niklas Selke authored
-
- 03 Dec, 2021 1 commit
-
-
Niklas Selke authored
-
- 02 Dec, 2021 1 commit
-
-
Niklas Selke authored
-
- 01 Dec, 2021 1 commit
-
-
Niklas Selke authored
Added 'constants.py' which contains constants used throughout the different modules. The 'check_statistics' function now returns a list.
-
- 30 Nov, 2021 1 commit
-
-
Niklas Selke authored
-
- 29 Nov, 2021 1 commit
-
-
Niklas Selke authored
-
- 26 Nov, 2021 1 commit
-
-
Niklas Selke authored
The 'check_data_capture' function now raises a 'ValueError' if there is any problem with the given 'data_capture' argument.
-
- 25 Nov, 2021 1 commit
-
-
Niklas Selke authored
The 'check_crops' function now raises a 'ValueError' if there is any problem with the given 'crops' argument.
-
- 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
-