JGCRI / xanthos

An extensible global hydrologic framework
Other
34 stars 16 forks source link

Improvement: Remove GitLFS Dependency #38

Closed crvernon closed 3 years ago

crvernon commented 5 years ago

Users have had issues with the GitLFS dependency and unreliability across platforms. To remedy this, I am proposing utilizing Zenodo's REST API for the example data that usually accompanies a release. This can be accessed by a get_example_data call if the user wishes to install it. Another advantage to this approach is that it will give advanced users the ability to opt out of carrying the example data overhead.

crvernon commented 3 years ago

Resolved in #53