|
ERDDAP
Easier access to scientific data |
Brought to you by |
| Dataset Title: | Global Forecast System (GFS) model - Temperature heght above ground
|
| Institution: | NOAA (Dataset ID: noaa_forecast_gfs_temperature_height_above_ground) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.775088e+9, 1.7755272e+9;
String axis "T";
String calendar "proleptic_gregorian";
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";
Float32 actual_range -90.0, 90.0;
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 0.0, 359.75;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
Temperature_height_above_ground {
String long_name "Temperature Height Above Ground";
}
NC_GLOBAL {
String _NCProperties "version=2,netcdf=4.9.3,hdf5=1.14.6";
String cdm_data_type "Grid";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_name "NOAA";
String creator_type "institution";
String creator_url "https://www.noaa.gov/";
String documentation "https://s4raise.it/dssmare/metocean_models/, https://raise-spoke3.s4raise.it/";
Float64 Easternmost_Easting 359.75;
Float64 geospatial_lat_max 90.0;
Float64 geospatial_lat_min -90.0;
Float64 geospatial_lat_resolution 0.25;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 359.75;
Float64 geospatial_lon_min 0.0;
Float64 geospatial_lon_resolution 0.25;
String geospatial_lon_units "degrees_east";
String history
"2026-04-03T05:48:42Z (local files)
2026-04-03T05:48:42Z https://erddap.s4raise.it/erddap/griddap/noaa_forecast_gfs_temperature_height_above_ground.das";
String infoUrl "http://188.166.63.249/thredds/dodsC/SINDBAD-GFS-1HR/SINDBAD-GFS-Temperature_height_above_ground.nc.html";
String inspire "Oceanographic geographical features";
String institution "NOAA";
String institution_country "US";
String institution_edmo_code "1433";
String keywords "Air Temperature (f634ab55-de40-4d0b-93bc-691bf5408ccb)";
String keywords_vocabulary "GCMD Science Keywords";
String license "CC-BY 4.0";
String maintainer "ETT S.p.A.";
String model_realtime "true";
String naming_authority "NOAA";
Float64 Northernmost_Northing 90.0;
String owner "NOAA";
String owner_url "https://www.noaa.gov/";
String project_code "NOAA";
String project_name "National Oceanic and Atmospheric Administration";
String project_url "https://www.noaa.gov/";
String publisher "ETT S.p.A.";
String references "https://www.ncei.noaa.gov/products/weather-climate-models/global-forecast";
String source "Global Forecast System (GFS) model";
String sourceUrl "(local files)";
Float64 Southernmost_Northing -90.0;
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Global Forecast System (GFS) model - Temperature heght above ground";
String testOutOfDate "now+4days";
String time_coverage_end "2026-04-07T02:00:00Z";
String time_coverage_start "2026-04-02T00:00:00Z";
String title "Global Forecast System (GFS) model - Temperature heght above ground";
Float64 Westernmost_Easting 0.0;
}
}
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.