get_format
get_format(
self ,
path: str | Path ,
)-> tuple[str, str] | bool
Return True if file contains terra15 version 2 data else False.
Parameters
Parameter | Description |
---|---|
path | A path to the file which may contain terra15 data. |
method of dascore.io.terra15.core.Terra15FormatterV4 | source |
get_format(
self ,
path: str | Path ,
)-> tuple[str, str] | bool
Return True if file contains terra15 version 2 data else False.
Parameter | Description |
---|---|
path | A path to the file which may contain terra15 data. |