Skip to content
Snippets Groups Projects
Commit 89d7ac43 authored by Martin Lange's avatar Martin Lange
Browse files

mention ESMPy regridding in release blog post

parent b58aa943
No related branches found
No related tags found
1 merge request!145Release 0.4.0 blog post
......@@ -107,12 +107,18 @@ Further, some components were moved to separate packages.
Regridding and CRS handling
"""""""""""""""""""""""""""
With :class:`RegridLinear <.adapters.RegridLinear>` and :class:`RegridNearest <.adapters.RegridNearest>`,
FINAM now comes with two first basic adapters for regridding between different `Grid specifications`_.
In addition to handling different grid layouts, both adapters can als perform CRS conversions.
FINAM comes with basic linear and nearest-neighbour regridding adapters in the core package:
:class:`RegridLinear <.adapters.RegridLinear>` and :class:`RegridNearest <.adapters.RegridNearest>`.
For more advances regidding, e.g. 1st od 2nd order conservative, there is the separate module
`finam-regrid <https://finam.pages.ufz.de/finam-regrid/>`_, which provides an adapter based on
`ESMPy <https://earthsystemmodeling.org/esmpy/>`_.
The adapters perform regridding between arbitrary structured and unstructured `Grid specifications`_.
In addition to handling different grid layouts, all adapters can also perform CRS conversions.
Due to the new `Bi-directional metadata exchange`_, the input and output `Grid specifications`_ do not need to be given by the user.
Rather, the adapter automatically determines them from the connected components.
Rather, the adapters can automatically determine them from the connected components.
OpenSimplex noise generator
"""""""""""""""""""""""""""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment