
- در دسترس بودن مجموعه دادهها
- ۲۰۰۰-۰۲-۲۴T۰۰:۰۰:۰۰Z–۲۰۲۶-۰۴-۰۶T۰۰:۰۰:۰۰Z
- تولیدکننده مجموعه داده
- ناسا LP DAAC در مرکز USGS EROS
- کادانس
- ۱ روز
- برچسبها
- mod14a1
توضیحات
The MOD14A1 V6.1 dataset provides daily fire mask composites at 1km resolution derived from the MODIS 4- and 11-micrometer radiances. The fire detection strategy is based on absolute detection of a fire (when the fire strength is sufficient to detect), and on detection relative to its background (to account for variability of the surface temperature and reflection by sunlight). The product distinguishes between fire, no fire and no observation. This information is used for monitoring the spatial and temporal distribution of fires in different ecosystems, detecting changes in fire distribution and identifying new fire frontiers, wild fires, and changes in the frequency of the fires or their relative strength.
مستندات:
باندها
باندها
اندازه پیکسل: ۱۰۰۰ متر (همه باندها)
| نام | واحدها | حداقل | مکس | مقیاس | اندازه پیکسل | توضیحات | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FireMask | ۱۰۰۰ متر | اعتماد به نفس آتش | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MaxFRP | مگاوات | 0 | ۱۸۰۰۰۰ | ۰.۱ | ۱۰۰۰ متر | حداکثر توان تابشی آتش | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sample | 0 | ۱۳۵۳ | ۱۰۰۰ متر | موقعیت پیکسل آتش در اسکن | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
QA | ۱۰۰۰ متر | شاخصهای کیفیت پیکسل | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
شرایط استفاده
شرایط استفاده
دادهها و محصولات MODIS که از طریق LP DAAC به دست میآیند، هیچ محدودیتی در استفاده، فروش یا توزیع مجدد بعدی ندارند.
نقل قولها
برای کسب اطلاعات در مورد استناد به مجموعه دادههای LP DAAC، لطفاً از صفحه «استناد به دادههای ما» در LP DAAC دیدن کنید.
DOI ها
با موتور زمین کاوش کنید
ویرایشگر کد (جاوااسکریپت)
var dataset = ee.ImageCollection('MODIS/061/MOD14A1') .filter(ee.Filter.date('2018-01-01', '2018-05-01')); var fireMaskVis = { min: 0.0, max: 6000.0, bands: ['MaxFRP', 'FireMask', 'FireMask'], }; Map.setCenter(6.746, 46.529, 2); Map.addLayer(dataset, fireMaskVis, 'Fire Mask');