Il componente dei dati di intercettazione (I) (dekadale, in mm/giorno) rappresenta l'evaporazione
della pioggia intercettata dalla chioma della vegetazione. L'intercettazione è il processo
in cui la pioggia viene catturata dalle foglie. Parte di questa pioggia catturata
evaporerà di nuovo. Il valore di ogni pixel rappresenta l'intercettazione media giornaliera dell'evaporazione per quella specifica decade.
Bande
Dimensioni in pixel 248,2 metri
Bande
Nome
Unità
Scala
Dimensioni dei pixel
Descrizione
L1_I_D
mm
0,1
metri
Intercettazione (decadale) [mm]
Termini e condizioni d'uso
Termini e condizioni d'uso
L'Organizzazione delle Nazioni Unite per l'alimentazione e l'agricoltura (FAO) ha il mandato di raccogliere, analizzare, interpretare e diffondere informazioni relative a nutrizione, alimenti e agricoltura. A questo proposito, pubblica una serie di database su argomenti correlati al mandato della FAO e ne incoraggia l'utilizzo per scopi scientifici e di ricerca. In linea con i principi
di apertura e condivisione previsti dalla licenza per dati aperti per
database statistici e
in linea con il mandato della FAO, i dati del Water Productivity Open
Access Portal (WaPOR), nell'ambito
di AQUASTAT, il sistema
informativo globale della FAO su acqua e agricoltura, sono disponibili senza costi per la community di utenti.
Citazioni
Citazioni:
FAO 2018. WaPOR Database Methodology: Level 1. Telerilevamento per la produttività dell'acqua
Report tecnico: serie di metodologie. Roma, FAO. 72 pagine.
FAO 2020. WaPOR V2 Database Methodology. Telerilevamento per l'acqua
Report tecnico sulla produttività: serie di metodologie. Roma, FAO.
https://www.fao.org/3/ca9894en/CA9894EN.pdf
Il componente dei dati di intercettazione (I) (decadale, in mm/giorno) rappresenta l'evaporazione delle precipitazioni intercettate dalla chioma della vegetazione. L'intercettazione è il processo in cui la pioggia viene catturata dalle foglie. Parte di questa pioggia catturata evaporerà di nuovo. Il valore di ogni pixel rappresenta l'intercettazione media giornaliera evaporata per quel…
[null,null,[],[[["\u003cp\u003eThe FAO WaPOR Level 1 Interception dataset provides dekadal estimates of the daily evaporation of rainfall intercepted by vegetation canopies.\u003c/p\u003e\n"],["\u003cp\u003eData is available at a 248.2-meter resolution, spanning from January 2009 to March 2023 and is freely accessible for research and non-profit use.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is provided by the Food and Agriculture Organization of the United Nations (FAO) through the Water Productivity Open Access Portal (WaPOR).\u003c/p\u003e\n"],["\u003cp\u003eEach pixel value represents the average daily evaporated interception (in mm) for the specific dekad (10-day period).\u003c/p\u003e\n"],["\u003cp\u003eUsers can explore and analyze this dataset using Google Earth Engine.\u003c/p\u003e\n"]]],["The FAO WaPOR database provides dekadal interception data (mm/day) from 2009-01-01 to 2023-03-01, representing rainfall evaporation from vegetation. This Level 1 Interception Dekadal dataset (L1_I_D) is accessible via Google Earth Engine, with a 248.2-meter pixel size and 10-day cadence. The dataset is free for research and scientific purposes, with a band named `L1_I_D`, the band provide the interception in mm, pixel scale is 0.1.\n"],null,["# WAPOR Dekadal Interception 2.0\n\nDataset Availability\n: 2009-01-01T00:00:00Z--2023-03-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [FAO UN](https://wapor.apps.fao.org/catalog/WAPOR_2/1/L1_I_D)\n\nCadence\n: 10 Days\n\nTags\n:\n[agriculture](/earth-engine/datasets/tags/agriculture) [fao](/earth-engine/datasets/tags/fao) [wapor](/earth-engine/datasets/tags/wapor) [water](/earth-engine/datasets/tags/water) [water-vapor](/earth-engine/datasets/tags/water-vapor) \n\n#### Description\n\nThe interception (I) data component (dekadal, in mm/day) represents the evaporation\nof intercepted rainfall from the vegetation canopy. Interception is the process\nwhere rainfall is captured by the leaves. Part of this captured rainfall will\nevaporate again. The value of each pixel represents the average daily evaporated\ninterception for that specific dekad.\n\n### Bands\n\n\n**Pixel Size**\n\n248.2 meters\n\n**Bands**\n\n| Name | Units | Scale | Pixel Size | Description |\n|----------|-------|-------|------------|-------------------------------|\n| `L1_I_D` | mm | 0.1 | meters | Interception (Dekadal) \\[mm\\] |\n\n### Terms of Use\n\n**Terms of Use**\n\nThe Food and Agriculture Organization of the United Nations (FAO) is\nmandated to collect, analyze, interpret, and disseminate information related\nto nutrition, food, and agriculture. In this regard, it publishes a number\nof databases on topics related to FAO's mandate, and encourages the use of\nthem for scientific and research purposes. Consistent with the principles\nof openness and sharing envisioned under the [Open Data Licensing For\nStatistical Databases](http://www.fao.org/3/ca7570en/ca7570en.pdf), and\nconsistent with the mandate of FAO, data from the [Water Productivity Open\nAccess Portal (WaPOR)](https://wapor.apps.fao.org/home/WAPOR_2/1), as part\nof [AQUASTAT](http://www.fao.org/aquastat/en/) - FAO's Global Information\nSystem on Water and Agriculture, is available free to the user community.\n\n### Citations\n\nCitations:\n\n- FAO 2018. WaPOR Database Methodology: Level 1. Remote Sensing for Water Productivity\n Technical Report: Methodology Series. Rome, FAO. 72 pages.\n- FAO 2020. WaPOR V2 Database Methodology. Remote Sensing for Water\n Productivity Technical Report: Methodology Series. Rome, FAO.\n \u003chttps://www.fao.org/3/ca9894en/CA9894EN.pdf\u003e\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 coll = ee.ImageCollection('FAO/WAPOR/2/L1_I_D');\nvar image = coll.first();\nMap.setCenter(17.5, 20, 3);\nMap.addLayer(image, {min: 0, max: 50});\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/FAO/FAO_WAPOR_2_L1_I_D) \n[WAPOR Dekadal Interception 2.0](/earth-engine/datasets/catalog/FAO_WAPOR_2_L1_I_D) \nThe interception (I) data component (dekadal, in mm/day) represents the evaporation of intercepted rainfall from the vegetation canopy. Interception is the process where rainfall is captured by the leaves. Part of this captured rainfall will evaporate again. The value of each pixel represents the average daily evaporated interception for that ... \nFAO/WAPOR/2/L1_I_D, agriculture,fao,wapor,water,water-vapor \n2009-01-01T00:00:00Z/2023-03-01T00:00:00Z \n-40.0044644 -30.0044643 40.0044643 65.0044644 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://wapor.apps.fao.org/catalog/WAPOR_2/1/L1_I_D)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/FAO_WAPOR_2_L1_I_D)"]]