|
CalCOFI ERDDAP
Easier access to scientific data |
|
Brought to you by CalCOFI |
| Dataset Title: | CalCOFI DIC Samples
|
| Institution: | CalCOFI (Dataset ID: calcofi_dic) |
| Range: | longitude = -125.0533 to -117.3054°E, latitude = 28.1401 to 37.0425°N, depth = 0.0 to 3542.0m, time = 1983-03-19T00:00:00Z to 2021-07-20T00:00:00Z |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Data Access Form
| Files
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
s {
expocode {
String ioos_category "Other";
String long_name "Expocode";
}
ship_name {
String ioos_category "Other";
String long_name "Ship name";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 4.1688e+8, 1.6267392e+9;
String axis "T";
String ioos_category "Time";
String long_name "Time";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
site_key {
String ioos_category "Identifier";
String long_name "Site key";
}
latitude {
String _CoordinateAxisType "Lat";
Float64 actual_range 28.1401, 37.0425;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float64 actual_range -125.0533, -117.3054;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Float64 actual_range 0.0, 3542.0;
String axis "Z";
String ioos_category "Location";
String long_name "Depth";
String positive "down";
String standard_name "depth";
String units "m";
}
cast_id {
Int32 actual_range 22385, 35580;
String ioos_category "Identifier";
String long_name "Cast id";
}
bottle_id {
Int32 actual_range 550174, 894015;
String ioos_category "Identifier";
String long_name "Bottle id";
}
}
NC_GLOBAL {
String cdm_data_type "Point";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String creator_name "CalCOFI";
String creator_url "https://calcofi.org";
Float64 Easternmost_Easting -117.3054;
String featureType "Point";
Float64 geospatial_lat_max 37.0425;
Float64 geospatial_lat_min 28.1401;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -117.3054;
Float64 geospatial_lon_min -125.0533;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 3542.0;
Float64 geospatial_vertical_min 0.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-06-15T16:41:10Z (local files)
2026-06-15T16:41:10Z http://localhost:8090/tabledap/calcofi_dic.das";
String infoUrl "https://calcofi.org";
String institution "CalCOFI";
String license "CC-BY 4.0";
Float64 Northernmost_Northing 37.0425;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 28.1401;
String standard_name_vocabulary "CF Standard Name Table v79";
String subsetVariables "site_key";
String summary "Dissolved inorganic carbon / alkalinity sample positions.";
String time_coverage_end "2021-07-20T00:00:00Z";
String time_coverage_start "1983-03-19T00:00:00Z";
String title "CalCOFI DIC Samples";
Float64 Westernmost_Easting -125.0533;
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
followed by a collection of
constraints (e.g., variable<value),
each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.