Metadata-Version: 2.2
Name: sandplover
Version: 0.5.0
Summary: Tools for manipulating sedimentologic data cubes.
Author-email: Andrew Moodie <amoodie@tamu.edu>
Maintainer-email: Andrew Moodie <amoodie@tamu.edu>
License: MIT
Project-URL: documentation, https://sandpiper-toolchain.github.io/sandplover
Project-URL: homepage, https://github.com/sandpiper-toolchain/sandplover
Project-URL: repository, https://github.com/sandpiper-toolchain/sandplover
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: h5netcdf
Requires-Dist: h5py
Requires-Dist: importlib-resources; python_version < "3.12"
Requires-Dist: matplotlib
Requires-Dist: netCDF4
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pooch
Requires-Dist: pyyaml
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: xarray
Provides-Extra: docs
Requires-Dist: pyvista; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Provides-Extra: testing
Requires-Dist: coveralls; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"

**********
sandplover
**********

.. image:: https://github.com/sandpiper-toolchain/sandplover/actions/workflows/build.yml/badge.svg?branch=develop
  :target: https://github.com/sandpiper-toolchain/sandplover/actions

.. image:: https://codecov.io/gh/sandpiper-toolchain/sandplover/branch/develop/graph/badge.svg
  :target: https://codecov.io/gh/sandpiper-toolchain/sandplover

*sandplover* is a Python package for manipulating depositional system data cubes.
The package has robust objects and routines designed to help organize, visualize, and analyze topography and sedimentological timeseries data.
*sandplover* works especially well with data from deltaic systems (e.g., the `pyDeltaRCM numerical model <https://github.com/DeltaRCM/pyDeltaRCM>`_  and laboratory delta experiments).
This software was previously known as *DeltaMetrics*.

`Full documentation here <https://sandpiper-toolchain.github.io/sandplover/index.html>`_.


.. figure:: https://sandpiper-toolchain.github.io/sandplover/_images/cover.png

  A view of bed elevation on a modeled deltaic deposit in ``Planform``, and a cross ``StrikeSection`` view of the timing of sediment deposition in stratigraphy.
