pyhecdss
pyhecdss copied to clipboard
Python 3 interface to the HECLIB for 64 bit using SWIG. Primarily to provide access to HEC-DSS format
======== pyhecdss
For reading/writing HEC-DSS files [https://www.hec.usace.army.mil/software/hec-dss/] HEC-DSS is an ancient database used by the Army Corps of Engineers and prevalent in water related models. This module is a bridge to read and write time series data from this data format and read it into pandas DataFrame
- Free software: MIT license
- Documentation: https://cadwrdeltamodeling.github.io/pyhecdss/
Features
- Open and close DSS files
- Read catalog of DSS files as pandas DataFrame
- Read and write time series from DSS files
Limitations
- Only support for Python 3 - 64 bit for windows and linux
- Relies on pre-compiled libraries the source distribution of which is not allowed
Credits
This package wraps the HEC-DSS Software
_ using the Swig
_ library.
This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
.. _HEC-DSS Software
: https://www.hec.usace.army.mil/software/hec-dss/
.. _Swig: http://www.swig.org/