ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | INCOIS ARGO Monthly data Variational Analysis Methodology |
Institution: | INCOIS (Dataset ID: incois_argo_mnt_VAM) |
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.0741248e+9, 1.7316288e+9; String axis "T"; String calendar "standard"; String ioos_category "Time"; String long_name "TAXIS"; String source_name "TAXIS"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } ZAX { Float64 actual_range 5.0, 2000.0; String axis "Z"; String ioos_category "Location"; String point_spacing "uneven"; String units "METERS"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range -29.5, 29.5; 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 30.5, 119.5; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } TEMP { Float32 _FillValue -9999.0; String history "From tmpsal.grd"; String ioos_category "Temperature"; String long_name "Temperature"; Float32 missing_value -9999.0; String units "degs"; } TERR { Float32 _FillValue -9999.0; Float64 colorBarMaximum 50.0; Float64 colorBarMinimum 0.0; String history "From tmpsal.grd"; String ioos_category "Statistics"; String long_name "Temp relative Error"; Float32 missing_value -9999.0; String units "degs"; } SAL { Float32 _FillValue -9999.0; Float64 colorBarMaximum 37.0; Float64 colorBarMinimum 32.0; String history "From tmpsal.grd"; String ioos_category "Salinity"; String long_name "Salinity"; Float32 missing_value -9999.0; String standard_name "sea_water_practical_salinity"; String units "PSU"; } SERR { Float32 _FillValue -9999.0; Float64 colorBarMaximum 1.0; Float64 colorBarMinimum 0.0; String history "From tmpsal.grd"; String ioos_category "Statistics"; String long_name "Sal relative Error"; Float32 missing_value -9999.0; String units "PSU"; } NC_GLOBAL { String CDI "Climate Data Interface version 2.1.0 (https://mpimet.mpg.de/cdi)"; String cdm_data_type "Grid"; String CDO "Climate Data Operators version 2.1.0 (https://mpimet.mpg.de/cdo)"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; Float64 Easternmost_Easting 119.5; String frequency "mon"; Float64 geospatial_lat_max 29.5; Float64 geospatial_lat_min -29.5; Float64 geospatial_lat_resolution 1.0; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 119.5; Float64 geospatial_lon_min 30.5; Float64 geospatial_lon_resolution 1.0; String geospatial_lon_units "degrees_east"; String history "Tue Dec 31 15:27:42 2024: cdo setday,15 -monavg argo_10dv.nc argo_mntV.nc FERRET V6.7 27-Dec-24 2025-01-16T13:06:32Z (local files) 2025-01-16T13:06:32Z https://erddap.incois.gov.in/griddap/incois_argo_mnt_VAM.das"; String infoUrl "???"; String institution "INCOIS"; String keywords "SAL, SERR, TAXIS, TEMP, TERR, XAXIS, YAXIS, ZAX"; 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 29.5; String sourceUrl "(local files)"; Float64 Southernmost_Northing -29.5; String standard_name_vocabulary "CF Standard Name Table v29"; String summary "INCOIS ARGO Monthly data Variational Analysis Methodology"; String time_coverage_end "2024-11-15T00:00:00Z"; String time_coverage_start "2004-01-15T00:00:00Z"; String title "INCOIS ARGO Monthly data Variational Analysis Methodology"; Float64 Westernmost_Easting 30.5; } }
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.