BRIDGE-BS ERDDAP
Easier Access to Black Sea Scientific Data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | MODIST Level-3 Chl-a: Black Sea |
Institution: | NASA/GSFC OBPG (Dataset ID: MODIS_Terra_L3_chlor_a) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Files | Make a graph |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 9.51608999e+8, 1.609458599e+9; String axis "T"; String ioos_category "Time"; String long_name "Centered 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"; Float32 _FillValue NaN; Float32 actual_range 38.86085, 47.86915; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; Float32 valid_max 90.0; Float32 valid_min -90.0; } longitude { String _CoordinateAxisType "Lon"; Float32 _FillValue NaN; Float32 actual_range 27.07083, 42.81917; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; Float32 valid_max 180.0; Float32 valid_min -180.0; } chlor_a { Float32 _FillValue -32767.0; Float64 colorBarMaximum 30.0; Float64 colorBarMinimum 0.03; String colorBarScale "Log"; String ioos_category "Ocean Color"; String long_name "Chlorophyll Concentration, OCI Algorithm"; String references "Hu, C., Lee Z., and Franz, B.A. (2012). Chlorophyll-a algorithms for oligotrophic oceans: A novel approach based on three-band reflectance difference, J. Geophys. Res., 117, C01011, doi:10.1029/2011JC007395."; String standard_name "mass_concentration_of_chlorophyll_in_sea_water"; String units "mg m^-3"; Float32 valid_max 100.0; Float32 valid_min 0.001; } NC_GLOBAL { String _lastModified "2022-10-10T11:36:02.000Z"; String cdm_data_type "Grid"; String Conventions "CF-1.6 ACDD-1.3, COARDS"; String creator_email "[email protected]"; String creator_name "NASA/GSFC/OBPG"; String creator_type "group"; String creator_url "https://oceandata.sci.gsfc.nasa.gov"; String date_created "2022-10-10T11:36:02.000Z"; Float64 Easternmost_Easting 42.81917; Float64 geospatial_lat_max 47.86915; Float64 geospatial_lat_min 38.86085; Float64 geospatial_lat_resolution 0.041705092592592585; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 42.81917; Float64 geospatial_lon_min 27.07083; Float64 geospatial_lon_resolution 0.04166227513227513; String geospatial_lon_units "degrees_east"; String history "l3mapgen par=T2020181.L3m_DAY_CHL.x_chlor_a.nc.param 2024-11-23T19:34:50Z (local files) 2024-11-23T19:34:50Z http://erddap.bridgeblacksea.org:8080/erddap/griddap/MODIS_Terra_L3_chlor_a.das"; String id "L3/T2020366.L3b_DAY_CHL.x.nc"; String infoUrl "https://oceandata.sci.gsfc.nasa.gov"; String institution "NASA/GSFC OBPG"; String instrument "MODIS"; String keywords "algorithm, biology, center, chemistry, chlor_a, chlorophyll, color, concentration, cylindrical, data, earth, Earth Science > Oceans > Ocean Chemistry > Chlorophyll, equidistant, flight, goddard, group, gsfc, image, level, level-3, mapped, mass, mass_concentration_of_chlorophyll_in_sea_water, modist, nasa, obpg, ocean, ocean color, oceans, oci, processing, science, sea, seawater, space, water"; String keywords_vocabulary "GCMD Science Keywords"; String l2_flag_names "ATMFAIL,LAND,HILT,HISATZEN,STRAYLIGHT,CLDICE,COCCOLITH,LOWLW,CHLWARN,CHLFAIL,NAVWARN,MAXAERITER,ATMWARN,HISOLZEN,NAVFAIL,FILTER,HIGLINT"; String license "https://science.nasa.gov/earth-science/earth-science-data/data-information-policy/"; String map_projection "PlateCarree"; String measure "Mean"; String naming_authority "gov.nasa.gsfc.sci.oceandata"; Float64 Northernmost_Northing 47.86915; String platform "Terra"; String processing_level "L3 Mapped"; String product_name "T2020366.L3m_DAY_CHL.x_chlor_a.nc"; String proj4_string "+proj=eqc +lat_ts=0 +lat_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs +lon_0=34.945000"; String project "Ocean Biology Processing Group (NASA/GSFC/OBPG)"; String publisher_email "[email protected]"; String publisher_name "NASA/GSFC/OBPG"; String publisher_type "group"; String publisher_url "https://oceandata.sci.gsfc.nasa.gov"; String source "satellite observations from MODIS-Terra"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 38.86085; String spatialResolution "4.638312 km"; String standard_name_vocabulary "CF Standard Name Table v36"; String summary "MODIST Level-3 Equidistant Cylindrical Mapped Image"; String temporal_range "day"; String time_coverage_end "2020-12-31T23:49:59Z"; String time_coverage_start "2000-02-26T23:49:59Z"; String title "MODIST Level-3 Chl-a: Black Sea"; Float64 Westernmost_Easting 27.07083; } }
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.