Skip to content

Commit aca5d1d

Browse files
authored
v0.2.4 release (#41)
1 parent 6e785aa commit aca5d1d

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

CHANGELOG.MD

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,34 @@ 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-
87
## [Unreleased]
98

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+
1031
### Fixed
1132

1233
- 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))
1435
- 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))
1536
- Handle MultiPolygon geometries before applying the stactools antimeridian `fix_item` utility function ([#30](https://github.com/stactools-packages/landsat/pull/30))
1637
- `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
5980
- 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)
6081
- Remove incorrect link to USGS STAC browser page
6182

62-
6383
## [0.2.0] - 2021-07-20
6484

6585
### Changed
6686

6787
- Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)
6888

69-
[Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.2.3..main>
89+
[Unreleased]: <https://github.com/stactools-packages/landsat/compare/v0.2.4..main>
90+
[0.2.4]: <https://github.com/stactools-packages/landsat/compare/v0.2.3..v0.2.4>
7091
[0.2.3]: <https://github.com/stactools-packages/landsat/compare/v0.2.2..v0.2.3>
7192
[0.2.2]: <https://github.com/stactools-packages/landsat/compare/v0.2.1..v0.2.2>
7293
[0.2.1]: <https://github.com/stactools-packages/landsat/compare/v0.2.0..v0.2.1>

src/stactools/landsat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def register_plugin(registry):
1111
registry.register_subcommand(commands.create_landsat_command)
1212

1313

14-
__version__ = '0.2.3'
14+
__version__ = '0.2.4'

0 commit comments

Comments
 (0)