Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Wrap grdmath #1527

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

RFC: Wrap grdmath #1527

wants to merge 2 commits into from

Commits on Sep 19, 2021

  1. Wrap grdmath

    Initial commit for wrapping the grdmath function for #916
    which is a "Raster calculator for grids (element by element)".
    Original GMT `grdmath` documentation is at
    https://docs.generic-mapping-tools.org/6.2/grdmath.html.
    Implementation works by building and storing a computational
    graph of the grid operations in a GrdMathCalc class object.
    An output NetCDF grid or xarray.DataArray is produced
    upon calling `.compute()` or by setting `outgrid=True`.
    weiji14 committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    2279eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40115aa View commit details
    Browse the repository at this point in the history