Skip to content

simonscmap/CMAP.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover

cmap.jl

CMAP.jl is the Julia client for Simons CMAP project. It provides access to the Simons CMAP database where various ocean data sets are hosted. These data sets include multi decades of remote sensing observations (satellite), numerical model estimates, and field expeditions.

This package is adopted from pycmap, which is the python client of Simons CMAP ecosystem.

Documentation

To be filled out.

Usage example

  1. Set your Simons API key.

    To make API requests, you need to get an API key from Simons CMAP website. Once you have your API key, run the following command to store the API key on your local machine:

    set_api_key("your api key")
  2. Get the list of data sets:

    datasets()
  3. Retrieve a subset of sea surface temperature measured by satellite.

    space_time(
               table = "tblArgoMerge_REP", 
               variable = "argo_merge_salinity_adj", 
               dt1 = "2015-05-01", 
               dt2 = "2015-05-30", 
               lat1 = 28.1, 
               lat2 = 35.4, 
               lon1 = -71.3, 
               lon2 = -50, 
               depth1 = 0, 
               depth2 = 100
           )

About

Simons CMAP Julia client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages