Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use gdal.WarpOptions when merging rasters (#303)
* While running notebooks on azure, I ran into a `zero positional` argument error from gdal.Warp when called from common.merge_rasters. In looking at the code, I changed to using gdal.WarpOptions which resolved the error. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information