Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarasnick authored Apr 2, 2024
1 parent 6cffb4e commit efd8da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
If `loyalty_degauss.csv` is a file in the current working directory with coordinate columns named `lat` and `lon`, then the [DeGAUSS command](https://degauss.org/using_degauss.html#DeGAUSS_Commands):

```sh
docker run --rm -v $PWD:/tmp ghcr.io/degauss-org/daymet:0.1.0 my_address_file_geocoded.csv
docker run --rm -v $PWD:/tmp ghcr.io/degauss-org/daymet:0.1.0 loyalty_degauss.csv
```

will produce `loyalty_degauss_daymet_0.1.0.csv` with added columns:
Expand All @@ -21,7 +21,7 @@ will produce `loyalty_degauss_daymet_0.1.0.csv` with added columns:
- **`prcp`**: precipitation
- **`dayl`**: day length

### Optional Argument
### Optional Arguments

- Optional arguments include:
- **`vars`**: daymet variables (any of: <tmax, tmin, srad, vp, swe, prcp, dayl> separated by comma)
Expand All @@ -42,4 +42,4 @@ will produce `loyalty_degauss_daymet_0.1.0.csv` with added columns:

## DeGAUSS Details

For detailed documentation on DeGAUSS, including general usage and installation, please see the [DeGAUSS homepage](https://degauss.org).
For detailed documentation on DeGAUSS, including general usage and installation, please see the [DeGAUSS homepage](https://degauss.org).

0 comments on commit efd8da8

Please sign in to comment.