森林/非森林グローバル マップ(FNF)は、グローバル 25 m 分解能の PALSAR-2/PALSAR SAR モザイクの SAR 画像(後方散乱係数)を分類して生成されます。強い後方散乱ピクセルと弱い後方散乱ピクセルは、それぞれ「森林」と「非森林」に割り当てられます。ここで「森林」とは、面積が 0.5 ヘクタールを超え、森林被覆率が 10% を超える自然林と定義されます。この定義は、国連食糧農業機関(FAO)の定義と同じです。森林からのレーダー後方散乱は地域(気候帯)によって異なるため、森林/非森林の分類は、地域に依存する後方散乱のしきい値を使用して行われます。分類の精度は、現地写真と高解像度の光学衛星画像を使用して確認されます。
森林/非森林グローバル マップ(FNF)は、グローバル 25 m 分解能の PALSAR-2/PALSAR SAR モザイクで SAR 画像(後方散乱係数)を分類し、強い後方散乱ピクセルと弱い後方散乱ピクセルをそれぞれ「森林」と「非森林」として割り当てることで生成されます。ここで、「森林」とは、面積が 0.5 ヘクタールを超える自然林と定義されます。
[null,null,[],[[["\u003cp\u003eThe JAXA/ALOS/PALSAR/YEARLY/FNF4 dataset provides a global forest/non-forest map at 25-meter resolution, classifying areas as Dense Forest, Non-dense Forest, Non-Forest, and Water.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset utilizes PALSAR-2/PALSAR SAR mosaic data from 2017 to 2021, applying a region-dependent threshold of backscatter to classify forest and non-forest areas.\u003c/p\u003e\n"],["\u003cp\u003eThe classification aligns with the Food and Agriculture Organization (FAO) definition of forest as natural forest with an area larger than 0.5 ha and forest cover over 10%.\u003c/p\u003e\n"],["\u003cp\u003eUsers should be aware that backscatter values can vary significantly over high latitude forest areas due to seasonal changes, potentially impacting classification accuracy.\u003c/p\u003e\n"],["\u003cp\u003eJAXA retains ownership of the dataset and encourages users to acknowledge the data source in any publications resulting from its use.\u003c/p\u003e\n"]]],[],null,["# Global 4-class PALSAR-2/PALSAR Forest/Non-Forest Map\n\nDataset Availability\n: 2017-01-01T00:00:00Z--2021-01-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [JAXA EORC](https://www.eorc.jaxa.jp/ALOS/en/dataset/fnf_e.htm)\n\nTags\n:\n[alos](/earth-engine/datasets/tags/alos) [alos2](/earth-engine/datasets/tags/alos2) [classification](/earth-engine/datasets/tags/classification) [eroc](/earth-engine/datasets/tags/eroc) [forest](/earth-engine/datasets/tags/forest) [forest-biomass](/earth-engine/datasets/tags/forest-biomass) [jaxa](/earth-engine/datasets/tags/jaxa) [landcover](/earth-engine/datasets/tags/landcover) [palsar](/earth-engine/datasets/tags/palsar) [palsar2](/earth-engine/datasets/tags/palsar2) [sar](/earth-engine/datasets/tags/sar) \n\n#### Description\n\nThe global forest/non-forest map (FNF) is generated by\nclassifying the SAR image (backscattering coefficient) in the\nglobal 25m resolution PALSAR-2/PALSAR SAR mosaic so that strong and\nlow backscatter pixels are assigned as \"forest\" and \"non-forest\",\nrespectively. Here, \"forest\" is defined as the natural forest\nwith the area larger than 0.5 ha and forest cover over 10%. This\ndefinition is the same as the Food and Agriculture Organization\n(FAO) definition. Since the radar backscatter from the forest\ndepends on the region (climate zone), the classification of\nForest/Non-Forest is conducted by using a region-dependent\nthreshold of backscatter. The classification accuracy is\nchecked by using in-situ photos and high-resolution optical\nsatellite images.\n\nDetailed information:\n\n- [2017 - 2020](https://www.eorc.jaxa.jp/ALOS/en/dataset/pdf/DatasetDescription_PALSAR2_FNF_v200a.pdf)\n\nAttention:\n\n- Backscatter values may vary significantly from path to path over high latitude forest areas. This is due to the change of backscattering intensity caused by freezing trees in winter. Please note that this may affect the classification of forest/non-forest.\n\n### Bands\n\n\n**Pixel Size**\n\n25 meters\n\n**Bands**\n\n| Name | Min | Max | Pixel Size | Description |\n|-------|-----|-----|------------|--------------------------------------------|\n| `fnf` | 1 | 4 | meters | Forest/Non-Forest landcover classification |\n\n**fnf Class Table**\n\n| Value | Color | Description |\n|-------|---------|------------------|\n| 1 | #00b200 | Dense Forest |\n| 2 | #83ef62 | Non-dense Forest |\n| 3 | #ffff99 | Non-Forest |\n| 4 | #0000ff | Water |\n\n### Terms of Use\n\n**Terms of Use**\n\nJAXA retains ownership of the dataset and cannot guarantee\nany problem caused by or possibly caused by using the datasets.\nAnyone wishing to publish any results using the datasets should\nclearly acknowledge the ownership of the data in the publication.\n\n### Citations\n\nCitations:\n\n- Masanobu Shimada, Takuya Itoh, Takeshi Motooka, Manabu Watanabe,\n Shiraishi Tomohiro, Rajesh Thapa, and Richard Lucas, \"New Global\n Forest/Non-forest Maps from ALOS PALSAR Data (2007-2010)\", Remote Sensing\n of Environment, 155, pp. 13-31, December 2014.\n [doi:10.1016/j.rse.2014.04.014.](https://doi.org/10.1016/j.rse.2014.04.014)\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.ImageCollection('JAXA/ALOS/PALSAR/YEARLY/FNF4')\n .filterDate('2018-01-01', '2018-12-31');\nvar forestNonForest = dataset.select('fnf');\nvar forestNonForestVis = {\n min: 1,\n max: 4,\n palette: ['00b200','83ef62','ffff99','0000ff'],\n};\nMap.setCenter(136.85, 37.37, 4);\nMap.addLayer(forestNonForest, forestNonForestVis, 'Forest/Non-Forest');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/JAXA/JAXA_ALOS_PALSAR_YEARLY_FNF4) \n[Global 4-class PALSAR-2/PALSAR Forest/Non-Forest Map](/earth-engine/datasets/catalog/JAXA_ALOS_PALSAR_YEARLY_FNF4) \nThe global forest/non-forest map (FNF) is generated by classifying the SAR image (backscattering coefficient) in the global 25m resolution PALSAR-2/PALSAR SAR mosaic so that strong and low backscatter pixels are assigned as \"forest\" and \"non-forest\", respectively. Here, \"forest\" is defined as the natural forest with the area larger than 0.5 ... \nJAXA/ALOS/PALSAR/YEARLY/FNF4, alos,alos2,classification,eroc,forest,forest-biomass,jaxa,landcover,palsar,palsar2,sar \n2017-01-01T00:00:00Z/2021-01-01T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.eorc.jaxa.jp/ALOS/en/dataset/fnf_e.htm)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/JAXA_ALOS_PALSAR_YEARLY_FNF4)"]]