-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2992fbf
commit 5d7ebb8
Showing
63 changed files
with
463 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,25 @@ | ||
## open-gira | ||
# open-gira | ||
|
||
open-gira is designed to combine infrastructure information with hazard information to | ||
produce an estimate of the risk those hazards pose to that infrastructure. | ||
This open-source [snakemake](https://snakemake.readthedocs.io/en/stable/) | ||
workflow can be used to analyse environmental risks to infrastructure | ||
networks using global open data. | ||
|
||
For example, we can use open-gira to analyse open data on roads, railways, and river flooding, | ||
or electricity transmission lines and tropical cyclones. | ||
We can use `open-gira` to analyse open data on roads, railways and | ||
their exposure to river flooding, or electricity transmission lines and how | ||
they're affected by tropical cyclones. | ||
|
||
`open-gira` is a work in progress. | ||
|
||
## Goals | ||
- Automated pipeline for reproducible analysis anywhere in the world | ||
- Maps per-country and of larger areas | ||
- Charts/stats of exposure per admin region, per hazard type, scenario, epoch | ||
- Consider transport, electricity, water, communications systems | ||
- Consider river flooding, storm surge coastal flooding, tropical cyclones | ||
- Estimate direct damages to physical networks | ||
- Estimate indirect effects of disruption - people affected, economic activity disrupted | ||
|
||
## Non-goals | ||
- Using closed data, which may be appropriate for other projects or use-cases | ||
- Detailed operational/engineering level simulation | ||
- Long-term planning |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,17 @@ | ||
# open-gira | ||
- [Quick-start README](./README.md) | ||
# open-gira documentation | ||
|
||
# User Guide | ||
- [Welcome](./README.md) | ||
- [Installation](user-guide/installation.md) | ||
- [Linux/Mac](user-guide/installation/open-gira/linux-mac.md) | ||
- [Windows (WSL)](user-guide/installation/open-gira/win.md) | ||
- [Docker](user-guide/installation/open-gira/docker.md) | ||
- [QGIS](user-guide/installation/QGIS.md) | ||
- [Configuration](user-guide/configuration.md) | ||
- [Running](user-guide/running.md) | ||
- [Workflow](user-guide/workflow.md) | ||
- [Transport - flooding](user-guide/transport-flooding.md) | ||
- [Download](user-guide/transport-flooding/download.md) | ||
- [Administrative boundaries](user-guide/transport-flooding/download/boundaries.md) | ||
- [Coastlines](user-guide/transport-flooding/download/coastline.md) | ||
- [OSM](user-guide/transport-flooding/download/openstreetmap.md) | ||
- [Aqueduct](user-guide/transport-flooding/download/aqueduct.md) | ||
- [Create Networks](user-guide/transport-flooding/process.md) | ||
- [Filter OSM](user-guide/transport-flooding/process/filter.md) | ||
- [Determine bounding box](user-guide/transport-flooding/process/bbox.md) | ||
- [Trim hazards](user-guide/transport-flooding/process/trim-hazard.md) | ||
- [Slice coordinates](user-guide/transport-flooding/process/osm-extracts.md) | ||
- [Slice OSM](user-guide/transport-flooding/process/osm-slice.md) | ||
- [Convert to GeoParquet](user-guide/transport-flooding/process/geoparquet.md) | ||
- [Intersect Networks with Hazards](user-guide/transport-flooding/intersect.md) | ||
- [Intersect with flooding](user-guide/transport-flooding/intersect/flood.md) | ||
- [Analyse](user-guide/transport-flooding/analysis.md) | ||
- [Join slices](user-guide/transport-flooding/analysis/join.md) | ||
- [Exposure rasters](user-guide/transport-flooding/analysis/exposure.md) | ||
- [Exposure images](user-guide/transport-flooding/analysis/image.md) | ||
- [Electricity grids - tropical cyclones](user-guide/cyclone-grid.md) | ||
- [Cleaning output](user-guide/clean.md) | ||
- [Linux / Mac](user-guide/installation/linux-mac.md) | ||
- [Windows](user-guide/installation/windows.md) | ||
- [Docker](user-guide/installation/docker.md) | ||
- [Usage](user-guide/usage.md) | ||
- [Network creation](user-guide/usage/network-creation.md) | ||
- [Road](user-guide/usage/network-creation/road.md) | ||
- [Rail](user-guide/usage/network-creation/rail.md) | ||
- [Electricity grid](user-guide/usage/network-creation/grid.md) | ||
- [Risk analysis](user-guide/usage/risk-analysis.md) | ||
- [Transport / flooding](user-guide/usage/risk-analysis/transport-flooding.md) | ||
- [Electricity grid / tropical cyclone](user-guide/usage/risk-analysis/grid-cyclone.md) | ||
- [Utilities](user-guide/usage/utilities.md) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.