Metadata-Version: 2.4
Name: ucla_geotech_tools
Version: 3.0.2
Summary: A collection of software tools developed by the UCLA geotechnical group
License: LICENSE.txt
License-File: LICENSE.txt
Author: Scott J. Brandenberg
Requires-Python: >=3.8
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy (>=1.22)
Requires-Dist: scipy (>=1.8)
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
5. eas: Computes effective amplitude spectrum from two orthogonal horizontal ground motions

