|
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | US East 2D Aggregation
|
| Institution: | NOAA NCDDC (Dataset ID: US_East_2D_agg) |
| 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.2952224e+9, 1.3718592e+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";
}
latitude {
String _CoordinateAxisType "Lat";
Float64 actual_range 20.0, 42.0977897644043;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
Int32 NAVO_code 1;
String standard_name "latitude";
String units "degrees_north";
Float64 valid_range 20.0, 42.0977897644043;
}
longitude {
String _CoordinateAxisType "Lon";
Float64 actual_range 278.0, 296.0981750488281;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
Int32 NAVO_code 2;
String standard_name "longitude";
String units "degrees_east";
Float64 valid_range 278.0, 296.0981750488281;
}
surf_el {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "up";
String coordinates "time_run time lat lon ";
String ioos_category "Sea_Level";
String long_name "Water Surface Elevation";
Int32 NAVO_code 32;
String positive "up";
String units "meter";
}
surf_atm_press {
String _CoordinateAxisType "Pressure";
String coordinates "time_run time lat lon ";
String ioos_category "Pressure";
String long_name "Surface Atmospherics Pressure";
Int32 NAVO_code 62;
String units "Pascal";
}
surf_temp_flux {
String coordinates "time_run time lat lon ";
String ioos_category "Heat_Flux";
String long_name "model surface temperature flux";
Int32 NAVO_code 99;
String units "degC-m/s";
}
surf_salt_flux {
String coordinates "time_run time lat lon ";
String ioos_category "Salinity";
String long_name "model surface salinity flux";
Int32 NAVO_code 99;
String units "psu-m/s";
}
surf_solar_flux {
String coordinates "time_run time lat lon ";
String ioos_category "Heat_Flux";
String long_name "model surface shortwave flux";
Int32 NAVO_code 99;
String units "degC-m/s";
}
surf_roughness {
String coordinates "time_run time lat lon ";
String ioos_category "Surface_Waves";
String long_name "model surface roughness";
Int32 NAVO_code 99;
String units "m";
}
surf_wnd_stress_gridx {
String coordinates "time_run time lat lon ";
String ioos_category "Wind";
String long_name "Grid x Surface Wind Stress";
Int32 NAVO_code 60;
String units "newton/meter2";
}
surf_wnd_stress_gridy {
String coordinates "time_run time lat lon ";
String ioos_category "Wind";
String long_name "Grid y Surface Wind Stress";
Int32 NAVO_code 61;
String units "newton/meter2";
}
NC_GLOBAL {
String _CoordSysBuilder "ucar.nc2.dataset.conv.CF1Convention";
String cdm_data_type "Grid";
String classification_authority "not applicable";
String classification_level "not applicable";
String contact "NRL Code 7323";
String Conventions "Global NCOM";
String distribution_statement "Approved for public release; distribution is unlimited.";
String downgrade_date "not applicable";
String featureType "GRID";
String generating_model "NCOM NOKI";
String history
"not applicable ;
FMRC Best Dataset
2013-06-19 http://localhost/thredds/dodsC/ncom_useast_agg/US_East_
Aggregation_best.ncd
2013-06-19 http://edac-dap3.northerngulfinstitute.org/griddap/US_East_2D_agg.
das";
String infoUrl
"http://edac-dap3.northerngulfinstitute.org/thredds/catalog/ncom_useast_agg/
catalog.html?dataset=ncom_useast_agg/US_East_Aggregation_best.ncd";
String initial_time "2000010100";
String input_data_source "not_applicable";
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:US East Aggregation";
String model_type "NCOM_2.3";
String operational_status "development";
String sourceUrl "http://localhost/thredds/dodsC/ncom_useast_agg/US_East_Aggregation_best.ncd";
String standard_name_vocabulary "CF-1.0";
String summary "US East 2D Aggregation";
String time_origin "2013-06-16 00:00:00";
String title "US East 2D Aggregation";
}
}
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-dap3.northerngulfinstitute.org/erddap/griddap/datasetID.fileType{?query}
For example,
http://edac-dap3.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.