You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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.
6
6
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)])
0 commit comments