developmentseed / developmentseed/landsat-util

Artifacts at tile edge after pansharpening

Open
#208 0 comments 0 reactions 0 assignees View on GitHub
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:
![example of artifacts](http://i.imgur.com/YnQKtS9.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.