developmentseed / developmentseed/landsat-util
Artifacts at tile edge after pansharpening
Open
- Dominant language
- Python
- Stars
- 698
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
After I pansharpen an image with landsat-util, I get color artifacts at the edge of the tile. For example:

The code I am using for pansharpening follows:
```
p = landsat.image.PanSharpen(tile_path, bands=[4,3,2], dst_path=dst, verbose=True)
p.run()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.