stactools
stactools copied to clipboard
Use context when opening source file in `cogify` function in `convert.py`
For cogify In the convert.py, should we open the source file with context, i.e., with rasterio.open(...?
I default to yes w.r.t. using a context manager for resources in Python.