Metadata-Version: 2.1
Name: ucla_geotech_tools
Version: 2.0.1
Summary: A collection of software tools developed by the UCLA geotechnical group
License: LICENSE.txt
Author: Scott J. Brandenberg
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.22,<2.0)
Requires-Dist: scipy (>=1.8,<2.0)
Description-Content-Type: text/markdown

# ucla_geotech_tools
Collection of tools developed by the UCLA geotechnical research group. The tools are:

1. ipyconsol: A nonlinear one-dimensional consolidation solver including a state-based secondary compression formulation
2. random_field: Generates densely-sampled two-dimensional spatially correlated random fields using a mix of Cholesky decomposition and ordinary kriging
3. response_spectrum: Computes pseudo-acceleration response spectra for an array of input acceleration time series
4. auto_fchp: Selects high-pass corner frequency for ground motion processing
# Documentation
[https://ucla-geotech-tools.readthedocs.io/en/latest/index.html](https://ucla-geotech-tools.readthedocs.io/en/latest/index.html)

