Skip to content

Commit 8d81c96

Browse files
committed
release: update to v0.1.6
1 parent 31407d7 commit 8d81c96

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project attempts to match the major and minor versions of [stactools](https://github.com/stac-utils/stactools) and increments the patch number as needed.
66

7+
## [v0.1.6] - 2021-10-06
8+
9+
If not specified, changes were part of [#21](https://github.com/stactools-packages/goes/pull/21).
10+
11+
### Added
12+
13+
- Ability to create a subset of COGs
14+
- Backoff capabilities
15+
- Ability to reproject while making COGs
16+
17+
### Changed
18+
19+
- Refactor GOES items to have multiple products for one observation
20+
- Update stactools dependency to v0.2.3
21+
- Some description and other metadata text
22+
23+
### Fixed
24+
25+
- Volume mounting in Docker containers
26+
- Projection if the xmin value is -999.0 for extreme western shots
27+
- Specific exception is raised if all projection extent values are missing ([#22](https://github.com/stactools-packages/goes/pull/22)])
28+
729
## [v0.1.5] - 2021-09-13
830

931
### Changed

src/stactools/goes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.5'
1+
__version__ = '0.1.6'
22
"""Library version"""
33

44
import stactools.core

0 commit comments

Comments
 (0)