Skip to content
Update tutorial authored by sph's avatar sph
# Tutorial
# Tutorial for writing plug-ins
In the simplest case you inherit the appropriate interface class from ``owscaling/plugins.py`` and override the following properties/methods in your plug-in:
......
......