![]() |
ERDDAP server @ EMODnet
Easier access to scientific data |
![]() Brought to you by EMODnet |
Dataset Title: | Test PACE: HA Vessel density
![]() ![]() |
Institution: | EMODNET - PACE (Dataset ID: emodnet_pace_vessel_density) |
Information: | Summary ![]() ![]() ![]() |
Attributes { latitude { String _CoordinateAxisType "Lat"; Float64 actual_range -7.862302577498619, 31.275627162912123; 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 32.26216963905661, 122.15455750330098; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } Band1 { Float32 _FillValue -3.402823e+38; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String ioos_category "Statistics"; String long_name "GDAL Band Number 1"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; Float64 Easternmost_Easting 122.15455750330098; String GDAL "GDAL 3.0.4, released 2020/01/28"; String GDAL_AREA_OR_POINT "Area"; Float64 geospatial_lat_max 31.275627162912123; Float64 geospatial_lat_min -7.862302577498619; Float64 geospatial_lat_resolution 0.00904714048553184; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 122.15455750330098; Float64 geospatial_lon_min 32.26216963905661; Float64 geospatial_lon_resolution 0.00904714048553184; String geospatial_lon_units "degrees_east"; String grid_mapping_GeoTransform "32.25764606881384 0.009047140485531841 0 31.28015073315489 0 -0.009047140485531841"; Float64 grid_mapping_inverse_flattening 298.257223563; String grid_mapping_long_name "CRS definition"; Float64 grid_mapping_longitude_of_prime_meridian 0.0; String grid_mapping_name "latitude_longitude"; Float64 grid_mapping_semi_major_axis 6378137.0; String grid_mapping_spatial_ref "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST],AUTHORITY[\"EPSG\",\"4326\"]]"; String history "Tue Aug 17 11:24:44 2021: GDAL CreateCopy( EMOD-PACE_VD_2019_01_st_All.nc, ... ) 2023-06-10T21:12:11Z (local files) 2023-06-10T21:12:11Z https://erddap.emodnet.eu/erddap/griddap/emodnet_pace_vessel_density.das"; String infoUrl "???"; String institution "EMODNET - PACE"; String keywords "band, Band1, data, gdal, local, number, source, statistics"; 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."; Float64 Northernmost_Northing 31.275627162912123; String sourceUrl "(local files)"; Float64 Southernmost_Northing -7.862302577498619; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Data from a local source."; String title "Test PACE: HA Vessel density"; Float64 Westernmost_Easting 32.26216963905661; } }
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.