orbisgis / geoclimate

Geospatial processing toolbox for environmental and climate studies
GNU Lesser General Public License v3.0
59 stars 16 forks source link

Overwhelming size of the git repository #802

Open nicolas-f opened 1 year ago

nicolas-f commented 1 year ago

Is the size of this repository (430 MB) is reasonable?

nicolas-f commented 1 year ago

Oups its 1 Gigabyte with full git clone..

ebocher commented 1 year ago

Github considerations "We recommend repositories remain small, ideally less than 1 GB, and less than 5 GB is strongly recommended. "

Models is the biggest folder because it contains all training data and all models.

We could think about moving some data in another repo : geoclimate-data ?

@j3r3m1

nicolas-f commented 1 year ago

hello, If models folder is not required to compile geoclimate it should be placed somewhere else. If its done, you can even create a git submodule to link to a specific version of models repository. You can use git-filter-repo in order to rewrite git commits history.