Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oi-analytics/ltis-infrastructure-risk
Project code for Infrastructure Risk Assessment for Environment Agency Long-Term Investment Scenarios
https://github.com/oi-analytics/ltis-infrastructure-risk
Last synced: 17 days ago
JSON representation
Project code for Infrastructure Risk Assessment for Environment Agency Long-Term Investment Scenarios
- Host: GitHub
- URL: https://github.com/oi-analytics/ltis-infrastructure-risk
- Owner: oi-analytics
- Created: 2018-03-20T13:41:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T16:05:23.000Z (over 6 years ago)
- Last Synced: 2024-08-08T18:25:07.679Z (4 months ago)
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - oi-analytics/ltis-infrastructure-risk - Project code for Infrastructure Risk Assessment for Environment Agency Long-Term Investment Scenarios (others)
README
# LTIS Infrastructure Risk project
Project code for Infrastructure Risk Assessment for Environment Agency Long-Term
Investment Scenarios## Notebooks in git
To avoid storing potentially large or sensitive data outputs in git, make sure
to install `nbstripout` in the project conda environment. The second command
must be run from this directory (the git project root).```bash
conda install nbstripout
nbstripout --install
```