- 27 Jan, 2021 21 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
To simplify the code and fix an unpacking error in the csv2obsoul command.
-
Paulo Medeiros authored
They already get shortened when reading data in read_netatmo_csv (which is used by all other file reading routines so far in netatmoqc). This should solve the issua at FMI with failure for integer station IDs. See issue <#3>.
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
-
Paulo Medeiros authored
This is a merge commit. The previous commit in the branch was 22e5a889
-
Paulo Medeiros authored
And fix an issue with retrieval of DTG metadata in save_df_as_obsoul.
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
- 28 Oct, 2020 4 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
- 27 Oct, 2020 2 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
- 26 Oct, 2020 3 commits
-
-
Paulo Medeiros authored
pylint didn't seem to have the correct version in the gitlab CI run; I suspect it is due to some environment misconfiguration.
-
Paulo Medeiros authored
-
Paulo Medeiros authored
To reduce clutter in pyproject.toml
-
- 23 Oct, 2020 6 commits
-
-
Paulo Medeiros authored
-
Paulo Medeiros authored
Fixes crash in app when choosing outlier_removal_method=None.
-
Paulo Medeiros authored
Caused by changing the type of the "skip" arg from list to tuple.
-
Paulo Medeiros authored
Fixes, for instance, crash in LOF outlier removal, as it needs to use a subspace of the distance matrix and extracts the needed indices from the indices of the dataframe, assuming it ranges from 1 to len(df.index).
-
Paulo Medeiros authored
-
Paulo Medeiros authored
As clustering already imports from outlier_removal. It was allowed to do it the way it was, but this way is less convoluted.
-
- 22 Oct, 2020 4 commits
-
-
Paulo Medeiros authored
Attribute "metadata_dict".
-
Paulo Medeiros authored
-
Paulo Medeiros authored
-
Paulo Medeiros authored
Separate grid- and projection- related properties in Domain.
-