What's Changed
- `BoundingBox` is now CRS aware
- Changes to `GeoBox.from_` interfaces, `anchor=` replaces `align=`
- `.from_polygon` still accepts old-style `align=` for ease of datacube migration
- Adding `.odc.write_cog`, `.odc.to_cog` methods
- Adding `.odc.reproject` (only supports non-Dask inputs currently)
- Adding `.odc.output_geobox` - finds reasonable destination geobox when projecting to other CRS
- Packaging fixes (mypy types, thanks to snowman2)
- Fixes in `GeoBox` display code (was not handling empty cases well)
- Some code refactoring