Skip to content

Commit

Permalink
Merge pull request #254 from ASFHyP3/fix-cropping-failues
Browse files Browse the repository at this point in the history
Don't crop when there is no data
  • Loading branch information
jhkennedy authored May 7, 2024
2 parents a71211d + 2827439 commit 326680d
Show file tree
Hide file tree
Showing 13 changed files with 382 additions and 456 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.16.0]
### Fixed
* `hyp3_autorift` will no longer attempt to crop files with no valid data

### Removed
* The unused `ASF` naming scheme has been removed from the `hyp3_autorift` CLI and the `hyp3_autorift.process` function

## Changed
* Everything in `hyp3_autorift.io` has been moved into `hyp3_autorift.utils` to prevent shadowing the builtin `io` module
* `hyp3_autorift.process.process` now returns the product file, browse image, and (new) thumbnail image

## [0.15.0]
### Added
* `--publish-bucket` option has been added to the HyP3 entry point to additionally publish products an AWS bucket, such as the ITS_LIVE AWS Open Data bucket, `s3://its-live-data`.
Expand Down
215 changes: 0 additions & 215 deletions src/hyp3_autorift/io.py

This file was deleted.

Loading

0 comments on commit 326680d

Please sign in to comment.