I've noticed a few things with our MTBS dataset that should be corrected:
- The processed
conus and ak 4km datasets are the same (both conus domain)
- The processed dataset uses a
resolution key of 4000 instead of 4000m. This should be updated to match the rest of our catalog conventions.
|
resolution: |
|
description: Pixel resolution in meters |
|
type: str |
|
default: "4000" |
|
allowed: ["4000"] |
I've noticed a few things with our MTBS dataset that should be corrected:
conusandak4km datasets are the same (both conus domain)resolutionkey of4000instead of4000m. This should be updated to match the rest of our catalog conventions.data/catalogs/mtbs.yaml
Lines 35 to 39 in 9337820