.. gcm-filters documentation master file, created by sphinx-quickstart on Tue Jan 12 09:24:23 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. GCM-Filters: Diffusion-based Spatial Filtering of Gridded Data =============================================================== .. image:: https://github.com/ocean-eddy-cpt/gcm-filters/workflows/Tests/badge.svg :target: https://github.com/ocean-eddy-cpt/gcm-filters/actions?query=workflow%3ATests .. image:: https://codecov.io/gh/ocean-eddy-cpt/gcm-filters/branch/master/graph/badge.svg?token=ZKRiulYe68 :target: https://codecov.io/gh/ocean-eddy-cpt/gcm-filters .. image:: https://img.shields.io/conda/vn/conda-forge/gcm_filters.svg :target: https://anaconda.org/conda-forge/gcm_filters .. image:: https://badge.fury.io/py/gcm-filters.svg :target: https://badge.fury.io/py/gcm-filters .. image:: https://pepy.tech/badge/gcm-filters :target: https://pepy.tech/project/gcm-filters .. image:: https://joss.theoj.org/papers/10.21105/joss.03947/status.svg :target: https://doi.org/10.21105/joss.03947 | **GCM-Filters** is a python package that performs spatial filtering analysis in a flexible and efficient way. The GCM-Filters algorithm applies a discrete Laplacian to smooth a field through an iterative process that resembles diffusion (see :doc:`theory` or `Grooms et al., 2021 `_). The package can be used for either gridded observational data or gridded data that is produced by General Circulation Models (GCMs) of ocean, weather, and climate. Such GCM data come on complex curvilinear grids, whose geometry is respected by the GCM-Filters Laplacians. Through integration with `dask `_, GCM-Filters enables parallel, out-of-core filter analysis on both CPUs and GPUs. Getting Started ---------------- .. toctree:: :maxdepth: 1 installation theory basic_filtering gpu examples/example_filter_types examples/example_tripole_grid examples/example_vector_laplacian examples/example_satellite_observations References ---------- .. toctree:: :maxdepth: 1 AMS 2022 Talk api how_to_contribute how_to_cite Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. _reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html