Michael Mann
Results
22
issues of
Michael Mann
## What is this PR changing? This resolves issues with nan's in arrays during mosaics. Closes #322 ### Checklist - [ x] Remember to add a semantic tag to the...
bug
Looks like `nan` values interfers with mosaicing images. Although I might be missing something. ``` python # %% import geowombat as gw import rasterio from geowombat.data import l8_224077_20200518_B2, l8_224078_20200518_B2 import...
bug