Releases: giswqs/eefolium
Releases · giswqs/eefolium
v0.2.0
What's Changed
- CVE-2007-4559 Patch by @TrellixVulnTeam in #2
- Update the titiler endpoint by @giswqs in #6
New Contributors
- @TrellixVulnTeam made their first contribution in #2
- @giswqs made their first contribution in #6
Full Changelog: v0.1.2...v0.2.0
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()