openalea / openalea.rtfd.io

OpenAlea main documentation site
https://openalea.readthedocs.io/en/latest
5 stars 7 forks source link

Managing Data Files #24

Open pradal opened 2 years ago

pradal commented 2 years ago

Rational

How to manage small and large data files in a package?

Solutions

There is one recommended solution using setuptools: https://setuptools.pypa.io/en/latest/userguide/datafiles.html

Other solutions rely on :

pradal commented 2 years ago

Look at pooch (scikit-image in the data repo): https://www.fatiando.org/pooch/latest/