Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csdms/level-up
Slides, data, and examples used in the "Level Up! Your Scientific Coding" webinars
https://github.com/csdms/level-up
Last synced: 4 days ago
JSON representation
Slides, data, and examples used in the "Level Up! Your Scientific Coding" webinars
- Host: GitHub
- URL: https://github.com/csdms/level-up
- Owner: csdms
- License: mit
- Created: 2020-02-11T00:22:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T18:50:55.000Z (over 4 years ago)
- Last Synced: 2024-01-27T00:43:23.538Z (12 months ago)
- Language: Python
- Homepage: https://csdms.colorado.edu
- Size: 12.2 MB
- Stars: 1
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Level Up! Your Scientific Coding
Slides and example code used in the "Level Up! Your Scientific Coding" webinars.
The example code is old, using Python 2.7.
One way to run this code is in an isolated environment.
For example,
if you have [Anaconda](https://www.anaconda.com/distribution/) installed,
create an environment with the file provided in this repo:conda env create --file=environment.yaml
Activate the environment:
source activate lvlup
Then run the example:
python nc20reanalysis.py
The result is a file, "gph.png",
that should look like this:![Example output](./output/gph.png)