[null,null,[],[[["\u003cp\u003eThis dataset provides global tree heights for 2005, derived from the Geoscience Laser Altimeter System (GLAS) and other geospatial data.\u003c/p\u003e\n"],["\u003cp\u003eIt offers a single band representing tree heights in meters, with a resolution of 927.67 meters.\u003c/p\u003e\n"],["\u003cp\u003eThe data is freely available for re-use, including commercial purposes, with attribution to NASA.\u003c/p\u003e\n"],["\u003cp\u003eUsers can explore and analyze this dataset using Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is based on the research published by Simard et al.(2011) in the Journal of Geophysical Research.\u003c/p\u003e\n"]]],[],null,["# Global Forest Canopy Height, 2005\n\nDataset Availability\n: 2005-05-20T00:00:00Z--2005-06-23T00:00:00Z\n\nDataset Provider\n:\n\n\n [NASA/JPL](https://earthobservatory.nasa.gov)\n\nTags\n:\n [canopy](/earth-engine/datasets/tags/canopy) [forest](/earth-engine/datasets/tags/forest) [forest-biomass](/earth-engine/datasets/tags/forest-biomass) [geophysical](/earth-engine/datasets/tags/geophysical) [jpl](/earth-engine/datasets/tags/jpl) [nasa](/earth-engine/datasets/tags/nasa) \nglas \n\n#### Description\n\nThis dataset represents global tree heights based on a fusion of\nspaceborne-lidar data (2005) from the Geoscience Laser Altimeter\nSystem (GLAS) and ancillary geospatial data. See\n[Simard et al. (2011)](https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2011JG001708)\nfor details.\n\n### Bands\n\n\n**Pixel Size**\n\n927.67 meters\n\n**Bands**\n\n| Name | Units | Min | Max | Pixel Size | Description |\n|------|-------|-----|------|------------|--------------|\n| `1` | m | 0\\* | 73\\* | meters | Tree heights |\n\n\\* estimated min or max value\n\n### Terms of Use\n\n**Terms of Use**\n\nMost materials published on the Earth Observatory, including images, are\nfreely available for re-publication or re-use, including commercial\npurposes, except for where copyright is indicated.\n\nNASA's Earth Observatory must be given credit for its original materials;\nthe only mandatory credit is NASA.\n\nFor more information about using NASA imagery visit the [Earth Observatory\nImage Use Policy](https://earthobservatory.nasa.gov/ImageUse/) site.\n\n### Citations\n\nCitations:\n\n- Simard, M., Pinto, N., Fisher, J., Baccini, A. 2011. Mapping forest\n canopy height globally with spaceborne lidar. Journal of Geophysical\n Research. 116: G04021.\n [doi:10.1029/2011JG001708](https://doi.org/10.1029/2011JG001708)\n\n### Explore with Earth Engine\n\n| **Important:** Earth Engine is a platform for petabyte-scale scientific analysis and visualization of geospatial datasets, both for public benefit and for business and government users. Earth Engine is free to use for research, education, and nonprofit use. To get started, please [register for Earth Engine access.](https://console.cloud.google.com/earth-engine)\n\n### Code Editor (JavaScript)\n\n```javascript\nvar dataset = ee.Image('NASA/JPL/global_forest_canopy_height_2005');\nvar forestCanopyHeight = dataset.select('1');\nvar forestCanopyHeightVis = {\n min: 0.0,\n max: 30.0,\n palette: [\n 'ffffff', 'fcd163', '99b718', '66a000', '3e8601', '207401', '056201',\n '004c00', '011301'\n ],\n};\nMap.setCenter(-28.1, 28.3, 1);\nMap.addLayer(forestCanopyHeight, forestCanopyHeightVis, 'Forest Canopy Height');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/NASA/NASA_JPL_global_forest_canopy_height_2005) \n[Global Forest Canopy Height, 2005](/earth-engine/datasets/catalog/NASA_JPL_global_forest_canopy_height_2005) \nThis dataset represents global tree heights based on a fusion of spaceborne-lidar data (2005) from the Geoscience Laser Altimeter System (GLAS) and ancillary geospatial data. See Simard et al. (2011) for details. \nNASA/JPL/global_forest_canopy_height_2005, canopy,forest,forest-biomass,geophysical,jpl,nasa \n2005-05-20T00:00:00Z/2005-06-23T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://earthobservatory.nasa.gov)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/NASA_JPL_global_forest_canopy_height_2005)"]]