Skip to content

Commit

Permalink
Merge branch 'main' into actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarasnick authored Apr 2, 2024
2 parents c051073 + efd8da8 commit ac48744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Note: The Daymet calendar is based on a standard calendar year. All Daymet years
If `my_addresses.csv` is a file in the current working directory with ID column `id`, start and end date columns `start_date` and `end_date`, and 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_addresses.csv
docker run --rm -v $PWD:/tmp ghcr.io/degauss-org/daymet:0.1.0 loyalty_degauss.csv
```

will produce `my_addresses_daymet_0.1.0.csv` with added columns:
Expand Down Expand Up @@ -63,4 +63,4 @@ If the bounding box for Daymet data download is inferred from address coordinate

## 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 ac48744

Please sign in to comment.