File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 49
49
@$(python ) -m build
50
50
51
51
pypi-upload : install-releasetools
52
- @$(twine ) upload --skip-existing dist/* .tar.gz
52
+ @$(twine ) upload --skip-existing --verbose dist/{ * .tar.gz, * .whl}
53
53
54
54
55
55
# =================
Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ By topic
9
9
10
10
Bugs
11
11
====
12
- - [o] Croaks when acquiring "forecast" data with "--humanize" and "--show-ids" options
13
- https://github.com/earthobservations/phenodata/issues/6
14
12
- [o] tqdm + logger improvements
13
+ - [o] Improve input data validation. Currently, the program croaks when
14
+
15
+ - using ``--species-preset `` w/o ``--humanize ``. Maybe implicitly select it?
16
+ - acquiring "forecast" data with "--humanize" and "--show-ids" options
17
+ https://github.com/earthobservations/phenodata/issues/6
15
18
16
19
Documentation
17
20
=============
@@ -24,6 +27,7 @@ Documentation
24
27
Code & refactoring
25
28
==================
26
29
- [o] Type annotations
30
+ - [o] Code formatting
27
31
- [o] Why are the ``dataset `` and ``partition `` on different levels of the API?
28
32
29
33
Features
@@ -33,10 +37,13 @@ Features
33
37
- tabular:pipe => markdown, md
34
38
- tabular:rst => restructuredtext, rst
35
39
- [o] Produce condensed example like outlined within README » Output example
40
+ => The ``forecast `` examples do that!
36
41
- [o] How long is data being cached?
37
42
- [o] Switch from FTP to HTTP
38
43
- [o] Get rid of ``sql `` extra?
39
44
- [o] License: LGPL?
45
+ - [o] Probably acquire data from CDC portal instead?
46
+ - [o] Specify output order of columns
40
47
41
48
Infrastructure
42
49
==============
Original file line number Diff line number Diff line change 47
47
"License :: OSI Approved :: GNU Affero General Public License v3" ,
48
48
"Natural Language :: English" ,
49
49
"Natural Language :: German" ,
50
+ "Natural Language :: Latin" ,
50
51
"Operating System :: MacOS :: MacOS X" ,
51
52
"Operating System :: POSIX :: Linux" ,
52
53
"Topic :: Database" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def test_cli_forecast_annual_recent(capsys):
33
33
34
34
Event sequence for each species
35
35
-------------------------------
36
- Forecast of all events at station "Berlin-Dahlem".
36
+ Forecast of all observations at station "Berlin-Dahlem".
37
37
Use all species of the "primary group" (dito).
38
38
Sort by species and date, ascending.
39
39
You can’t perform that action at this time.
0 commit comments