You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Under "day/night only" mode, an alpha band will be added to the output image for transparency, even if I set fill_value=0 in geotiff. However, sometimes I just want a single-band image with masked-out area, like the right one below.
Describe the solution you'd like
Add an argument to the compositor to switch alpha band on/off.
I'll start a PR for this.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
Under "day/night only" mode, an alpha band will be added to the output image for transparency, even if I set
fill_value=0
in geotiff. However, sometimes I just want a single-band image with masked-out area, like the right one below.Describe the solution you'd like
Add an argument to the compositor to switch alpha band on/off.
I'll start a PR for this.
The text was updated successfully, but these errors were encountered: