NOAA The NOAA GEO-IDE UAF ERDDAP
Easier access to scientific data
log in | ?    
Brought to you by NOAA NMFS SWFSC ERD    

ERDDAP > griddap > Make A Graph ?

Dataset Title:  8x Daily NARR (quflux.1988) [y][x] Subscribe RSS
Institution:  National Centers for Environmental Prediction   (Dataset ID: noaa_psl_17cc_67d5_217d)
Information:  Summary ? | License ? | Metadata | Background (external link) | Data Access Form
 
Graph Type:  ?
X Axis:  ?
Y Axis:  ?
Color:  ?
 
Dimensions ?    Start ?    Stop ?
y (m) ?
    +
    -
< slider >
x (m) ?
    +
    -
< slider >
 
Graph Settings
Color Bar:   Continuity:   Scale: 
   Minimum:   Maximum:   N Sections: 
Y Axis Minimum:   Maximum:   
 
(Please be patient. It may take a while to get the data.)
 
Optional:
Then set the File Type: (File Type information)
and
or view the URL:
(Documentation / Bypass this form ? )
    [The graph you specified. Please be patient.]

 

Things You Can Do With Your Graphs

Well, you can do anything you want with your graphs, of course. But some things you might not have considered are:

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
  y {
    Float32 actual_range 0.0, 8959788.0;
    String ioos_category "Location";
    String long_name "northward distance from southwest corner of domain in projection coordinates";
    String standard_name "projection_y_coordinate";
    String units "m";
  }
  x {
    Float32 actual_range 0.0, 1.129712e+7;
    String ioos_category "Location";
    String long_name "eastward distance from southwest corner of domain in projection coordinates";
    String standard_name "projection_x_coordinate";
    String units "m";
  }
  lat {
    String axis "Y";
    Float64 colorBarMaximum 90.0;
    Float64 colorBarMinimum -90.0;
    String coordinate_defines "point";
    String ioos_category "Location";
    String long_name "latitude coordinate";
    String standard_name "latitude";
    String units "degrees_north";
  }
  lon {
    String axis "X";
    Float64 colorBarMaximum 180.0;
    Float64 colorBarMinimum -180.0;
    String coordinate_defines "point";
    String ioos_category "Location";
    String long_name "longitude coordinate";
    String standard_name "longitude";
    String units "degrees_east";
  }
  NC_GLOBAL {
    String _NCProperties "version=2,netcdf=4.6.3,hdf5=1.10.5";
    String cdm_data_type "Grid";
    Float64 centerlat 50.0;
    Float64 centerlon -107.0;
    String Conventions "CF-1.6, COARDS, ACDD-1.3";
    String creator_name "National Centers for Environmental Prediction";
    String creator_type "group";
    String creator_url "https://www.ncep.noaa.gov/";
    String dataset_title "NCEP North American Regional Reanalysis (NARR)";
    Float64 grid_mapping_false_easting 5632642.22547;
    Float64 grid_mapping_false_northing 4612545.65137;
    Float64 grid_mapping_latitude_of_projection_origin 50.0;
    Float64 grid_mapping_longitude_of_central_meridian -107.0;
    String grid_mapping_name "lambert_conformal_conic";
    Float64 grid_mapping_standard_parallel 50.0, 50.0;
    String history 
"Thu Sep  3 15:19:38 2009: ncatted -O -a scale_factor,quflux,d,, quflux.1988.nc
created 2006/07 by data management at NOAA/ESRL/PSD
2024-04-27T13:09:41Z https://psl.noaa.gov/thredds/dodsC/Datasets/NARR/Derived/daily/quflux.1988.nc
2024-04-27T13:09:41Z http://upwell.pfeg.noaa.gov/griddap/noaa_psl_17cc_67d5_217d.das";
    String id "Datasets/NARR/Derived/daily/quflux.1988.nc";
    String infoUrl "https://www.esrl.noaa.gov/psd/data/gridded/data.narr.html";
    String institution "National Centers for Environmental Prediction";
    String keywords "centers, coordinate, daily, data, day, environmental, latitude, longitude, narr, national, ncep, prediction, quflux.1988";
    Float32 latcorners 1.000001, 0.897945, 46.3544, 46.63433;
    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.";
    Float32 loncorners -145.5, -68.32005, -2.569891, 148.6418;
    String platform "Model";
    String references "https://www.esrl.noaa.gov/psd/data/gridded/data.narr.html";
    String source "http://www.emc.ncep.noaa.gov/mmb/rreanl/index.html";
    String sourceUrl "https://psl.noaa.gov/thredds/dodsC/Datasets/NARR/Derived/daily/quflux.1988.nc";
    String standard_name_vocabulary "CF Standard Name Table v70";
    Float64 standardpar1 50.0;
    Float64 standardpar2 50.000001;
    String stream "s1";
    String summary "8x Daily NARR (quflux.1988). National Centers for Environmental Prediction data from https://psl.noaa.gov/thredds/dodsC/Datasets/NARR/Derived/daily/quflux.1988.nc.das .";
    String title "8x Daily NARR (quflux.1988) [y][x]";
  }
}

 

Using griddap to Request Data and Graphs from Gridded Datasets

griddap lets you request a data subset, graph, or map from a gridded dataset (for example, sea surface temperature data from a satellite), via a specially formed URL. griddap uses the OPeNDAP (external link) Data Access Protocol (DAP) (external link) and its projection constraints (external link).

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://upwell.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://upwell.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.


 
ERDDAP, Version 2.23
Disclaimers | Privacy Policy | Contact