Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A ADEF Tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Luis Lopez
  • ADEF Tools
  • Merge requests
  • !14

refactor(raster): clean up imports and improve error handling

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Luis Lopez requested to merge fix-clipped-tif into main Jun 05, 2025
  • Overview 0
  • Commits 3
  • Pipelines 4
  • Changes 2

Refactor

  • raster: clean up imports and improve error handling
    • 【Imports】: Removed unnecessary imports like threading and tqdm.
    • 【Error Handling】: Improved error handling in dw_tif to catch specific request exceptions and raise a RuntimeError after retries.
    • 【Code Optimization】: Aligned bounding box to raster grid in clip_tif_ext_gdal to ensure proper clipping.

Perf

  • adef_hn: integrate config file loading
    • load configurations from a yaml file to allow for customizable workflow settings
    • handle cases where the configuration file is missing by using default values
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-clipped-tif