snakesonabrain / groundhog

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

Customise error messages when cone properties and layering do not fully contain CPT data #5

Closed snakesonabrain closed 3 years ago

snakesonabrain commented 3 years ago

When cone properties and or layering minimum and maximum depth are above and below the minimum and maximum CPT data depth respectively, the user sees a Pandas error.

Additional validation should be included to ensure that the user knows what do do in this case.

snakesonabrain commented 3 years ago

Fixed with additional validation clause.