-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support adding DOIs for large files #156
Comments
Sanitize Metadata Repository (add to Some-useful-SQL-Scripts). delete from metadata where type is null;
delete from metadata where id not in
(select metadataid from jt_metadata_resource)
AND id not in (select metadataid from jt_metadata_relationship); |
p-a-s-c-a-l
added a commit
that referenced
this issue
May 19, 2017
p-a-s-c-a-l
added a commit
that referenced
this issue
May 19, 2017
p-a-s-c-a-l
added a commit
that referenced
this issue
May 19, 2017
p-a-s-c-a-l
added a commit
that referenced
this issue
May 19, 2017
p-a-s-c-a-l
added a commit
that referenced
this issue
May 19, 2017
p-a-s-c-a-l
added a commit
that referenced
this issue
May 19, 2017
p-a-s-c-a-l
added a commit
that referenced
this issue
May 19, 2017
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
When adding a DOI to an existing resource (see #154), the actual data has to be uploaded to zenodo.org. Several files exceed the the maximum size of 100MB per file that is supported by zenodo.org (e.g. Discharge(EHYPE2pt5).zip):
Workaround: Instead of uploading the actual file, upload a textfile that contains the url to the file on deltares server.
The text was updated successfully, but these errors were encountered: