|
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | IASNFS 2-D fields
|
| Institution: | NOAA NCDDC (Dataset ID: IASNFS_2D) |
| Information: | Summary
| License
| Metadata
| Background
| Data Access Form
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.2464064e+9, 1.3012704e+9;
String axis "T";
String ioos_category "Time";
String long_name "Forecast time for ForecastModelRunCollection";
Float64 missing_value NaN;
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
Depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Float32 actual_range 0.0, 0.0;
String FORTRAN_format "f8.1";
String long_name "Depth";
String positive "down";
String units "meter";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 15.0, 31.0;
String axis "Y";
String FORTRAN_format "f8.3";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -99.0, -79.0;
String axis "X";
String FORTRAN_format "f8.3";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
Surface_Elevation {
Float32 _FillValue -99.0;
String coordinates "time_run time Depth Latitude Longitude ";
String FORTRAN_format "f8.3";
String ioos_category "Other";
String long_name "Surface Elevation";
String units "m";
}
MDG {
Float32 _FillValue -99.0;
String coordinates "time_run time Depth Latitude Longitude ";
String FORTRAN_format "f8.3";
String ioos_category "Other";
String long_name "Max. Density Gradient";
String units "kg/m**3/m";
}
MLD {
Float32 _FillValue -99.0;
String coordinates "time_run time Depth Latitude Longitude ";
String FORTRAN_format "f8.3";
String ioos_category "Other";
String long_name "Mixed Layer Depth";
String units "m";
}
NC_GLOBAL {
String cdm_data_type "Grid";
String CF%3afeature_type "GRID";
String Conventions "Global NCOM";
String history
"FMRC Best Dataset
2012-02-03 http://edac-dap3.northerngulfinstitute.org/thredds/dodsC/iasnfs_
2d_agg/IASNFS_2-D_Aggregation_best.ncd
2012-02-03 http://edac-dap2.northerngulfinstitute.org/griddap/IASNFS_2D.das";
String infoUrl
"http://edac-dap3.northerngulfinstitute.org/thredds/catalog/iasnfs_2d_agg/
catalog.html?dataset=iasnfs_2d_agg/IASNFS_2-D_Aggregation_best.ncd";
String institution "NOAA NCDDC";
String license
"The data may be used and redistributed for free but is not intended
for legal use, since it may contain inaccuracies. Neither the data
Contributor, ERD, NOAA, nor the United States Government, nor any
of their employees or contractors, makes any warranty, express or
implied, including warranties of merchantability and fitness for a
particular purpose, or assumes any legal liability for the accuracy,
completeness, or usefulness, of this information.";
String location "Proto fmrc:IASNFS 2-D Aggregation";
String source "NRL IASNFS ";
String sourceUrl
"http://edac-dap3.northerngulfinstitute.org/thredds/dodsC/iasnfs_2d_agg/
IASNFS_2-D_Aggregation_best.ncd";
String standard_name_vocabulary "CF-1.0";
String summary "Intra Americas Sea Nowcast Forecast System aggregation.";
String title "IASNFS 2-D fields";
}
}
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file
type for the response.
griddap request URLs must be in the form
http://edac-dap2.northerngulfinstitute.org/erddap/griddap/datasetID.fileType{?query}
For example,
http://edac-dap2.northerngulfinstitute.org/erddap/griddap/erdBAssta5day.htmlTable?sst[(2007-10-21T00:00:00)][0][(-75):100:(75)][(180):100:(360)]
Thus, the query is often a variable name (e.g., sst),
followed by a set of [] for each of the variable's dimensions
(for example, [time][altitude][latitude][longitude]),
with your desired (start):stride:(stop) values within each [].
For details, see the griddap Documentation.