Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyInterp
Light Logo Dark Logo
  • Changelog
  • Installing the library
    • Building
    • Setup with pip
    • Setup with Anaconda / conda-forge
  • Example Gallery
    • Core Usage & Data Structures
      • Interpolator Objects
      • Manipulating Axes
    • Gridded Interpolation & Multidimensional Examples
      • 2D Interpolation
      • 3D Interpolation
      • 4D Interpolation
      • Unstructured Grid Interpolation
    • Binning & Statistics
      • Descriptive Statistics
      • Binning
    • Geospatial & Geodetic Operations
      • Geodetic Objects
      • Geohash
    • Utilities & Date Handling
      • Date and Time Utilities
      • Filling Undefined Values
    • Orbit & Temporal Analysis
      • Orbit Interpolation
    • Pangeo Integration & Advanced Workflows
      • LLC4320 Ocean Model Interpolation
      • Time series
  • API Documentation
  • Core API Documentation
Back to top
View this page

Example Gallery¶

Explore practical examples showcasing essential features and workflows, including data handling, interpolation, advanced geospatial analysis, and integration with Pangeo.

Core Usage & Data Structures¶

These examples introduce the fundamental data structures and basic usage patterns of pyinterp, including axes and object handling.

Interpolator Objects

Interpolator Objects

Manipulating Axes

Manipulating Axes

Gridded Interpolation & Multidimensional Examples¶

Explore pyinterp’s capabilities for interpolation in 2D, 3D, and 4D, as well as handling unstructured grids.

2D Interpolation

2D Interpolation

3D Interpolation

3D Interpolation

4D Interpolation

4D Interpolation

Unstructured Grid Interpolation

Unstructured Grid Interpolation

Binning & Statistics¶

Learn how to perform data binning and compute descriptive statistics using pyinterp’s built-in tools.

Descriptive Statistics

Descriptive Statistics

Binning

Binning

Geospatial & Geodetic Operations¶

Demonstrates geospatial operations such as geodetic calculations and geohash encoding/decoding.

Geodetic Objects

Geodetic Objects

Geohash

Geohash

Utilities & Date Handling¶

Covers utility functions for date manipulation and handling undefined values in datasets.

Date and Time Utilities

Date and Time Utilities

Filling Undefined Values

Filling Undefined Values

Orbit & Temporal Analysis¶

Examples focused on orbit-related computations and temporal data analysis.

Orbit Interpolation

Orbit Interpolation

Pangeo Integration & Advanced Workflows¶

Showcases advanced workflows and integration with Pangeo for time series and unstructured grid processing.

LLC4320 Ocean Model Interpolation

LLC4320 Ocean Model Interpolation

Time series

Time series

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Next
Core Usage & Data Structures
Previous
Setup with Anaconda / conda-forge
Copyright © (2025, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo
On this page
  • Example Gallery
    • Core Usage & Data Structures
    • Gridded Interpolation & Multidimensional Examples
    • Binning & Statistics
    • Geospatial & Geodetic Operations
    • Utilities & Date Handling
    • Orbit & Temporal Analysis
    • Pangeo Integration & Advanced Workflows