Newer
Older
[](https://forgemia.inra.fr/orfeo-toolbox/pyotb/-/releases)
[](https://forgemia.inra.fr/orfeo-toolbox/pyotb/-/commits/develop)
[](https://forgemia.inra.fr/orfeo-toolbox/pyotb/-/commits/develop)
[](https://pyotb.readthedocs.io/en/master/)
**pyotb** wraps the [Orfeo Toolbox](https://www.orfeo-toolbox.org/) in a pythonic, developer friendly
fashion.
- Easy use of Orfeo ToolBox (OTB) applications from python
- Lazy execution of operations thanks to OTB streaming mechanism
- Interoperable with popular python libraries ([numpy](https://numpy.org/) and
[rasterio](https://rasterio.readthedocs.io/))
Documentation hosted at [pyotb.readthedocs.io](https://pyotb.readthedocs.io/).
# RigidTransformResample, with input parameters as dict
"in": "https://myserver.ia/input.tif", # Note: no /vsicurl/
"interpolator": "linear",
"transform.type.id.scaley": 0.5,
"transform.type.id.scalex": 0.5
})
# Pipeline execution. The actual computation happens here!
roi.write("output.tif", "float")