.. meteor_maths documentation master file, created by
   sphinx-quickstart on Fri Mar 20 17:28:40 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

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.

~~~~~~~~~~~~~~

.. grid:: 2
   :gutter: 2

   .. grid-item-card::  Getting Started
      :link: content/getting_started
      :link-type: doc

      This guide provides information on how to get started with *meteor_maths*.

   .. grid-item-card::  User Guide
      :link: content/user_guide
      :link-type: doc

      The user guide provides information on how to use *meteor_maths*,
      as well as some more detailed information about its features.

   .. grid-item-card::  ATBD
      :link: content/atbd
      :link-type: doc

      The algorithm theoretical basis documentation describes the science underpinning
      *meteor_maths*

   .. grid-item-card::  API Reference
      :link: content/user/function_api
      :link-type: doc

      The reference guide contains a detailed description of the meteor_maths
      API. It describes how the functions, classes and methods of the package work.


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
