Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

A repository containing a pickle (.pkl) file containing a dictionary of streams and corresponding science parameters.

Notifications You must be signed in to change notification settings

ooi-data-review/ooi_parameters_dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ooi-parameters-dict

A repository containing a pickle (.pkl) file containing a serialized Python dictionary of streams and each streams corresponding science parameters.

To use:

import pickle

# read python dict back from the file
pkl_file = open('ooi_plotting_parameters.pkl', 'rb')
varDict = pickle.load(pkl_file)
pkl_file.close()

About

A repository containing a pickle (.pkl) file containing a dictionary of streams and corresponding science parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages