pyresample
  • Concepts
  • Tutorials
  • How-Tos
  • Reference
    • API
      • pyresample package
        • Subpackages
        • Submodules
        • Module contents
    • Roadmap
    • Developer’s Guide
pyresample
  • Reference
  • pyresample
  • pyresample package
  • pyresample.bilinear package
  • View page source

pyresample.bilinear package

Submodules

  • pyresample.bilinear.xarr module
    • XArrayBilinearResampler
      • XArrayBilinearResampler.load_resampling_info()
      • XArrayBilinearResampler.resample()
      • XArrayBilinearResampler.save_resampling_info()
    • XArrayResamplerBilinear
      • XArrayResamplerBilinear.__init__()

Module contents

Code for resampling using bilinear algorithm for irregular grids.

The algorithm is taken from

http://www.ahinson.com/algorithms_general/Sections/InterpolationRegression/InterpolationIrregularBilinear.pdf

Previous Next

© Copyright 2013-2026, Pyresample developers.

Built with Sphinx using a theme provided by Read the Docs.