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

Zenodo integration can't parse version for title #393

Open
gmyenni opened this issue Sep 17, 2021 · 2 comments
Open

Zenodo integration can't parse version for title #393

gmyenni opened this issue Sep 17, 2021 · 2 comments

Comments

@gmyenni
Copy link
Contributor

gmyenni commented Sep 17, 2021

Zenodo is expecting "pure" semantic versioning (*.*.*, no v). It can't parse the dates we use as versions in the title, so all versions get titled "weecology/portalPredictions: None" (not sure why it's okay with dates everywhere else).

Options?

  1. Using dates with the expected format (eg 2021.9.17) might work
  2. Switch to actual proper versioning (bonus is that would allow more than one forecast a day, which could help with debugging)
  3. Ignore it and hope it goes away
@ethanwhite
Copy link
Member

I like switching over to proper versioning, but I don't feel strongly about it.

@juniperlsimonis
Copy link
Member

If you change this (which I am totally fine with doing), we'll need to update the download_archive function here https://github.com/weecology/portalcasting/blob/main/R/download.R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants