![]() |
BRIDGE-BS ERDDAP
Easier Access to Black Sea Scientific Data |
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | MODIST Level-3 Kd_490: Black Sea
|
| Institution: | NASA/GSFC OBPG (Dataset ID: MODIS_Terra_L3_Kd_490) |
| 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.9308, 47.2092;
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 26.74083, 41.69917;
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;
}
Kd_490 {
Float32 _FillValue -6.5534;
Float64 colorBarMaximum 10.0;
Float64 colorBarMinimum -10.0;
String ioos_category "Optical Properties";
String long_name "Diffuse attenuation coefficient at 490 nm, KD2 algorithm";
String units "m^-1";
Float32 valid_max 6.0;
Float32 valid_min 0.01;
}
NC_GLOBAL {
String _lastModified "2022-10-11T07:42:20.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-11T07:42:20.000Z";
Float64 Easternmost_Easting 41.69917;
Float64 geospatial_lat_max 47.2092;
Float64 geospatial_lat_min 38.9308;
Float64 geospatial_lat_resolution 0.041600000000000026;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 41.69917;
Float64 geospatial_lon_min 26.74083;
Float64 geospatial_lon_resolution 0.041666685236768815;
String geospatial_lon_units "degrees_east";
String history
"l3mapgen par=T2008180.L3m_DAY_KD490.x_Kd_490.nc.param
2025-10-30T15:34:29Z (local files)
2025-10-30T15:34:29Z http://erddap.bridgeblacksea.org:8080/erddap/griddap/MODIS_Terra_L3_Kd_490.das";
String id "L3/T2020366.L3b_DAY_KD490.x.nc";
String infoUrl "https://oceandata.sci.gsfc.nasa.gov";
String institution "NASA/GSFC OBPG";
String instrument "MODIS";
String keywords "algorithm, attenuation, biology, center, coefficient, color, cylindrical, data, diffuse, equidistant, flight, goddard, group, gsfc, image, kd2, Kd_490, level, level-3, mapped, modist, nasa, obpg, ocean, optical, optical properties, processing, properties, space";
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.2092;
String platform "Terra";
String processing_level "L3 Mapped";
String product_name "T2020366.L3m_DAY_KD490.x_Kd_490.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.220001";
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.9308;
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 Kd_490: Black Sea";
Float64 Westernmost_Easting 26.74083;
}
}
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.