Skip to content

Commit

Permalink
This and that
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 10, 2023
1 parent 8752f7d commit 0dbb411
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build:
@$(python) -m build

pypi-upload: install-releasetools
@$(twine) upload --skip-existing dist/*.tar.gz
@$(twine) upload --skip-existing --verbose dist/{*.tar.gz,*.whl}


# =================
Expand Down
11 changes: 9 additions & 2 deletions doc/backlog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ By topic

Bugs
====
- [o] Croaks when acquiring "forecast" data with "--humanize" and "--show-ids" options
https://github.com/earthobservations/phenodata/issues/6
- [o] tqdm + logger improvements
- [o] Improve input data validation. Currently, the program croaks when

- using ``--species-preset`` w/o ``--humanize``. Maybe implicitly select it?
- acquiring "forecast" data with "--humanize" and "--show-ids" options
https://github.com/earthobservations/phenodata/issues/6

Documentation
=============
Expand All @@ -24,6 +27,7 @@ Documentation
Code & refactoring
==================
- [o] Type annotations
- [o] Code formatting
- [o] Why are the ``dataset`` and ``partition`` on different levels of the API?

Features
Expand All @@ -33,10 +37,13 @@ Features
- tabular:pipe => markdown, md
- tabular:rst => restructuredtext, rst
- [o] Produce condensed example like outlined within README » Output example
=> The ``forecast`` examples do that!
- [o] How long is data being cached?
- [o] Switch from FTP to HTTP
- [o] Get rid of ``sql`` extra?
- [o] License: LGPL?
- [o] Probably acquire data from CDC portal instead?
- [o] Specify output order of columns

Infrastructure
==============
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"License :: OSI Approved :: GNU Affero General Public License v3",
"Natural Language :: English",
"Natural Language :: German",
"Natural Language :: Latin",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Topic :: Database",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_cli_forecast_annual_recent(capsys):
Event sequence for each species
-------------------------------
Forecast of all events at station "Berlin-Dahlem".
Forecast of all observations at station "Berlin-Dahlem".
Use all species of the "primary group" (dito).
Sort by species and date, ascending.
Expand Down

0 comments on commit 0dbb411

Please sign in to comment.