ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | PACE-OCI Ocean Color BGC 1-Day composite for South Florida |
Institution: | USF IMaRS (Dataset ID: pace_oc_bgc_1d_sfl) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Make a graph |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.7095968e+9, 1.7318016e+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"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 24.010255734777072, 28.0; 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 -85.0, -78.51098540918184; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } chlor_a { Float64 colorBarMaximum 30.0; Float64 colorBarMinimum 0.03; String colorBarScale "Log"; String ioos_category "Ocean Color"; String long_name "Chlorophyll-a"; String Product "chlor_a"; String standard_name "concentration_of_chlorophyll_in_sea_water"; String units "mg m^-3"; } carbon_phyto { Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String colorBarScale "Linear"; String ioos_category "Ocean Color"; String long_name "Phytoplankton_carbon"; String Product "carbon_phyto"; String standard_name "phytoplankton_carbon"; String units "mg m^-3"; } STRAYLIGHT_MASK { Float64 colorBarMaximum 1.0; Float64 colorBarMinimum 0.0; String ioos_category "Unknown"; String long_name "Straylight mask based on Level-2 straylight flag"; String Product "STRAYLIGHT_MASK"; String units "none"; } NC_GLOBAL { String _NCProperties "version=2,netcdf=4.7.4,hdf5=1.8.12"; String cdm_data_type "Grid"; String Composite_date "17-Nov-2024"; String contact "Dan Otis - dotis@usf.edu"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String CreationDate "11/18/2024 21:06:41"; String creator_email "dotis@usf.edu"; String creator_name "DOTIS"; String creator_type "institution"; Float64 Easternmost_Easting -78.51098540918184; Float64 geospatial_lat_max 28.0; Float64 geospatial_lat_min 24.010255734777072; Float64 geospatial_lat_resolution 0.009088255729437193; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -78.51098540918184; Float64 geospatial_lon_min -85.0; Float64 geospatial_lon_resolution 0.009088255729437196; String geospatial_lon_units "degrees_east"; String history "2025-01-30T22:02:00Z (local files) 2025-01-30T22:02:00Z http://131.247.136.200:8080/erddap/griddap/pace_oc_bgc_1d_sfl.das"; String Image_size "440 pixels(N-S) x 715 pixels(E-W)"; String infoUrl "imars.usf.edu"; String institution "USF IMaRS"; String keywords "chlor_a_anomaly, chlor_a_median, chlorophyll, concentration_of_chlorophyll_in_sea_water, ocean_color"; String keywords_vocabulary "GCMD Science Keywords"; String Lat_Lon_Limits "24.0N to 28N -85E to -78.5E"; String LatLon_Limits "24.0103N to 28N -85W to -78.511W"; String Level2_processing_version "2.0"; 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."; Float64 Northernmost_Northing 28.0; String Ocean_color_masks_based_on_L2_flags "LAND,CLDICE,HIGLINT"; String Original_Image_Format "Level-2(NetCDF)"; String Original_Image_Source "NASA Ocean Biology Processing Group"; String Processing_and_binning "USF IMaRS"; String Projection "Equidistant Cylindrical"; String Region "South Florida"; String Sensor "PACE-OCI"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 24.010255734777072; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "USF IMaRS PACE-OCI SFL 1-Day Composite Ocean Color BGC"; String time_coverage_end "2024-11-17T00:00:00Z"; String time_coverage_start "2024-03-05T00:00:00Z"; String Time_interval "1-Day Composite"; String title "PACE-OCI Ocean Color BGC 1-Day composite for South Florida"; Float64 Westernmost_Easting -85.0; } }
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.