Skip to content

Assembly of scripts and tutorials for harvesting oceanographic data.

Notifications You must be signed in to change notification settings

BigelowLab/oharvester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oharvester

Goal: A repository with a library of functions, scripts, and tutorials for harvesting oceanographic data.

  • Each tool works basically like this:
toolX(time range, spatial range, data source)
  {
    gets [data] from specified source
    returns [data]
    (or possibly saves [data] to a file)
  }

Sometimes the needs change a little bit, so the arguments to the functions can change, too. For example, if you need to retrieve point data the too might work as shown below. In this case, points might be a data frame with lon, lat, and date columns.

toolX(points, data source)
  {
    gets [data] from specified source
    returns [data]
    (or possibly saves [data] to a file)
  }

Other resources

Cath Mitchell's oc-satellite-misc repos.

About

Assembly of scripts and tutorials for harvesting oceanographic data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •