GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

Automated data_url.csv updater in Github Action #99

Closed PennyHow closed 1 year ago

PennyHow commented 1 year ago

This update is to automatically update the data_url.csv look-up table used in pypromice.get. By doing so, we can overcome the problem of out-of-date data file DOIs in the AWS Dataverse entries (as outlined in #94).

Two files are added:

Currently the Github Action is scheduled for 12pm on the first day of each month, which should coincide with future scheduled Dataverse releases. It can also be manually triggered.

PennyHow commented 1 year ago

Yeah sure! I'll put the docstrings in. Thanks!