Skip to content

Takes an ERDDAP tabledap dataset and Aggregates the data into a new time aggregated dataset

Notifications You must be signed in to change notification settings

IrishMarineInstitute/aggrerdap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aggrerdapp

Takes an ERDDAP tabledap dataset and Aggregates the data into a new time aggregated dataset

To update the aggregations for two tabledaps for two months each, something like this might work:

for device in galway_obs_fluorometer spiddal_obs_ctd
do for date in 2017-11 2017-12
    do for period in daily hourly
       do echo ./aggrerddap.py $device $date $period
           ./aggrerddap.py $device $date $period
       done
    done
done

About

Takes an ERDDAP tabledap dataset and Aggregates the data into a new time aggregated dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •