v0.1.2
New Features:
- Add support for Cloud Optimized GeoTIFF (COG) and SpatialTemporal Asset Catalog (STAC)
- Add Map.add_COG_layer() and Map.add_STAC_layer()
- Add new COG functions, e.g.,
get_COG_tile()
,get_COG_bounds()
,get_COG_center()
,get_COG_bands()
- Add new STAC functions, e.g.,
get_STAC_tile()
,get_STAC_bounds()
,get_STAC_center()
,get_STAC_bands()