Skip to content

Autodetect local file or IOManager object when using the tools.

Jørgen Lind requested to merge feature/jorgen.lind/file_or_remote into master

Eliminating the need to have different arguments when accessing files. For example if a SEGYImport format file is locally or remote, the argument coud be C:\some\folder\format.json or s3://bucket/subfolder/format.json. Now both will be read using the --header-format argument.

Merge request reports