---
jupytext:
  text_representation:
    extension: .md
    format_name: myst
    format_version: 0.13
    jupytext_version: 1.18.1
  main_language: python
kernelspec:
  display_name: Python 3
  name: python3
---

# Interpolation with wradlib

This section provides a collection of example code snippets to make users familiar with {{wradlib}}'s interpolation capabilities.

From version 2.7.0 {{wradlib}} has unified the interpolation API facilitating the single API entrypoint {meth}`wradlib.ipol.IpolMethods.interpolate`.

```{toctree}
:hidden:
:maxdepth: 2
Polar to Cartesian <polar_to_cartesian>
Cartesian to Polar <cartesian_to_polar>
```
