Standard Penetration Test#


Standards#

The “Standard Penetration Test” (SPT) is regulated by the following standards:

  • IRAM 10517 (Argentina) [1]

  • ISO22476-3 [2]

  • ASTM D1586 [3]


GeoAssistant Implementation#

Creation#

To create a single SPT instance:

from geoassistant import SPTTest

spt_test = SPTTest()

References#