marinebon / sdg14

Products for Sustainable Development Goal 14 on Life in the Sea
http://marinebon.github.io/sdg14
3 stars 0 forks source link

seascapes: access HyCOM oceanographic model data #9

Open bbest opened 7 years ago

bbest commented 7 years ago

With Dan...

For generating environmental products, and deriving anomolies, want to access oceanographic model data that has values at depth (not just surface) and doesn't suffer from cloud cover issues.

HyCOM

The best candidate so far is probably the Hybrid Coordinate Model (HyCOM]. See HyCOM Data Server:

For a great overview of the HyCOM data product and issues with extraction, projections, etc, see HYCOM – Marine Geospatial Ecology Tools:

For more on slicing the netcdf files using OPeNDAP and constructing URLs for given indices, check out QuickStart - OPeNDAP Documentation.

MGET

The Marine Geospatial Ecology Tools (MGET) has a great set of tools specific to fetching HyCOM data if you want to use ArcGIS ModelBuilder to extract.

image

R

Ideally, we use something more easily scriptable within a common platform like R. For more on getting setup with R & RStudio, see MBON Help - Setup Software for Reproducible Research.

A great resource for finding out the latest recommended packages to use for a given task, is the CRAN Task Views. For instance, SpatioTemporal Task View suggests using ncdf4 (and pbdNCDF4 adds parallel processing cababilities). Also see ncdf4.helpers: a collection of helper functions for dealing with NetCDF files opened using ncdf4. If data type is compound, might try rancid.

Another great package is rerddap, a general purpose R client for ERDDAP servers (see rerddap introduction).

Here are a few tutorials:

Matlab

Import NetCDF Files and OPeNDAP Data - MATLAB & Simulink

EDC Connector GUI

The Environmental Data Connector (EDC) is a tool that allows users to connect to THREDDS/OPeNDAP/SOS/ERDDAP servers and download environmental data.

It was developed for the National Oceanic and Atmospheric Administration (NOAA) Fisheries by RPS Applied Science Associates (ASA). Version 1.3.5 of the EDC is available in five versions: EDC for ArcGIS 10.X, EDC for Matlab, EDC for R, EDC for Excel and EDC Standalone.

EDC Product Downloads

image