Metadata-Version: 2.4
Name: kestrel_transects
Version: 1.1.1
Summary: Post-processing tool for University of Bristol's Kestrel morphodynamic surface flow modelling software to extract data on transects
Author-email: "Mark J. Woodhouse" <mark.woodhouse@bristol.ac.uk>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: geopandas
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: netCDF4
Requires-Dist: xarray
Requires-Dist: tqdm
Requires-Dist: scipy
Provides-Extra: io-h5netcdf
Requires-Dist: h5netcdf; extra == "io-h5netcdf"
Requires-Dist: h5py; extra == "io-h5netcdf"
Provides-Extra: excel
Requires-Dist: openpyxl; extra == "excel"
Dynamic: license-file

# Kestrel Transects

This package is for post-processing data produced by the [Kestrel](https://kestrel-unibristol.readthedocs.io/en/latest/) model for morphodynamic flows.

Kestrel Transects loops through the Kestrel output files are computes fluxes across, or flow variables along, defined transects.

The package also includes plotting tools for creating space-time plots across the transects.

Note: the package is in development and is currently lacking documentation.
