We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With both commands, both including a --year parameter, the program yields empty output. Thanks for reporting this, @poesel!
--year
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
The text was updated successfully, but these errors were encountered:
Fix filtering by int64-type identifiers, see GH-7
int64
25d65a8
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
Sorry, something went wrong.
cc24080
No branches or pull requests
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
References
The text was updated successfully, but these errors were encountered: