-
Notifications
You must be signed in to change notification settings - Fork 181
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
Multiple DOIs and citations in a single dataset #211
Comments
Could these smaller independent datasets described on their own with a sub-dataset? Then you can assign individual DOIs for each sub-dataset. Doesn't work for bands though, but find that hard to model so that the relationship between DOI and band is clear. |
Yes, but by the time we look at them they may no longer be divisible into subdatasets. Example - two bands in an image where each band came from a separate dataset with a separate DOI. |
But then, how would you tell a user which DOI / citation he needs to use? I think it should be clear where the DOI and citation belongs to otherwise listing them seems not very useful. |
If a raster image has two bands with two different DOIs, or a dataset has two images with different source DOIs, and the user uses both, they need to cite both DOIs. Example: https://data.csiro.au/dap/landingpage?pid=csiro:9989&v=5&d=true and https://data.csiro.au/dap/landingpage?pid=csiro:11467&v=2&d=true are combined into one dataset in EE. Allowing DOIs in individual items and bands might help here. I think I have seen a case where different parts of the same final image had different DOIs (eg, data for different Australian states), but I can't remember where. |
I think we basically have three options:
So what is preferred by all of you? Maybe again something we could also ask @edzer about. |
The first option sounds outside of what I see as the main philosophy, which is make a spec that is easy to implement and not super complicated, even if it can't fully represent everything... So I'd lean more towards like number 3 for the core, and encourage an extension for people who have use cases that don't fit. |
I think this is mostly solved by #260 (commit aab3f40), which changed the scientific extension to be in the Item scope. This means you can add more fine-grained and in the end basically multiple DOIs into a dataset/collection. I'll close this for now, but feel free to re-open or comment if you feel this doesn't solve the problem sufficiently. |
There can be datasets with multiple citations (eg, https://developers.google.com/earth-engine/datasets/catalog/CIESIN_GPWv4_ancillary-data-grids). This can happen if one aggregated dataset has data from several smaller independent datasets. Ditto for DOIs - EE already has an example where each band in a single image comes from a different provider dataset, hence the EE dataset has multiple DOIs.
The text was updated successfully, but these errors were encountered: