Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S sensormapgeo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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
  • EnMAPEnMAP
  • sensormapgeo
  • Merge requests
  • !7

Disable bilinear resampling when transforming map to sensor geometry

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Scheffler requested to merge disable_bilinear_for_map2sensor into master Nov 26, 2021
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 7

Due to changes in pyresample>1.17.0 bilinear resampling is not usable anymore when transforming map to sensor geometry. So far, sensormapgeo pinned pyresample to <=1.17 but this now causes the conda-forge builds for Python 3.10 to fail and produces more and more DeprecationWarnings.

So, this MR removes the version pinning and disables bilinear resampling for map to sensor geometry transformation. Instead, gauss resampling is used and a warning is raised.

Closes #7 (closed).

Edited Nov 26, 2021 by Daniel Scheffler
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: disable_bilinear_for_map2sensor