ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | INCOIS Oceansat 2 OCM Data |
Institution: | INCOIS (Dataset ID: incois_oceansat2_datasets) |
Information: | Summary | License | Metadata | Background | Data Access Form |
Click on the map to specify a new center point.
Zoom: |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.2966048e+9, 1.5882912e+9; String axis "T"; String calendar "standard"; 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 0.10701514192, 27.89298485807536; 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 46.6831254134, 99.316874585796; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } CHL { Float32 _FillValue -1.0e+34; Float64 colorBarMaximum 30.0; Float64 colorBarMinimum 0.03; String colorBarScale "Log"; String ioos_category "Ocean Color"; String long_name "chlorophyll-a"; String long_name_mod "T=02-FEB-2011 00:00"; Float32 missing_value -1.0e+34; String standard_name "concentration_of_chlorophyll_in_sea_water"; String units "mg/m3"; } KD490 { Float32 _FillValue -1.0e+34; Float64 colorBarMaximum 10.0; Float64 colorBarMinimum -10.0; String ioos_category "Optical Properties"; String long_name "Diffuse Attenuation Coefficient"; String long_name_mod "T=02-FEB-2011 00:00"; Float32 missing_value -1.0e+34; String units "meter-1"; } TSM { Float32 _FillValue -1.0e+34; String ioos_category "Unknown"; String long_name "Total Suspended Matter"; String long_name_mod "T=02-FEB-2011 00:00"; Float32 missing_value -1.0e+34; String units "mg/L"; } NC_GLOBAL { String CDI "Climate Data Interface version 2.0.0rc1 (https://mpimet.mpg.de/cdi)"; String cdm_data_type "Grid"; String CDO "Climate Data Operators version 2.0.0rc1 (https://mpimet.mpg.de/cdo)"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; Float64 Easternmost_Easting 99.316874585796; Float64 geospatial_lat_max 27.89298485807536; Float64 geospatial_lat_min 0.10701514192; Float64 geospatial_lat_resolution 0.03880722027396; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 99.316874585796; Float64 geospatial_lon_min 46.6831254134; Float64 geospatial_lon_resolution 0.039995250131; String geospatial_lon_units "degrees_east"; String history "Thu Jul 01 10:31:26 2021: cdo cat Oceansat2-OCM.nc 2019DEC-2020APR.nc out.nc Tue Dec 17 11:09:30 2019: cdo mergetime Oceansat2-OCM.nc 2019SEP-NOV.nc out.nc Wed Sep 25 10:58:13 2019: cdo mergetime Oceansat2-OCM.nc 2019MAY-AUG.nc out.nc Wed May 08 12:54:25 2019: cdo cat Oceansat2-OCM.nc 2019JAN-FEB.nc 2019MAR-APR.nc out.nc Fri Feb 01 10:10:23 2019: cdo mergetime Oceansat2-OCM.nc 2018SEP-DEC.nc out.nc Thu Sep 06 16:13:03 2018: cdo cat 1.nc 2.nc 3.nc 4.nc 5.nc out.nc Thu Sep 06 16:05:09 2018: cdo seltimestep,1/392 out.nc out1.nc Thu Sep 06 12:25:01 2018: cdo cat Oceansat2-OCM.nc 2018JAN-AUG.nc out.nc Mon Jan 08 10:53:29 2018: cdo cat Oceansat2-OCM.nc 2017DEC-OCM.nc out.nc Mon Dec 18 11:05:33 2017: cdo cat 2011-OCM.nc Oceansat2-OCM.nc 2017NOV-OCM.nc out.nc FERRET V6 13-Dec-17 2025-01-16T11:52:13Z (local files) 2025-01-16T11:52:13Z https://erddap.incois.gov.in/griddap/incois_oceansat2_datasets.das"; String infoUrl "???"; String institution "INCOIS"; String keywords "CHL, KD490, LAT, LON, TIME, TSM"; String keywords_vocabulary "GCMD Science Keywords"; 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 27.89298485807536; String sourceUrl "(local files)"; Float64 Southernmost_Northing 0.10701514192; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "INCOIS Oceansat 2 OCM Data"; String time_coverage_end "2020-05-01T00:00:00Z"; String time_coverage_start "2011-02-02T00:00:00Z"; String title "INCOIS Oceansat 2 OCM Data"; Float64 Westernmost_Easting 46.6831254134; } }
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.