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
Zenodo, OSF, Figshare, Pangaea, ...
We need those functions for the survey anyway #57
The text was updated successfully, but these errors were encountered:
Extract the DOI to download functions from repo2docker into own lib and then base both tools on that.
Sorry, something went wrong.
Contentproviders: https://github.com/jupyterhub/repo2docker/tree/master/repo2docker/contentproviders
DOI to URL: https://github.com/jupyterhub/repo2docker/blob/master/repo2docker/contentproviders/zenodo.py#L46
Fetch code for Zenodo: https://github.com/jupyterhub/repo2docker/blob/master/repo2docker/contentproviders/zenodo.py#L53
# first geoextent -b -t --output path/to/my.gpkg \ https://zenodo.org/record/3528062 # second geoextent -b -t --output path/to/my.gpkg \ https://doi.org/10.5281/zenodo.3528062 # bonus geoextent -b -t --output path/to/my.gpkg \ 10.5281/zenodo.3528062 \ 10.5281/zenodo.1234567
DOI check function: https://github.com/jupyterhub/repo2docker/blob/a0606f2b570914e6bb9b38c001ed4a9282c4928c/repo2docker/utils.py#L446
#125 implements this for Zenodo. Other content providers are added to the development queue at #126 #127 #128 #129 #130 #131
nuest
SbastianGarzon
No branches or pull requests
Zenodo, OSF, Figshare, Pangaea, ...
We need those functions for the survey anyway #57
The text was updated successfully, but these errors were encountered: