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
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,34 @@ 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
-
8
7
## [Unreleased]
9
8
9
+
### Added
10
+
11
+
- Nothing.
12
+
13
+
### Removed
14
+
15
+
- Nothing.
16
+
17
+
### Changed
18
+
19
+
- Nothing.
20
+
21
+
### Fixed
22
+
23
+
- Nothing.
24
+
25
+
### Deprecated
26
+
27
+
- Nothing.
28
+
29
+
## [0.2.4] - 2022-10-12
30
+
10
31
### Fixed
11
32
12
33
- Change function/method calls to remove warnings ([#42](https://github.com/stactools-packages/landsat/pull/42))
13
-
- Fixed issue where EPSG codes were missing `0` values ([#39](https://github.com/stactools-packages/landsat/pull/39))
34
+
- Fixed issue where EPSG codes were missing the second to last digit when the digit is `0` ([#39](https://github.com/stactools-packages/landsat/pull/39))
14
35
- Remove the `unit`, `scale`, and `offset` properties from `raster:bands` when "NULL" values for `mult` and `add` are encountered in the metadata. This applies to Collection 2 Level-1 data only ([#33](https://github.com/stactools-packages/landsat/pull/33))
15
36
- Handle MultiPolygon geometries before applying the stactools antimeridian `fix_item` utility function ([#30](https://github.com/stactools-packages/landsat/pull/30))
16
37
-`eo:cloud_cover` is not added to Item properties when it was not computed (indicated by a value of -1) during scene processing ([#28](https://github.com/stactools-packages/landsat/pull/28))
@@ -59,14 +80,14 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed
59
80
- Correct EPSG code for southern hemisphere scenes to [always use northern hemisphere codes](https://www.usgs.gov/faqs/why-do-landsat-scenes-southern-hemisphere-display-negative-utm-values)
60
81
- Remove incorrect link to USGS STAC browser page
61
82
62
-
63
83
## [0.2.0] - 2021-07-20
64
84
65
85
### Changed
66
86
67
87
- Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)
0 commit comments