ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Historic Land Cover Change, Area Vegetation, Hyde longitude_bounds By longitude, bounds |
Institution: | University of Illinois at Urbana-Champaign (Dataset ID: areaveg_hyde_by_longitude_bounds) |
Information: | Summary | License | Metadata | Background | Make a graph |
Attributes { longitude { String _CoordinateAxisType "Lon"; Float32 actual_range 0.25, 359.75; String axis "X"; String bounds "longitude_bounds"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; Float32 valid_max 359.75; Float32 valid_min 0.25; } bounds { Float32 actual_range 1.0, 2.0; String axis "N"; String long_name "vertex number"; } longitude_bounds { } NC_GLOBAL { String _CoordSysBuilder "ucar.nc2.dataset.conv.CF1Convention"; String acknowledgement "This work was supported by National Aeronautics and Space Administration (NASA) Land Cover and Land Use Change Program (No. NNX08AK75G)"; String cdm_data_type "Grid"; String Comment "Cropland and Pastureland Data Source used in this netcdf file: HYDE 3.1"; String contributor_role "Principle Investigator and originator"; String Conventions "CF-1.4"; String creator_email "meiyapp2@illinois.edu"; String creator_name "Prasanth Meiyappan"; String creator_url "http://www.atmos.illinois.edu/~meiyapp2"; String data_set_progress "complete"; String date_created "2013-08-30T18:55:08Z"; String date_modified "2013-08-30T18:55:08Z"; Float64 Easternmost_Easting 359.75; Float64 geospatial_lon_max 359.75; Float64 geospatial_lon_min 0.25; Float64 geospatial_lon_resolution 0.5; String geospatial_lon_units "degrees_east"; String history "FMRC Best Dataset 2024-11-09T02:36:52Z https://www.ncei.noaa.gov/thredds/dodsC/ncFC/sat/landcover-HYDEAREAVEG-fc/Historical_Land-Cover_Change_and_Land-Use_Conversions_Global_Dataset:_HYDE_AREAVEG_Feature_Collection_best.ncd 2024-11-09T02:36:52Z https://www.ncei.noaa.gov/erddap/griddap/areaveg_hyde_by_longitude_bounds.das"; String id "land-cover_hyde_landcover_yr2009.nc"; String infoUrl "https://www.ncei.noaa.gov/thredds/catalog/ncFC/sat/landcover-HYDEAREAVEG-fc/catalog.html?dataset=ncFC/sat/landcover-HYDEAREAVEG-fc/Historical_Land-Cover_Change_and_Land-Use_Conversions_Global_Dataset:_HYDE_AREAVEG_Feature_Collection_best.ncd"; String institution "University of Illinois at Urbana-Champaign"; String Keywords "EARTH SCIENCE > AGRICULTURE > FOREST SCIENCE > AFFORESTATION/REFORESTATION, EARTH SCIENCE > AGRICULTURE > FOREST SCIENCE > REFORESTATION, EARTH SCIENCE > BIOSPHERE > TERRESTRIAL ECOSYSTEMS > AGRICULTURAL LANDS, EARTH SCIENCE > BIOSPHERE > TERRESTRIAL ECOSYSTEMS > DESERTS, EARTH SCIENCE > BIOSPHERE > TERRESTRIAL ECOSYSTEMS > FORESTS, EARTH SCIENCE > BIOSPHERE > TERRESTRIAL ECOSYSTEMS > GRASSLANDS, EARTH SCIENCE > BIOSPHERE > TERRESTRIAL ECOSYSTEMS > SHRUBLAND/SCRUB, EARTH SCIENCE > BIOSPHERE > TERRESTRIAL ECOSYSTEMS > URBAN LANDS, EARTH SCIENCE > BIOSPHERE > VEGETATION > AFFORESTATION/REFORESTATION, EARTH SCIENCE > BIOSPHERE > VEGETATION > DECIDUOUS VEGETATION, EARTH SCIENCE > BIOSPHERE > VEGETATION > DOMINANT SPECIES, EARTH SCIENCE > BIOSPHERE > VEGETATION > EVERGREEN VEGETATION, EARTH SCIENCE > BIOSPHERE > VEGETATION > VEGETATION COVER, EARTH SCIENCE > BIOSPHERE > VEGETATION > REFORESTATION, EARTH SCIENCE > HUMAN DIMENSIONS > HUMAN SETTLEMENTS > URBAN AREAS, EARTH SCIENCE > LAND SURFACE > LAND USE/LAND COVER > LAND COVER, EARTH SCIENCE > LAND SURFACE > LAND USE/LAND COVER > LAND USE CLASSES, EARTH SCIENCE > HUMAN DIMENSIONS > ENVIRONMENTAL GOVERNANCE/MANAGEMENT > LAND MANAGEMENT > LAND USE CLASSES, EARTH SCIENCE > HUMAN DIMENSIONS > ENVIRONMENTAL GOVERNANCE/MANAGEMENT > LAND MANAGEMENT > LAND USE/LAND COVER CLASSIFICATION, EARTH SCIENCE > LAND SURFACE > LANDSCAPE > REFORESTATION"; String keywords_vocabulary "NASA Global Change Master Directory (GCMD) Earth Science Keywords, Version 8.0"; String license "No constraints on data access or use"; String location "Proto fmrc:Historical_Land-Cover_Change_and_Land-Use_Conversions_Global_Dataset:_HYDE_AREAVEG_Feature_Collection"; String metadata_link "gov.noaa.ncdc:C00814"; String naming_authority "gov.noaa.ncdc"; String references "https://dx.doi.org/10.1007/s11707-012-0314-2, https://dx.doi.org/10.1111/gcb.12207"; String source "model"; String sourceUrl "https://www.ncei.noaa.gov/thredds/dodsC/ncFC/sat/landcover-HYDEAREAVEG-fc/Historical_Land-Cover_Change_and_Land-Use_Conversions_Global_Dataset:_HYDE_AREAVEG_Feature_Collection_best.ncd"; String spatial_coverage "Global"; String spatial_domain "land only; all ocean grid cells have been filled with the specified missing values"; String spatial_resolution "0.5x0.5 degrees lat/lon"; String standard_name_vocabulary "CF Standard name Table (v25, 05 July 2013)"; String summary "Historic Land Cover Change, Area Vegetation, Hyde longitude_bounds Dimensioned By longitude, bounds."; String time_coverage_duration "one year"; String time_coverage_resolution "yearly"; String title "Historic Land Cover Change, Area Vegetation, Hyde longitude_bounds By longitude, bounds"; String vertical_levels "surface observations"; Float64 Westernmost_Easting 0.25; String years_of_record "1770/01 -2010/12"; } }
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/erdBAssta5day.htmlTable?sst[(2007-10-21T00:00:00)][0][(-75):100:(75)][(180):100:(360)]
Thus, the query is often a data variable name (e.g., sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][altitude][latitude][longitude]).
For details, see the griddap Documentation.