uploadETC is a python script used by PIs to upload data files to the ICOS carbon portal. Based on instructions found here: https://github.com/ICOS-Carbon-Portal/data#simplified-etc-specific-facade-api-for-data-uploads
For testing purposes one can use fake station FA-Lso and password p4ssw0rd.
- Specify your Station ID
stationID = 'FA-Lso'
- update the password to your site
pwd = 'p4ssw0rd'
- specify the mask(s) of the data files to upload
folders = [r'C:\precip\*.dat',
r'C:\EC\*.zip',
r'C:\met\*.dat',
r'C:\SSN\*.dat',
r'C:\SSS\*.dat']