Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gdal.WarpOptions when merging rasters #303

Merged

Commits on Aug 9, 2024

  1. 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.
    brendancol committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ad2bdd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f39436 View commit details
    Browse the repository at this point in the history