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
The doi based dwca downloader doesn't require a lot of parameters which is why it would be ideally suitable for a cli interface.
Since, we already have type hinting enabled, we can use typer automatically create the cli API.
gbifl-dl -dwca 10.15468/dl.vnm42s gbif-dl file_list.txt cat ... | gbif-dl
The text was updated successfully, but these errors were encountered:
@garcinc would you feel comfortable working on a nice typer interface for the api query generator as well?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The doi based dwca downloader doesn't require a lot of parameters which is why it would be ideally suitable for a cli interface.
Since, we already have type hinting enabled, we can use typer automatically create the cli API.
usage examples
The text was updated successfully, but these errors were encountered: