meteor_maths#
The meteor_maths module is a Python software package with mathematical algorithms for use in earth observation data and tools.
meteor_maths currently has a submodule for band integration, which can be used for spectrally integrating data with a sensor’s spectral response function. It also has a submodule for resampling gridded data from one grid onto another, and some utility that allows to define functions of various shapes.
This guide provides information on how to get started with meteor_maths.
The user guide provides information on how to use meteor_maths, as well as some more detailed information about its features.
The algorithm theoretical basis documentation describes the science underpinning meteor_maths
The reference guide contains a detailed description of the meteor_maths API. It describes how the functions, classes and methods of the package work.