gjoseph92 / stackstac

Turn a STAC catalog into a dask-based xarray
https://stackstac.readthedocs.io
MIT License
240 stars 49 forks source link

Fix all existing type errors #130

Open gjoseph92 opened 2 years ago

gjoseph92 commented 2 years ago

For https://github.com/gjoseph92/stackstac/issues/129, we'll have to first fix the handful of type errors that exist in the code. Note that some of them indicate actual (rare) bugs! # type: ignore is almost always not the right solution.