Skip to content

Commit

Permalink
wget installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell authored Oct 24, 2024
1 parent 94eb1cc commit 9ec11cb
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,33 @@ And to activate the environment:
micromamba activate open-gira
```

You are now ready to request result files, triggering analysis jobs in the
process.
### Utilities

Note that all subsequent commands given in the documentation assume that the
`open-gira` environment is already activated.
Some rules use the `wget` utility to download files.

On Linux or MacOS, you may already have the `wget` utility available. If not,
it should be possible to install with your usual package manager (e.g. apt,
MacPorts, brew), or else using micromamba:
```bash
micromamba install wget
```

On Windows, you may have it already if you have a MinGW or Cygwin installation.
If not, you can access binaries at [eternallybored.org](https://eternallybored.org/misc/wget/).
Download the standalone exe and place it for example in `C:\Users\username\bin`
or somewhere on your PATH.

`exactextract` is used for zonal statistics in the tropical cyclones /
electricity grid analysis. It is not available via the `conda` package
management ecosystem and so must be installed separately. Please see
installation instructions [here](https://github.com/isciences/exactextract).

You are now ready to request result files, triggering analysis jobs in the
process.

Note that all subsequent commands given in the documentation assume that the
`open-gira` environment is already activated.

## Tests

Workflow steps are tested using small sample datasets.
Expand Down

0 comments on commit 9ec11cb

Please sign in to comment.