CNES / MAJA

Level-2A processor used for atmospheric correction and cloud-detection. The active repository is the one below, this one is kept to leave access to the older issues.
https://gitlab.orfeo-toolbox.org/maja/maja
Apache License 2.0
137 stars 25 forks source link

[ENH] Add new input parameter to copy the input data instead of creating symlinks #21

Closed Julien-Osman closed 3 years ago

Julien-Osman commented 5 years ago

Add a new input parameter that allow the user to chose to copy the input data instead of creating symlinks. Add a function copy_or_link, that is used whenever a file or directory needs to be copied or linked into the working directory.

Links are faster, except when the working directory and the data directory are on differents devices on a network, in which case the hard copy is faster and spares a lot of data transferts over the network.