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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,14 @@ 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
+
7
8
## [Unreleased]
8
9
10
+
Nothing.
11
+
12
+
13
+
## [0.2.1] - 2022-03-29
14
+
9
15
NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed headings below are ignored for Landsat 8 scenes unless `legacy_l8=False` is passed to the `create_stac_item` function.
10
16
11
17
### Added
@@ -22,7 +28,6 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed
22
28
- Option to use Item geometry from the corresponding USGS STAC Item in lieu of computation from the ANG.txt metadata file
23
29
-`raster extension`
24
30
25
-
26
31
### Changed
27
32
28
33
- Decrease Asset verbosity by moving redundant `projection` extension and `gsd` information from the Assets to Item properties.
@@ -32,7 +37,6 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed
32
37
- Switch to [common EO band names](https://github.com/stac-extensions/eo#common-band-names) for Asset keys to address existence of different band numbers for the same EO band between instruments or platforms
33
38
- Update repository to the stactools-packages [template contents](https://github.com/stac-extensions/template/commit/7dfc84fd70c4cf15d6035968323c0baf8da06dd8).
34
39
35
-
36
40
### Fixed
37
41
38
42
- 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)
@@ -45,5 +49,6 @@ NOTE: For backwards compatibility, all items under the Added, Changed, and Fixed
45
49
46
50
- Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)
0 commit comments