pycsamt.api.view.io#

Public readers for EDI files and site collections.

Functions

read_edi(path, *[, verbose])

Read one EDI file and return an EDIFile.

read_edis(sources, *[, recursive, strict, ...])

Read many EDI files and return a public survey view.

read_sites(sources, **kwargs)

Alias for read_edis().

pycsamt.api.view.io.read_edi(path, *, verbose=0, **kwargs)[source]#

Read one EDI file and return an EDIFile.

Parameters:
Return type:

Any

pycsamt.api.view.io.read_edis(sources, *, recursive=True, strict=False, on_dup='replace', progress='auto', leave=False, verbose=0)[source]#

Read many EDI files and return a public survey view.

Parameters:
Return type:

APISurvey

pycsamt.api.view.io.read_sites(sources, **kwargs)[source]#

Alias for read_edis().

Parameters:
Return type:

APISurvey