https://github.com/csdms/best-practices
Slides on CSDMS-themed best practices in geoscientific software development
https://github.com/csdms/best-practices
best-practices csdms geosciences programming
Last synced: 18 days ago
JSON representation
Slides on CSDMS-themed best practices in geoscientific software development
- Host: GitHub
- URL: https://github.com/csdms/best-practices
- Owner: csdms
- License: cc0-1.0
- Created: 2024-01-19T21:09:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T22:51:26.000Z (21 days ago)
- Last Synced: 2026-02-03T11:46:18.543Z (20 days ago)
- Topics: best-practices, csdms, geosciences, programming
- Homepage: https://csdms.io/best-practices
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# best-practices
Slides on CSDMS-themed best practices in scientific software development.
## presentation
Present these slides with [reveal-md](https://github.com/webpro/reveal-md) through their public Docker image:
```
git clone https://github.com/mdpiper/best-practices
docker run --rm -p 1948:1948 -p 35729:35729 -v $PWD/best-practices:/slides webpronl/reveal-md:latest /slides --watch
```
The service is now running at http://localhost:1948.