Este conjunto de datos de brillo de Tasseled Cap (TCB) completado se creó aplicando las ecuaciones de Tasseled Cap definidas en Lobser y Cohen (2007) a las imágenes corregidas por BRDF de MODIS (MCD43B4). Los datos resultantes se completaron con el enfoque que se describe en Weiss et al. (2014) para eliminar los datos faltantes causados por factores como la cobertura de nubes. Luego, los datos se agregaron de forma temporal y espacial para producir el producto mensual de ≈5 km.
Este conjunto de datos fue producido por Harry Gibson y Daniel Weiss del Malaria Atlas Project.
Bandas
Tamaño de píxel 5,000 metros
Bandas
Nombre
Unidades
Mín.
Máx.
Tamaño de los píxeles
Descripción
Mean
0*
1.99*
metros
Es el valor medio del brillo de Tasseled Cap para cada píxel agregado.
FilledProportion
%
0*
100*
metros
Es una banda de control de calidad que indica el porcentaje de cada píxel resultante que se compuso de datos sin procesar (en lugar de estimaciones completadas).
Weiss, D.J., P.M. Atkinson, S. Bhatt, B. Mappin, S.I., Hay, S.I. y Gething, P.W. (2014) An effective approach for gap-filling continental scale remotely sensed time-series. ISPRS Journal of Photogrammetry and Remote Sensing,
98, 106-118.
Lobser, S.E. y Cohen, W.B. (2007) MODIS tasselled cap: land cover characteristics expressed through transformed MODIS data. International
Journal of Remote Sensing, 28, 5079-5101.
Este conjunto de datos de brillo de Tasseled Cap (TCB) completado se creó aplicando las ecuaciones de Tasseled Cap definidas en Lobser y Cohen (2007) a las imágenes corregidas por BRDF de MODIS (MCD43B4). Los datos resultantes se completaron con el enfoque descrito en Weiss et al. (2014) para eliminar los datos faltantes causados por factores como la cobertura de nubes, …
[null,null,[],[[["\u003cp\u003eThis dataset provides monthly Tasseled Cap Brightness (TCB) data from 2001 to 2015, derived from MODIS imagery and gap-filled to address cloud cover issues.\u003c/p\u003e\n"],["\u003cp\u003eIt was produced by the Oxford Malaria Atlas Project and is available at a 5km resolution.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset includes a "Mean" band representing TCB values and a "FilledProportion" band indicating the percentage of raw data used in each pixel.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is licensed under CC-BY-NC-SA-4.0 and is accessible through Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset is valuable for various applications such as land cover analysis and monitoring environmental changes.\u003c/p\u003e\n"]]],[],null,["# Oxford MAP TCB: Malaria Atlas Project Gap-Filled Tasseled Cap Brightness\n\nDataset Availability\n: 2001-02-01T00:00:00Z--2015-01-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [Oxford Malaria Atlas Project](https://www.bdi.ox.ac.uk/research/malaria-atlas-project)\n\nCadence\n: 1 Month\n\nTags\n:\n[brightness](/earth-engine/datasets/tags/brightness) [map](/earth-engine/datasets/tags/map) [oxford](/earth-engine/datasets/tags/oxford) [tasseled-cap](/earth-engine/datasets/tags/tasseled-cap) [tcb](/earth-engine/datasets/tags/tcb) [vegetation-indices](/earth-engine/datasets/tags/vegetation-indices) \n\n#### Description\n\nThis gap-filled Tasseled Cap Brightness (TCB) dataset was created by\napplying the tasseled-cap equations defined in Lobser and Cohen (2007) to\nMODIS BRDF-corrected imagery (MCD43B4). The resulting data were gap-filled\nusing the approach outlined in Weiss et al. (2014) to eliminate missing\ndata caused by factors such as cloud cover, and then the data were\naggregated temporally and spatially to produce the monthly ≈5km product.\n\nThis dataset was produced by Harry Gibson and Daniel Weiss of the\n[Malaria Atlas Project](https://malariaatlas.org/).\n\n### Bands\n\n\n**Pixel Size**\n\n5000 meters\n\n**Bands**\n\n| Name | Units | Min | Max | Pixel Size | Description |\n|--------------------|-------|-----|--------|------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `Mean` | | 0\\* | 1.99\\* | meters | The mean value of Tasseled Cap Brightness for each aggregated pixel. |\n| `FilledProportion` | % | 0\\* | 100\\* | meters | A quality control band that indicates the percentage of each resulting pixel that was comprised of raw data (as opposed to gap-filled estimates). |\n\n\\* estimated min or max value\n\n### Terms of Use\n\n**Terms of Use**\n\n[CC-BY-NC-SA-4.0](https://spdx.org/licenses/CC-BY-NC-SA-4.0.html)\n\n### Citations\n\nCitations:\n\n- Weiss, D.J., P.M. Atkinson, S. Bhatt, B. Mappin, S.I. Hay \\& P.W. Gething\n (2014) An effective approach for gap-filling continental scale remotely\n sensed time-series. ISPRS Journal of Photogrammetry and Remote Sensing,\n 98, 106-118.\n- Lobser, S.E. \\& Cohen, W.B. (2007) MODIS tasselled cap: land cover\n characteristics expressed through transformed MODIS data. International\n Journal of Remote Sensing, 28, 5079-5101.\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('Oxford/MAP/TCB_5km_Monthly')\n .filter(ee.Filter.date('2013-01-01', '2013-12-31'));\nvar tcb = dataset.select('Mean');\nvar tcbVis = {\n min: 0.0,\n max: 1.3,\n palette: [\n '011301', '004c00', '056201', '207401', '3e8601', '66a000', '99b718',\n 'fcd163', 'ffffff'\n ],\n};\nMap.setCenter(-44.65, 22.59, 2);\nMap.addLayer(tcb, tcbVis, 'TCB');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/Oxford/Oxford_MAP_TCB_5km_Monthly) \n[Oxford MAP TCB: Malaria Atlas Project Gap-Filled Tasseled Cap Brightness](/earth-engine/datasets/catalog/Oxford_MAP_TCB_5km_Monthly) \nThis gap-filled Tasseled Cap Brightness (TCB) dataset was created by applying the tasseled-cap equations defined in Lobser and Cohen (2007) to MODIS BRDF-corrected imagery (MCD43B4). The resulting data were gap-filled using the approach outlined in Weiss et al. (2014) to eliminate missing data caused by factors such as cloud cover, ... \nOxford/MAP/TCB_5km_Monthly, brightness,map,oxford,tasseled-cap,tcb,vegetation-indices \n2001-02-01T00:00:00Z/2015-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.bdi.ox.ac.uk/research/malaria-atlas-project)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/Oxford_MAP_TCB_5km_Monthly)"]]