![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in|![]() Brought to you by EMODnet Physics |
Dataset Title: | CORA: Coriolis Ocean database for ReAnalysis 5.2 - Temperature in the Water Column (1990 - 2020) ![]() ![]() |
Institution: | OceanScope (Dataset ID: INSITU_GLO_TS_OA_REP_OBSERVATIONS_013_002_b_TEMP) |
Information: | Summary ![]() ![]() ![]() |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 6.323616e+8, 1.6079904e+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"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float32 actual_range 1.0, 2000.0; String axis "Z"; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range -77.01048, 89.89626; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -180.0, 179.5; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } TEMP { Float64 _FillValue -0.127; Float64 colorBarMaximum 32.0; Float64 colorBarMinimum 0.0; String long_name "Temperature"; String standard_name "sea_water_temperature"; String units "degree_Celsius"; } TEMP_ERR { Float64 _FillValue -0.127; Float64 colorBarMaximum 5.0; Float64 colorBarMinimum 0.0; String long_name "Temperature Error"; String units "degree_Celsius"; } TEMP_PCTVAR { Byte _FillValue -127; String _Unsigned "false"; Float64 colorBarMaximum 5.0; Float64 colorBarMinimum 0.0; String long_name "Error on temperature (% variance)"; String units "percent"; } NC_GLOBAL { String analysis_name "OA_CORA5.2_"; String cdm_data_type "Grid"; String citation "Cabanes, C., A. Grouazel, K. von Schuckmann, M. Hamon, V. Turpin, C. Coatanoan, F. Paris, S. Guinehut, C. Boone, N. Ferry, C. de Boyer Montégut, T. Carval, G. Reverdin, S. Pouliquen, and P. Y. Le Traon, 2013: The CORA dataset: validation and diagnostics of in-situ ocean temperature and salinity measurements. Ocean Science, 9, 1-18, http://www.ocean-sci.net/9/1/2013/os-9-1-2013.html, doi:10.5194/os-9-1-2013."; String comment "V7.0 T and S fields"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; String creation_date "20210630T151304L"; String creator_name "OceanScope"; String data_manager "Tanguy Szekely"; String DOI "https://doi.org/10.48670/moi-00038"; Float64 Easternmost_Easting 179.5; Float64 geospatial_lat_max 89.89626; Float64 geospatial_lat_min -77.01048; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 179.5; Float64 geospatial_lon_min -180.0; Float64 geospatial_lon_resolution 0.5; String geospatial_lon_units "degrees_east"; String history "20210630T151304L : Creation 2023-05-30T17:13:15Z (local files) 2023-05-30T17:13:15Z https://erddap.emodnet-physics.eu/erddap/griddap/INSITU_GLO_TS_OA_REP_OBSERVATIONS_013_002_b_TEMP.das"; String infoUrl "https://resources.marine.copernicus.eu/product-detail/INSITU_GLO_TS_OA_REP_OBSERVATIONS_013_002_b/INFORMATION"; String institution "OceanScope"; String keywords "analysis, data, depth, earth, Earth Science > Oceans > Ocean Temperature > Water Temperature, error, latitude, longitude, month, monthly, ocean, oceans, oceanscope, percent, science, sea, sea_water_temperature, seawater, TEMP, TEMP_ERR, TEMP_PCTVAR, temperature, time, variance, water"; String keywords_vocabulary "GCMD Science Keywords"; String license "Creative Commons Attribution Share-Alike http://www.opendefinition.org/licenses/cc-by-sa"; Float64 Northernmost_Northing 89.89626; String project_name "CMEMS Ins-TAC"; String reference_date "19500101T000000"; String references "Szekely et al. 2020, doi: 10.17882/46219"; String software_version "POSTOA_main - 7.0"; String sourceUrl "(local files)"; Float64 Southernmost_Northing -77.01048; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Global Ocean-Gridded objective analysis fields of temperature using profiles from the reprocessed in-situ global product CORA (INSITU_GLO_TS_REP_OBSERVATIONS_013_001_b) using the ISAS software. Objective analysis is based on a statistical estimation method that allows presenting a synthesis and a validation of the dataset, providing a validation source for operational models, observing seasonal cycle and inter-annual variability."; String time_coverage_end "2020-12-15T00:00:00Z"; String time_coverage_start "1990-01-15T00:00:00Z"; String title "CORA: Coriolis Ocean database for ReAnalysis 5.2 - Temperature in the Water Column (1990 - 2020)"; Float64 Westernmost_Easting -180.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.