developmentseed / landsat-util

A utility to search, download and process Landsat 8 satellite imagery
Creative Commons Zero v1.0 Universal
689 stars 147 forks source link

Artifacts at tile edge after pansharpening #208

Open pwicks86 opened 7 years ago

pwicks86 commented 7 years ago

After I pansharpen an image with landsat-util, I get color artifacts at the edge of the tile. For example: example of artifacts

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()