Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using parameter "--year", the program yields empty output #7

Open
amotl opened this issue Mar 9, 2022 · 1 comment
Open

When using parameter "--year", the program yields empty output #7

amotl opened this issue Mar 9, 2022 · 1 comment

Comments

@amotl
Copy link
Member

amotl commented Mar 9, 2022

Problem

With both commands, both including a --year parameter, the program yields empty output. Thanks for reporting this, @poesel!

phenodata forecast   --source=dwd --dataset=annual --partition=recent   --year=2015,2016,2017,2018,2019 --phase="beginning of flowering"   --humanize --language=german --sort=Datum   --station=Villigst --species-preset=mellifera-de-primary   --format=tabular:pipe
phenodata observations --source=dwd --dataset=annual --filename=Schneegloeckchen --partition=recent --year=2017 --humanize --language=German --station=berlin --format=tabular:pipe

References

@amotl
Copy link
Member Author

amotl commented Apr 9, 2023

25d65a8 will fix this issue, so that both commands will work again.

phenodata forecast \
  --source=dwd --dataset=annual --partition=recent \
  --year=2020,2021,2022 --phase="beginning of flowering" \
  --humanize --language=german --sort=Datum  \
  --station=Potsdam --species-preset=mellifera-de-primary \
  --format=tabular:pipe
phenodata observations \
  --source=dwd --dataset=annual --filename=Schneegloeckchen \
  --partition=recent --year=2021 --humanize --language=German \
  --station=berlin --format=tabular:pipe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant