As our data catalogs begin to catch up to the sprint of the last few weeks, we can migrate to using intake for data loading throughout carbonplan_forests/load. For example, the following lines
https://github.com/carbonplan/forests/blob/f7cb47cad2d3e999b94e7d2ab91955fd4cb71c56/carbonplan_forests/load/mtbs.py#L15-L29
should be rewritten as
mtbs = cat.mtbs.monthly_perims_raster.to_dask()