Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
 - Update installation section with docker-image
 - fix typographical error
  • Loading branch information
plant99 committed Jul 25, 2020
1 parent 9a9bf1e commit cfb6aad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Satellite imagery for dummies.

TL;DR: Generate JPEG earth imagery from coordinates/location name with publicly available satellite data.

This tool is for a sentient being who wants to view high-res satellite imagery of earth, without digging through all the nitty gritty geospatial details of it. So if this is your first time trying to explore how parts of the Earth looks from space, you're at the right place.
This tool is for a sentient being who wants to view high-res satellite imagery of earth, without digging through all the nitty gritty geospatial details of it. So if this is your first time trying to explore how parts of the Earth look from space, you're at the right place.

NB: `felicette` at the present state searches for cloud-cover < 10%, and doesn't constrain results on the basis of dates.

Expand Down Expand Up @@ -48,6 +48,14 @@ $ pip install numpy GDAL==<version-number>
$ pip install felicette
```

#### Docker

As pointed out [here](https://news.ycombinator.com/item?id=23951167), the following docker image works and is volume-mapped to the present working directory.

$ docker run -it -v "$PWD"/felicette-data:/root/felicette-data milhouse1337/felicette felicette -l "Montreal"

Thanks [@milhouse1337](https://hub.docker.com/u/milhouse1337) for the docker-image.

#### "Why you no make a section for Windows?" :|

`rio-color`, one of the felicette's dependencies isn't available on conda ecosystem yet. [Here's](https://github.com/mapbox/rio-color/issues/58#issuecomment-406466990) the link to a small discussion on an installation-issue. This section would be updated when there is a stable version of `felicette` for Windows.
Expand Down

0 comments on commit cfb6aad

Please sign in to comment.