Skip to content

Commit

Permalink
Update to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jun 9, 2021
1 parent 576e4d8 commit a495a11
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 12 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Changelog

## [unreleased]
## stactools 0.1.6

### Added

- Band assets for lower spatial resolution version of Sentinel 2 L2A ([#88](https://github.com/stac-utils/stactools/pull/88))
- Version command ([#127](https://github.com/stac-utils/stactools/pull/127))

### Changed

- Better handling for Skysat images and other Planet improvements ([#73](https://github.com/stac-utils/stactools/pull/73))
- Use core utilities in more subpackages ([#112](https://github.com/stac-utils/stactools/pull/112))

### Fixed

- Converted landsat tests to local instead of network access ([#105](https://github.com/stac-utils/stactools/pull/105))
- Update landsat convert script to take new USGS fields ([#109](https://github.com/stac-utils/stactools/pull/109))
- Typo in Sentinel 2 L2A items ([#116](https://github.com/stac-utils/stactools/pull/116))
- `--enable-proj` flag for landsat's convert command ([#94](https://github.com/stac-utils/stactools/pull/94))
- Small documentation typo ([#119](https://github.com/stac-utils/stactools/pull/119))
- Removed leftover debugging code in sentinel2 test ([#118](https://github.com/stac-utils/stactools/pull/118))
- Landsat8 bounding boxes were off by half of a pixel ([#121](https://github.com/stac-utils/stactools/pull/121))
- Zero-valued z coordinates in sentinel2 metadata ([#122](https://github.com/stac-utils/stactools/pull/122))
- SA_QA_AEROSOL asset key in landsat data ([#126](https://github.com/stac-utils/stactools/pull/126))
- Relative paths in sentinel2 assets ([#125](https://github.com/stac-utils/stactools/pull/125))

## stactools 0.1.5

Expand Down
2 changes: 1 addition & 1 deletion stactools_aster/stactools/aster/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_browse/stactools/browse/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_cgls_lc100/stactools/cgls_lc100/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_cli/stactools/cli/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_core/stactools/core/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_corine/stactools/corine/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_landsat/stactools/landsat/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_naip/stactools/naip/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_planet/stactools/planet/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_sentinel2/stactools/sentinel2/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""
2 changes: 1 addition & 1 deletion stactools_threedep/stactools/threedep/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
"""Library version"""

0 comments on commit a495a11

Please sign in to comment.