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

Potential for duplicate datasets #79

Open
parthdarji55 opened this issue Jun 6, 2021 · 0 comments
Open

Potential for duplicate datasets #79

parthdarji55 opened this issue Jun 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@parthdarji55
Copy link
Collaborator

So the current way we identify datasets is by their DOI.
But lets say one DOI link is
http://dx.doi.org/10.5067/TRMM/TMPA/DAY/7

and another is
http://dx.doi.org/10.5067/TRMM/TMPA/DAY/7/

They differ by a slash, but this would cause two different nodes to be created for the same DS.

The fix which should be implemented before more datasets are added, is just to make a standard.
have every new dataset added remove the last slash if there exists one.

@parthdarji55 parthdarji55 added the bug Something isn't working label Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant