From 2ed9e56bbf6541f9f00b629d3ed8a67d706d695a Mon Sep 17 00:00:00 2001 From: Scisco Date: Wed, 30 Sep 2015 10:32:34 +0200 Subject: [PATCH] add clipping to docs --- docs/overview.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/overview.rst b/docs/overview.rst index d79e31a..f952151 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -81,6 +81,12 @@ Process *and* pansharpen a downloaded image:: $: landsat process path/to/LC80090452014008LGN00.tar.bz --pansharpen +Clip an image before processing (The coordinates shows below show Prague):: + + $: landsat process path/to/LC81920252015157LGN00.tar.bz --pansharpen --clip=-346.06658935546875,49.93531194616915,-345.4595947265625,50.2682767372753 + +Note: Values must be in WGS84 datum, and with longitude and latitude units of decimal degrees separated by comma. + A note on returned products ++++++++++++++++