coralnet / pyspacer

Python based tools for spatial image analysis
MIT License
6 stars 2 forks source link

Consider using GitHub's LFS to tie large test files to the repo #46

Open StephenChan opened 2 years ago

StephenChan commented 2 years ago

Our unit tests use two types of file storage which are not tied to this Git repo:

It would probably be better to tie the availability of these images to the availability of the repo if possible. Also, in the case of the S3 files, one can't update those files without having write access to the S3 buckets.

Git is known for not performing well with large files, but Git LFS could make it work:

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

StephenChan commented 11 months ago

Git LFS for pyspacer's large file storage