[GRASS-dev] [GRASS GIS] #3469: i.atcorr: Sentinel-2 support broken on some systems
GRASS GIS
trac at osgeo.org
Fri Dec 22 01:51:14 PST 2017
#3469: i.atcorr: Sentinel-2 support broken on some systems
--------------------------+-------------------------
Reporter: sbl | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.4.0
Component: Packaging | Version: unspecified
Resolution: | Keywords: i.atcorr
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by sbl):
Replying to [comment:15 mlennert]:
> Markus, could it be that you are using the original larger input image
from the ML and not the smaller clip attached to this ticket ?
Yes, thanks Moritz! That was it in my case!
Now:
{{{
r.info -r B08
min=83
max=7110
i.atcorr -r input=B08 elevation=dem range=83,7110 output=test_atcorr
rescale=0,10000 parameters=p6s.txt --o
Atmospheric correction...
100%
Atmospheric correction complete.
r.info -r test_atcorr
min=8.732422e-10
max=10000
}}}
and
{{{
i.atcorr -r input=B08 elevation=dem output=test_atcorr rescale=0,10000
parameters=p6s.txt --o
Atmospheric correction...
100%
Atmospheric correction complete.
r.info -r test_atcorr
min=3875.138
max=10000
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3469#comment:16>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list