snakesonabrain / groundhog

Groundhog, a general-purpose geotechnical library
GNU General Public License v3.0
92 stars 23 forks source link

Release v0.6.0 #14

Closed snakesonabrain closed 3 years ago

snakesonabrain commented 3 years ago

Changes since previous version:

- Bugfix for relativedensity categories (relativedensity_categories)
- Added correlation between liquid limit and cv (cv_liquidlimit_usnavy)
- Started implementing SPT corrections and correlations (overburden correction and N60 correction)
- Started implementing an SPTProcessing class
- Added correlation between relative density and HS Small parameters in sand (hssmall_parameters_sand)
- Updated load_pydov for using pydov 2.1.0 (different key for depth)
- Updated normalise_pcpt function to allow Rf calculation as fs/qc for CPTs without pore pressure measurements
- Added code for hiding of all legends in plot_with_log
- Refactored code for shared functionality between CPT and SPT tests (InsituTestProcessing base class)
- Added notebooks for gINT data import for Windows and Mac/Linux
- Added method convert_depth_reference to SoilProfile to allow converting between depth units quickly (e.g. ft to m)
- Refactored overburden calculation for in-situ tests to always make use of soil profiles
- Added method for application of correlations to SPTProcessing class
- Added boolean to allow profile plots using lat/lon coordinates + necessary functionality to calculate offsets using pyproj
- Added correlations for relative density and undrained shear strength to spt_correlations