Skip to content

EricLarmanou/uploadETC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

uploadETC

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

Usage

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']

About

upload data files to the ICOS carbon portal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages