euroargodev / euroargodev/software_guidelines
Non-Argo Data used by the software should be accessible online
Open
guideline
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
If your software requires some non-Argo data to run (eg: bathymetry, reference data, etc ...) and if your software does not provide them, it is a good practice to:
- clearly provide references, where, and possibly how, to retrieve such data,
- rely on data that your users can get easily from an online server.
Otherwise, your software won't be easy to use and require some convoluted setup that may refrain adoption.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.