v0.3.1
What's Changed
- Set pyproj lower bound to version 3
- Fixes to workflows, css tweaks, #71
- Delay epsg determination as much as possible by @snowman2 and @Kirill888 in #72
- Better caching of
rasterio.crs.CRS -> odc.geo.crs.CRS
construction path - Avoid computing
.epsg
unless requested by the user. This is an expensive operation for CRSs that do now have EPSG code, opendatacube/datacube-core#1321
- Better caching of
Full Changelog: v0.3.0...v0.3.1