Set data Tasseled Cap Wetness (TCW) yang diisi ini dibuat dengan menerapkan
persamaan tasseled-cap yang ditentukan dalam Lobser dan Cohen (2007) ke
gambar yang dikoreksi BRDF MODIS (MCD43B4). Data yang dihasilkan diisi dengan pendekatan yang diuraikan dalam Weiss et al. (2014) untuk menghilangkan data yang hilang yang disebabkan oleh faktor-faktor seperti tutupan awan, lalu data tersebut diagregasi secara temporal dan spasial untuk menghasilkan produk bulanan ≈5 km.
Set data ini dibuat oleh Harry Gibson dan Daniel Weiss dari
Malaria Atlas Project (Big Data Institute, University of Oxford,
United Kingdom, https://malariaatlas.org/).
Band
Ukuran Piksel 5.000 meter
Band
Nama
Unit
Min
Maks
Ukuran Piksel
Deskripsi
Mean
-0,84*
0,96*
meter
Nilai rata-rata Tasseled Cap Wetness untuk setiap piksel yang diagregasi.
FilledProportion
%
0*
100*
meter
Rentang kontrol kualitas yang menunjukkan persentase
setiap piksel yang dihasilkan yang terdiri dari data mentah (bukan
perkiraan yang diisi kesenjangannya).
Weiss, D.J., P.M. Atkinson, S. Bhatt, B. Mappin, S.I. Hay & P.W. Gething
(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. & Cohen, W.B. (2007) MODIS tasselled cap: land cover
characteristics expressed through transformed MODIS data. International
Journal of Remote Sensing, 28, 5079-5101.
Set data Tasseled Cap Wetness (TCW) yang diisi kesenjangannya ini dibuat dengan menerapkan persamaan tasseled-cap yang ditentukan dalam Lobser dan Cohen (2007) ke gambar yang dikoreksi BRDF MODIS (MCD43B4). Data yang dihasilkan diisi menggunakan pendekatan yang diuraikan dalam Weiss et al. (2014) untuk menghilangkan data yang hilang karena faktor seperti tutupan awan, …
[null,null,[],[[["\u003cp\u003eThis dataset provides monthly Tasseled Cap Wetness (TCW) data from 2001 to 2015, derived from MODIS imagery.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes a gap-filling technique to minimize missing data caused by cloud cover or other factors.\u003c/p\u003e\n"],["\u003cp\u003eTCW data is presented at a 5km resolution and includes a quality control band indicating the proportion of gap-filled pixels.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset was developed by the Oxford Malaria Atlas Project and is available under a CC-BY-NC-SA-4.0 license.\u003c/p\u003e\n"],["\u003cp\u003eYou can access and analyze this dataset using Google Earth Engine.\u003c/p\u003e\n"]]],["The dataset provides gap-filled Tasseled Cap Wetness (TCW) data from 2001 to 2015, with a monthly cadence and 5km pixel size. It was created by the Oxford Malaria Atlas Project using MODIS imagery and gap-filling techniques. The data includes mean TCW values and the proportion of raw data per pixel. It is accessible via Google Earth Engine using the code `ee.ImageCollection(\"Oxford/MAP/TCW_5km_Monthly\")` and is licensed under CC-BY-NC-SA-4.0.\n"],null,["# Oxford MAP TCW: Malaria Atlas Project Gap-Filled Tasseled Cap Wetness\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 [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) \nwetness \n\n#### Description\n\nThis gap-filled Tasseled Cap Wetness (TCW) dataset was created by applying\nthe tasseled-cap equations defined in Lobser and Cohen (2007) to\nMODIS BRDF-corrected imagery (MCD43B4). The resulting data were\ngap-filled using the approach outlined in Weiss et al. (2014) to eliminate\nmissing data 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\nMalaria Atlas Project (Big Data Institute, University of Oxford,\nUnited Kingdom, \u003chttps://malariaatlas.org/\u003e).\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.84\\* | 0.96\\* | meters | The mean value of Tasseled Cap Wetness 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/TCW_5km_Monthly')\n .filter(ee.Filter.date('2013-01-01', '2013-12-31'));\nvar tcw = dataset.select('Mean');\nvar tcwVis = {\n min: -0.6,\n max: 0.5,\n palette: [\n 'ffffff', 'fcd163', '99b718', '66a000', '3e8601', '207401', '056201',\n '004c00', '011301'\n ],\n};\nMap.setCenter(-44.65, 22.59, 2);\nMap.addLayer(tcw, tcwVis, 'TCW');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/Oxford/Oxford_MAP_TCW_5km_Monthly) \n[Oxford MAP TCW: Malaria Atlas Project Gap-Filled Tasseled Cap Wetness](/earth-engine/datasets/catalog/Oxford_MAP_TCW_5km_Monthly) \nThis gap-filled Tasseled Cap Wetness (TCW) 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/TCW_5km_Monthly, 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_TCW_5km_Monthly)"]]