| Dataset Title: | Average Alexandrium catenella occurrence risk (1-24h)
|
| Institution: | DFO-MPO (Dataset ID: mpoAlguesToxiquesPred1-24) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.7549928e+9, 1.781676e+9;
String axis "T";
String calendar "gregorian";
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";
}
latitude {
String _CoordinateAxisType "Lat";
Float64 actual_range 43.007623748779295, 54.297623748779294;
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 -78.17900573730469, -37.719005737304684;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
Risk {
Float32 _FillValue -3.4e+38;
String grid_mapping "crs";
String long_name "A.catenella occurrence risk";
Float64 max 92.27749262492777;
Float64 min 0.05705842377874406;
String proj4 "+proj=longlat +ellps=GRS80 +no_defs";
}
NC_GLOBAL {
String Algae_model "HARM v1";
String cdm_data_type "Grid";
String Climate_model "CIOPS-E v1.2";
String Conventions "CF-1.6, COARDS, ACDD-1.3";
String created_by "R, packages ncdf4 and raster (version 3.6-26)";
String creator_name "DFO-MPO";
String creator_type "institution";
String date "2026-06-18 04:02:11";
String Description "Daily forecast of Alexandrium catenella occurrence risk (0-100 scale) in the Estuary and Gulf of St. Lawrence averaged between 1-24h after forecast time";
Float64 Easternmost_Easting -37.719005737304684;
String Forecast_time "2026-06-17 02:00:00";
Float64 geospatial_lat_max 54.297623748779294;
Float64 geospatial_lat_min 43.007623748779295;
Float64 geospatial_lat_resolution 0.009999999999999998;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -37.719005737304684;
Float64 geospatial_lon_min -78.17900573730469;
Float64 geospatial_lon_resolution 0.010000000000000002;
String geospatial_lon_units "degrees_east";
String history
"2026-08-18T00:42:03Z (local files)
2026-08-18T00:42:03Z http://erddap.cioos.ca/erddap/griddap/mpoAlguesToxiquesPred1-24.das";
String infoUrl "???";
String Institution "DFO-MPO";
String institution "DFO-MPO";
String keywords "1-24h, 24h, a.catenella, alexandrium, average, catenella, data, department, dfo, dfo-mpo, fisheries, latitude, longitude, mpo, occurrence, ocean, oceans, risk, time";
String license "Open Government Licence - Canada, Licence du gouvernement ouvert - Canada";
Float64 Northernmost_Northing 54.297623748779294;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 43.007623748779295;
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Daily forecast of Alexandrium catenella occurrence risk (0-100 scale) in the Estuary and Gulf of St. Lawrence averaged between 1-24h after forecast time";
String testOutOfDate "now-19days";
String time_coverage_end "2026-06-17T06:00:00Z";
String time_coverage_start "2025-08-12T10:00:00Z";
String Timelapse_covered "1-24h average from Forecast time";
String title "Average Alexandrium catenella occurrence risk (1-24h)";
Float64 Westernmost_Easting -78.17900573730469;
}
}
Data Access Protocol (DAP)
and its
projection 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.
griddap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41.htmlTable?analysed_sst[(2002-06-01T09:00:00Z)][(-89.99):1000:(89.99)][(-179.99):1000:(180.0)]
Thus, the query is often a data variable name (e.g., analysed_sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][latitude][longitude]).
For details, see the griddap Documentation.