Download data from ocean_atlas_subset%2Enc


Parent directory

Global attributes

NC_GLOBAL
Conventions
CF-1.0
history
FERRET V6.08 28-Nov-07
DODS_EXTRA
Unlimited_Dimension
TIME

Downloading data

In the form below you can specify desired variables and their dimensions, and have the data downloaded in different formats depending on the server configuration.

YAX_SUBSET

:

units
degrees_north
point_spacing
even
axis
Y
XAX_SUBSET

:

units
degrees_east
modulo
360.0
point_spacing
even
axis
X
ZAXLEVIT19

:

units
METERS
positive
down
point_spacing
uneven
axis
Z
TEMP

:

:

:

:

_FillValue
-1e+34
missing_value
-1e+34
long_name
Temperature
history
From ocean_atlas_monthly
TIME

:

units
hour since 0000-01-01 00:00:00
time_origin
01-JAN-0000 00:00:00
modulo
axis
T

as

Downloading data with Ferret

To access this dataset with the Ferret visualization and analysis environment from PMEL:

$ ferret
yes? use "http://ooici.net:8001/ocean_atlas_subset.nc"
yes? show data

Downloading data with GrADS

To access this dataset with the GrADS data analysis and visualization software developed by COLA:

$ gradsdap
ga-> sdfopen http://ooici.net:8001/ocean_atlas_subset.nc
ga-> query file

Downloading data with Pydap

To access this dataset using the Pydap Python module:

$ python
>>> from pydap.client import open_url
>>> dataset = open_url("http://ooici.net:8001/ocean_atlas_subset.nc")
>>> print dataset.keys()
['YAX_SUBSET', 'XAX_SUBSET', 'ZAXLEVIT19', 'TEMP', 'TIME']

Downloading data with other Opendap clients

There are other Opendap clients that can access this dataset, including Matlab and several command line utilities. You should know that the URL for this dataset is http://ooici.net:8001/ocean_atlas_subset.nc (i.e., the .html extension should be omitted when opening this dataset on an Opendap client).


pydap/3.0.rc.8