Skip to content

Commit

Permalink
adding more functionality to the figure plotting
Browse files Browse the repository at this point in the history
added based model validation
  • Loading branch information
jameshgrn committed Dec 10, 2023
1 parent f1c89f6 commit 9481cf7
Show file tree
Hide file tree
Showing 70 changed files with 165,847 additions and 347 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ The codebase is organized into several directories:
To run the interactive figure plotting script, navigate to the `figure_plotting` directory and run the script with Python:

```bash
cd figure_plotting
python Figure4_interactive.py
poetry run plot_figures.py
```

Figure 4 is an interactive figure that allows you to load a DEM and GeoJSON file and perform a random walk simulation on the DEM. See the [the speceific readme](figure_plotting/Figure4_interactive_README.md)


### License

This project is licensed under the MIT License. For more details, see the `LICENSE` file.

### Contact

For any questions or concerns, please contact Jake Gearon at [email protected].
For any questions or concerns, please contact James (Jake) Gearon at [email protected].
2,018 changes: 2,018 additions & 0 deletions README_files/libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added README_files/libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
10 changes: 10 additions & 0 deletions README_files/libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions README_files/libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions README_files/libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions README_files/libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README_files/libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions README_files/libs/quarto-html/quarto-syntax-highlighting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9481cf7

Please sign in to comment.