- Multi band support when parsing STAC items
- Remove ambiguous alias warnings and errors, instead pick "best" band for a
given common name based on a simple heuristic (favour single band assets over
multi-band, use alphabet order when band count is the same).
- Accept `<asset name>.<band index: 1..>` syntax for specifying bands
- Support files with GCP-based geo-reference
- Robust handling of transforms that "break" item geometry, better handle cases
when item geometry doesn't project cleanly into the destination projection
- Fix error in GDAL environment configuration for non-Dask case