Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarasnick authored Jun 2, 2021
1 parent ff1576c commit 94a5d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Note that you can call an older version of the geocoder by specifying its versio
If `my_address_file.csv` is a file in the current working directory with an address column named `address`, then

```sh
docker run --rm -v $PWD:/tmp degauss/geocoder:3.0 my_address_file.csv
docker run --rm -v $PWD:/tmp degauss/geocoder:3.0.1 my_address_file.csv
```

will produce `my_address_file_geocoded_v3.0.csv` with added columns including `lat`, `lon`, and geocoding diagnostic information.
Expand Down

0 comments on commit 94a5d87

Please sign in to comment.