Skip to content

collection of functions to open cloud based ODL data products

Notifications You must be signed in to change notification settings

Ocean-Data-Lab/ODL-intake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODL Intake

This toolbox provides a set of preset functions that can open various, cloud based, Ocena Data Lab data products

Saving access keys as environmental variable

Often access keys are required to gain access to the datasets. These should be saved as environment variables. Here's how to do that. These instructions are for computers running linux and using bash for their terminal.

  • Open configuration file nano ~/.bashrc

  • add the following lines

# >>> add access tokens >>>#
export <variable name>="<variable value>"``` (spaced matter, there shouldn't be a space before or after the equal sign)

# you can add other access tokens here 
.
.
.

# <<< add access tokens>>>

About

collection of functions to open cloud based ODL data products

Resources

Stars

Watchers

Forks

Packages

No packages published