![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in|![]() Brought to you by EMODnet Physics |
Dataset Title: | EMODnet Physics - Total Suspended Matter - GridSeriesObservation - Concentration of total suspended matter - PO ![]() ![]() |
Institution: | CNR-GOS (Dataset ID: TSM_PO) |
Information: | Summary ![]() ![]() ![]() |
Click on the map to specify a new center point.
![]() Zoom: ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.4832288e+9, 1.6724448e+9; String axis "T"; String calendar "Gregorian"; String ioos_category "Time"; String long_name "reference 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 actual_range 44.50186, 45.79872; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; Float32 valid_max 46.0; Float32 valid_min 30.0; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range 12.00147, 13.81859; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; Float32 valid_max 36.5; Float32 valid_min -6.0; } conc_tsm_mean { Float32 _FillValue -999.0; String applied_flags "(WATER, INLAND_WATER) and not (CLOUD, CLOUD_AMBIGUOUS, CLOUD_MARGIN, INVALID, COSMETIC, SATURATED, SUSPECT, HISOLZEN, HIGHGLINT, SNOW_ICE, ADJAC, OCNN_FAIL)"; String band_name "OLCI band name TSM_NN"; String long_name "conc_tsm_mean"; String source "OLCI - Level2"; } NC_GLOBAL { String area "med"; String cdm_data_type "Grid"; String cmems_production_unit "OC-CNR-ROMA-IT"; String contact "technical@gos.artov.isac.cnr.it"; String Conventions "CF-1.10, COARDS, ACDD-1.3"; String creation_date "2023-01-08"; String creation_time "09:23:43 UTC"; String creator_email "technical@gos.artov.isac.cnr.it"; String creator_name "TECHNICAL"; String creator_type "institution"; String distribution_statement "See CMEMS Data License"; Float64 Easternmost_Easting 13.81859; Float64 geospatial_lat_max 45.79872; Float64 geospatial_lat_min 44.50186; Float64 geospatial_lat_resolution 0.0027017916666666713; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 13.81859; Float64 geospatial_lon_min 12.00147; Float64 geospatial_lon_resolution 0.0034285283018867943; String geospatial_lon_units "degrees_east"; String grid_mapping "Equirectangular"; String grid_resolution "0.3 km"; String history "Sun Jan 8 15:00:01 2023: /usr/bin/ncks -O -d lon,12.0,13.82 -d lat,44.5,45.8 -v TSMNN /DataArchive/OC/OLCI/daily_3.01//2022/365/O2022365-tsmnn-med-fr.nc /store3/snapshot/data2/2022/365/O2022365-tsmnn-nas-fr.nc 2025-04-19T12:18:46Z (local files) 2025-04-19T12:18:46Z http://erddap.emodnet-physics.eu/griddap/TSM_PO.das"; String infoUrl "https://emodnet.ec.europa.eu/en/physics"; String institution "CNR-GOS"; String keywords "cnr, cnr-gos, council, data, gos, local, national, research, source, time, tsmnn"; String license "See CMEMS Data License"; String mosaic "/home/gosuser/Processing/OC_PROC_EIS202211/s3olciProcessing/s3olcimosaic.py"; String naming_authority "CMEMS"; String NCO "netCDF Operators version 4.7.5 (Homepage = http://nco.sf.net, Code = https://github.com/nco/nco)"; String netcdf_version "v4"; String noQI "No climatatology data available for tsmnn variable"; Float64 Northernmost_Northing 45.79872; String platform "Sentinel3A+B"; String product_level "L3"; String product_version "v02"; String reproject "/home/gosuser/Processing/OC_PROC_EIS202211/s3olciProcessing/s3olciL2proc.py"; String sensor "Ocean and Land Colour Instrument"; String sensor_name "OLCIA+B"; String site_name "MED"; String software_name "GOS Processing chain"; String source "surface observation"; String source_files "Oa2022365-tsmnn-med-fr.nc, Ob2022365-tsmnn-med-fr.nc"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 44.50186; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "EMODnet Physics - Total Suspended Matter - GridSeriesObservation - Concentration of total suspended matter - PO"; String time_coverage_end "2022-12-31T00:00:00Z"; String time_coverage_start "2017-01-01T00:00:00Z"; String timeliness "NT"; String title "EMODnet Physics - Total Suspended Matter - GridSeriesObservation - Concentration of total suspended matter - PO"; Float64 Westernmost_Easting 12.00147; } }
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.