Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit cfb6aad

Browse files
authored
Update README
- Update installation section with docker-image - fix typographical error
1 parent 9a9bf1e commit cfb6aad

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Satellite imagery for dummies.
99

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

12-
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.
12+
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.
1313

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

@@ -48,6 +48,14 @@ $ pip install numpy GDAL==<version-number>
4848
$ pip install felicette
4949
```
5050

51+
#### Docker
52+
53+
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.
54+
55+
$ docker run -it -v "$PWD"/felicette-data:/root/felicette-data milhouse1337/felicette felicette -l "Montreal"
56+
57+
Thanks [@milhouse1337](https://hub.docker.com/u/milhouse1337) for the docker-image.
58+
5159
#### "Why you no make a section for Windows?" :|
5260

5361
`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.

0 commit comments

Comments
 (0)