LaMMA ERDDAP
Easier access to scientific data

Brought to you by LaMMA

ERDDAP > griddap > Make A Graph ?

Dataset Title:  Data from a local source. Subscribe RSS
Institution:  ???   (Dataset ID: xb_subset_repaired_nc_4bdd_1323_798e)
Information:  Summary ? | License ? | Metadata | Background (external link) | Data Access Form | Files
 
Graph Type:  ?
X Axis:  ?
Y Axis:  ?
Color:  ?
 
Dimensions ?    Start ?    Stop ?
pointtime (s) ?
    +
    - >|
< slider >
points (count) ?     specify just 1 value →
    |< -
< <
 
Graph Settings
Marker Type:   Size: 
Color: 
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 ? )
    X range:           
[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 {
  pointtime {
    Float64 _FillValue NaN;
    Float64 actual_range 0.0, 129600.0;
    String axis "T";
    String ioos_category "Time";
    String long_name "Pointtime";
    String standard_name "time";
    String units "s";
  }
  points {
    Int16 actual_range 0, 11;
    String ioos_category "Unknown";
    String long_name "Points";
    String units "count";
  }
  point_zs {
    Float64 _FillValue NaN;
    Float64 colorBarMaximum 2.0;
    Float64 colorBarMinimum -2.0;
    String ioos_category "Sea Level";
    String long_name "water level";
    String standard_name "sea_surface_height_above_sea_level";
    String units "m";
  }
  point_xz {
    Float64 _FillValue NaN;
    String ioos_category "Location";
    String long_name "x-coord. comp. grid (positive shoreward, perp. to coastline)";
    String standard_name "projection_x_coordinate";
    String units "m";
  }
  point_yz {
    Float64 _FillValue NaN;
    String ioos_category "Location";
    String long_name "y-coord. comp. grid";
    String standard_name "projection_y_coordinate";
    String units "m";
  }
  NC_GLOBAL {
    String Build_Date "mar  2 lug 2024, 10.00.46, UTC";
    String Build_Revision "Unversioned directory";
    String cdm_data_type "Grid";
    String Conventions "CF-1.10, COARDS, ACDD-1.3";
    String history 
"2026-05-15T22:47:56Z (local files)
2026-05-15T22:47:56Z https://erddap.lamma.toscana.it/griddap/xb_subset_repaired_nc_4bdd_1323_798e.das";
    String infoUrl "???";
    String institution "???";
    String keywords "above, coastline, comp, coord, coordinate, data, earth, Earth Science > Oceans > Sea Surface Topography > Sea Surface Height, grid, height, level, local, ocean, oceans, perp, point_xz, point_yz, point_zs, points, pointtime, positive, projection, projection_x_coordinate, projection_y_coordinate, science, sea, sea level, sea_surface_height_above_sea_level, seawater, shoreward, source, surface, topography, water, x-coord, y-coord";
    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.";
    String Producer "XBeach littoral zone wave model (http://www.xbeach.org)";
    String sourceUrl "(local files)";
    String standard_name_vocabulary "CF Standard Name Table v70";
    String summary "Data from a local source.";
    String title "Data from a local source.";
  }
}

 

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://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.