| Dataset Title: | Data from a local source.
|
| Institution: | ??? (Dataset ID: xb_subset_repaired_nc_ced1_32a2_f54e) |
| Information: | Summary
| License
| Metadata
| Background
| Data Access Form
| Files
|
X range:
|
Attributes {
ny {
Int32 actual_range 0, 937;
String ioos_category "Statistics";
String long_name "NY";
String units "count";
}
nx {
Int16 actual_range 0, 1490;
String ioos_category "Statistics";
String long_name "NX";
String units "count";
}
globalx {
Float64 _FillValue NaN;
String axis "X";
String ioos_category "Location";
String long_name "local x coordinate";
String standard_name "projection_x_coordinate";
String units "m";
}
globaly {
Float64 _FillValue NaN;
String axis "Y";
String ioos_category "Location";
String long_name "local y coordinate";
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:17Z (local files)
2026-05-15T22:47:17Z https://erddap.lamma.toscana.it/griddap/xb_subset_repaired_nc_ced1_32a2_f54e.das";
String infoUrl "???";
String institution "???";
String keywords "coordinate, data, globalx, globaly, local, projection, projection_x_coordinate, projection_y_coordinate, source";
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.";
}
}
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.