Skip to content

Commit

Permalink
Update README with --no-preview option
Browse files Browse the repository at this point in the history
  • Loading branch information
plant99 committed Jul 26, 2020
1 parent 02e44f8 commit c67b1e0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ Options:
-l, --location-name TEXT Location name in string format
-p, --pan-enhancement Enhance image with panchromatic band
-pre, --preview-image Preview pre-processed low resolution RGB
satellite image.
--no-preview Skip downloading of preview image
-v, --vegetation Show Color Infrared image to highlight
vegetation
Expand All @@ -103,13 +101,13 @@ To get a better image using felicette use:

$ felicette -p -c 77.5385 8.0883

`-pre` option downloads a low-res image for preview, to check if the image is worth your computation, Network I/O. :)
`--no-preview` option doesn't download image to preview, and directly downloads and processes original data. Please use this if you're sure of the location/quality of the images to be generated by felicette with the args

$ felicette -pre -p -c 77.5385 8.0883
$ felicette --no-preview -p -c 77.5385 8.0883

`-v` option generates a [CIR](https://eos.com/color-infrared/) image to highlight vegetation in 'red' color. Note that, '-p' option isn't taken into consideration while generating CIR imagery in felicette.

$ felicette -pre -v -l "Kanyakumari"
$ felicette -v -l "Kanyakumari"


-------------------------
Expand Down

0 comments on commit c67b1e0

Please sign in to comment.