-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
e808e6d
to
f2d276c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just recommended a few small changes.
|
||
```bash | ||
docker build -t groundhog -f Dockerfile . | ||
docker build -t groundhog -f Dockerfile-app . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have #5 so this will get reverted, but I like the idea of leaving that alone for someone who is less familiar with open source to pick up as a "good first issue".
So I support the change in this PR.
README.md
Outdated
@@ -37,6 +39,10 @@ To stop the container by name (if you used the `--name` tag when launching it), | |||
docker stop groundhog_server | |||
``` | |||
|
|||
*** | |||
## Clients | |||
With the docker container running, choose a client to get and append elevation data to your dataset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing about the clients relies on the fact that the app is running in .a container. It could just as easily be running on some dedicated server.
Can you change With the docker container running,
to Given a running instance of the service,
?
# groundhog | ||
`groundhog` is a service and client libraries to access NASA's publicly available surface elevation data, [SRTM](https://www2.jpl.nasa.gov/srtm/). Given a table with GPS information, this package provides utilities to enrich that dataset with elevation and slope features. Just load the container and one of the clients, and you're all set! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you put a blank line between headings and their body content?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
f2d276c
to
d2fc182
Compare
@jameslamb , good suggestions. Here's a revised PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
As raised in #1 , the README was a little confusing for a new user. This PR mainly:
Another major assumption is that the quotes were placeholders. This PR can be modified with those back in if that was a mistake.