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

ERDDAP > griddap > Data Access Form ?

Dataset Title:  Craig and Klawock, Alaska 8/15 sec Coastal Digital Elevation Model, 1.4814814E-
Subscribe RSS
Institution:  NOAA NGDC   (Dataset ID: noaa_ngdc_5045_2768_6fe6)
Information:  Summary ? | License ? | FGDC | ISO 19115 | Metadata | Background (external link) | Make a graph
 
Dimensions ? Start ? Stride ? Stop ?  Size ?    Spacing ?
 latitude (degrees_north) ?      1621    1.481481E-4 (even)
  < slider >
 longitude (degrees_east) ?      1688    1.481481E-4 (even)
  < slider >
 
Grid Variables (which always also download all of the dimension variables) 
 z (Topography, m) ?

File type: (more information)

(Documentation / Bypass this form) ?
 
(Please be patient. It may take a while to get the data.)


 

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
  latitude {
    String _CoordinateAxisType "Lat";
    Float64 actual_range 55.41, 55.650000002999995;
    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 -133.22, -132.97007407095;
    String axis "X";
    String ioos_category "Location";
    String long_name "Longitude";
    String standard_name "longitude";
    String units "degrees_east";
  }
  z {
    Float32 _FillValue NaN;
    Float32 actual_range -222.91272, 886.6185;
    Float64 colorBarMaximum 1000.0;
    Float64 colorBarMinimum -500.0;
    String ioos_category "Bathymetry";
    String long_name "Topography";
    String units "m";
  }
  NC_GLOBAL {
    String _NCProperties "version=1|netcdflibversion=4.4.1.1|hdf5libversion=1.10.1";
    String cdm_data_type "Grid";
    String Conventions "COARDS, CF-1.6, ACDD-1.3";
    String creator_email "ngdc.info@noaa.gov";
    String creator_name "NOAA NGDC";
    String creator_type "institution";
    String creator_url "https://www.ngdc.noaa.gov/";
    String description 
"Projection: Geographic
\tGrid created by mbgrid
\tMB-system Version 5.5.2334
\tRun by <cires> on <localhost.localdomain> at <Wed May 29 10:36:29 2019>";
    Float64 Easternmost_Easting -132.97007407095;
    Float64 geospatial_lat_max 55.650000002999995;
    Float64 geospatial_lat_min 55.41;
    Float64 geospatial_lat_resolution 1.4814814999999918e-4;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max -132.97007407095;
    Float64 geospatial_lon_min -133.22;
    Float64 geospatial_lon_resolution 1.4814814999999617e-4;
    String geospatial_lon_units "degrees_east";
    String GMT_version "5.4.2 (r18461) [64-bit]";
    String history 
"Wed Jan 15 18:33:48 2020: ncatted -O -a history,global,d,c, craig_klawock_ak_815_mhhw_2019.nc
2024-04-27T08:45:15Z https://www.ngdc.noaa.gov/thredds/dodsC/regional/craig_klawock_ak_815_mhhw_2019.nc
2024-04-27T08:45:15Z http://upwell.pfeg.noaa.gov/erddap/griddap/noaa_ngdc_5045_2768_6fe6.das";
    String id "regionalDatasetScan/craig_klawock_ak_815_mhhw_2019.nc";
    String infoUrl "https://www.ngdc.noaa.gov/mgg/coastal/coastal.html";
    String institution "NOAA NGDC";
    String keywords "alaska, bathymetry, center, centers, coastal, craig, data, digital, elevation, environmental, geophysical, information, klawock, latitude, longitude, model, national, ncei, nesdis, ngdc, noaa, sec, topography";
    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 NCO "4.6.8";
    Float64 Northernmost_Northing 55.650000002999995;
    String sourceUrl "https://www.ngdc.noaa.gov/thredds/dodsC/regional/craig_klawock_ak_815_mhhw_2019.nc";
    Float64 Southernmost_Northing 55.41;
    String standard_name_vocabulary "CF Standard Name Table v70";
    String summary "National Centers for Environmental Information (NCEI) builds and distributes high-resolution, coastal digital elevation models (DEMs) that integrate ocean bathymetry and land topography to support NOAA's mission to understand and predict changes in Earth's environment, and conserve and manage coastal and marine resources to meet our Nation's economic, social, and environmental needs. DEMs are used for coastal process modeling (tsunami inundation, storm surge, sea-level rise, contaminant dispersal, etc.), ecosystems management and habitat research, coastal and marine spatial planning, and hazard mitigation and community preparedness.";
    String title "Craig and Klawock, Alaska 8/15 sec Coastal Digital Elevation Model, 1.4814814E-4°";
    Float64 Westernmost_Easting -133.22;
  }
}

 

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