I would like to do some improvements in i.sentinel
Since I'm not the main author I would like to get approval before to
start to work on it.
- i.sentinel.download add capability to filter out scenes with small
percent (user could decide the percentage to keep) of area matching
the area of interest
- i.sentinel.import add capability to cut the scene on the footprint
to simplify scenes patch
- i.sentinel.preproc add capability to compute topographic correction
using the following prcedure
po 17. 12. 2018 v 10:39 odesílatel Luca Delucchi <lucadeluge@gmail.com> napsal:
- i.sentinel.download add capability to filter out scenes with small
percent (user could decide the percentage to keep) of area matching
the area of interest
sounds great
- i.sentinel.import add capability to cut the scene on the footprint
to simplify scenes patch
great again
- i.sentinel.preproc add capability to compute topographic correction
using the following prcedure
unrelated, probably this module could be renamed to
i.sentinel.import.preproc or similar since it's importing data. Any
idea/opinion?
El lun., 17 dic. 2018 a las 10:39, Luca Delucchi (<lucadeluge@gmail.com>) escribió:
Hi all,
I would like to do some improvements in i.sentinel
Since I’m not the main author I would like to get approval before to
start to work on it.
i.sentinel.download add capability to filter out scenes with small
percent (user could decide the percentage to keep) of area matching
the area of interest
i.sentinel.import add capability to cut the scene on the footprint
to simplify scenes patch
i.sentinel.preproc add capability to compute topographic correction
+1! (no idea about differences among topographic correction algorithms, though… is c-factor the best one?)
What will the module do with L2A data? Only topographic correction?
unrelated, probably this module could be renamed to
i.sentinel.import.preproc or similar since it’s importing data. Any
idea/opinion?
Yeah, that would be an option… What about keeping i.sentinel.import for the import part and make i.sentinel.preproc only about pre-processing, i.e., atcorr and topcorr?
Il giorno lun 17 dic 2018 alle ore 10:39 Luca Delucchi <lucadeluge@gmail.com> ha scritto:
Hi all,
I would like to do some improvements in i.sentinel
Since I’m not the main author I would like to get approval before to
start to work on it.
i.sentinel.download add capability to filter out scenes with small
percent (user could decide the percentage to keep) of area matching
the area of interest
i.sentinel.import add capability to cut the scene on the footprint
to simplify scenes patch
i.sentinel.preproc add capability to compute topographic correction
using the following prcedure
I don’t have much experience with topographic correction but I’m not sure that c-factor is the best. When I tested it, I got anomalous results.
However, I would add the topographic correction as an option (e.g -flag “also perform topo cor”)
Yeah, that would be an option… What about keeping i.sentinel.import for the import part and make i.sentinel.preproc only about pre-processing, i.e., atcorr and topcorr?
i.sentinel.preproc add capability to compute topographic correction
using the following prcedure
done in r74080, please test it
Unfortunately I have no time to test it in the next days but I will as soon as possible.
I took a look at the interface and I saw a new text form for the output suffix name…if the -c flag is checked, does the module create two different output (13 atmospherically corrected bands and 13 topographically corrected bands)?
maybe only one output (i.e. 13 bands to which both corrections are applied) would be better.
On Wed, 13 Feb 2019 at 15:02, Roberta Fagandini <robifagandini@gmail.com> wrote:
I took a look at the interface and I saw a new text form for the output suffix name..if the -c flag is checked, does the module create two different output (13 atmospherically corrected bands and 13 topographically corrected bands)?
right now yes
maybe only one output (i.e. 13 bands to which both corrections are applied) would be better.
could make sense, probably a new flag to keep/remove atmospherically
corrected bands could be useful