Skip to content

This repository contains a script for converting e57 files to tiff files

Notifications You must be signed in to change notification settings

Borodin/e57depth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e57depth

This repository contains a script for converting e57 files to tiff files

Run

python3 main.py --input_path=./input --output_path=./output
-h, --help
-i INPUT_PATH, --input_path=INPUT_PATH
-o OUTPUT_PATH, --output_path=OUTPUT_PATH

Docker

Install Docker and run the following command:

docker run --rm -v "$(pwd)/input:/input" -v "$(pwd)/output:/output" ghcr.io/borodin/e57depth:master

About

This repository contains a script for converting e57 files to tiff files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages