- 27 Jan, 2021 4 commits
-
-
Paulo Medeiros authored
Change the "--selected-stations" option in the csv2obsoul command to "--selected-stations-fpath". This is to make it more obvious that this refers to a file path. The old syntax using "--selected-stations" should still work though, as argparse tries to match the options from passed abbreviations.
-
Paulo Medeiros authored
Caused by a reference to select_stations before the variable had been defined.
-
Paulo Medeiros authored
-
-
- 28 Oct, 2020 2 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
- 27 Oct, 2020 2 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
- 23 Oct, 2020 1 commit
-
-
Paulo Medeiros authored
-
- 22 Oct, 2020 2 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
Separate grid- and projection- related properties in Domain.
-
- 21 Oct, 2020 1 commit
-
-
Paulo Medeiros authored
Lint with pylint, but keep the flake8 pylint plugin inactive for the time being. Some more tunning is still needed.
-
- 20 Oct, 2020 1 commit
-
-
Paulo Medeiros authored
-
- 19 Oct, 2020 1 commit
-
-
Paulo Medeiros authored
-
- 15 Oct, 2020 1 commit
-
-
Paulo Medeiros authored
With a somewhat basic config/plugin usage for flake8 at the moment. Update .pre-commit-config.yaml and .gitlab-ci.yml to use these new configs.
-
- 13 Oct, 2020 3 commits
-
-
Paulo Medeiros authored
Via config.general.obsoul_export_params default=["pressure", "temperature", "humidity", "sum_rain_1"]
-
Paulo Medeiros authored
In a format compatible with the one used in the input data.
-
Paulo Medeiros authored
Move thinning_grid_coarse_factor config option from the "commands.select" config section to the "domain" section. Also, change scheme to choose resolution of shown grids (if any).
-
- 09 Oct, 2020 1 commit
-
-
Paulo Medeiros authored
In which case the support grid is the same as the regular grid. Post-clustering thinning is now only deactivated when config.commands.select.thinning_grid_coarse_factor <= 0 (instead of "<=1" as before).
-
- 08 Oct, 2020 3 commits
-
-
Paulo Medeiros authored
And make other minor cosmetic changes to them.
-
Paulo Medeiros authored
Redundant with functionality provided by the "show" command, as "select" already saves files that can be read later by "show". Leave these options only to "cluster" command now.
-
Paulo Medeiros authored
-
- 07 Oct, 2020 3 commits
-
-
Paulo Medeiros authored
Add config option "thinning_grid_coarse_factor" to "select" command, with a default of 4.
-
Paulo Medeiros authored
Trim accepted obs to a coarse grid similar to the grid defined in the config's domain, but with a gsize increased by a factor of 4. At each (i, j) point of the coarse grid, pick only one station: the one for which the rejection rate is the lowest among all stations belonging to (i, j).
-
Paulo Medeiros authored
-
- 06 Oct, 2020 1 commit
-
-
Paulo Medeiros authored
And fix legend of "'show' --domain" command fig, as well as some unit tests.
-
- 05 Oct, 2020 1 commit
-
-
Paulo Medeiros authored
-
- 02 Oct, 2020 2 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
- 30 Sep, 2020 2 commits
-
-
Paulo Medeiros authored
To print all configs in use (including defaults) in TOML format.
-
Paulo Medeiros authored
To show the domain that the code is using.
-
- 28 Sep, 2020 1 commit
-
-
Paulo Medeiros authored
-
- 24 Sep, 2020 1 commit
-
-
Paulo Medeiros authored
-
- 20 Sep, 2020 3 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
- 19 Sep, 2020 4 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
Output files are now created inside different dirs for each netatmoqc command. This helps organising files. The config opt "outdir" points to where the directories described above should be created. The default "outdir" is Path("."), wherever "." is.
-
Paulo Medeiros authored
Just as an aid for coloring some log output, since we're using this now in more than one place. Remove some "CYAN" and "RESET_COLOUR" definitions in commands_functions.py and file_formats.py.
-
Paulo Medeiros authored
-