[GRASS-dev] i.sentinel.import does not list downloaded data
Markus Neteler
neteler at osgeo.org
Tue Aug 14 05:58:08 PDT 2018
Hi,
I have downloaded some selected Sentinel-2 scenes using "sentinelsat" [1]:
sentinelsat -u myuser -p secret --uuid
98f00e12-3b62-4c54-8554-c4439bb1ebef --download
...
which downloaded as desired (since i.sentinel.download does not have a
uuid parameter I used sentinelsat):
ls -1 data/
S2A_MSIL2A_20180628T115401_N0208_R023_T29ULT_20180628T125228.zip
S2A_MSIL2A_20180628T115401_N0208_R023_T29ULU_20180628T125228.zip
S2A_MSIL2A_20180628T115401_N0208_R023_T29UMT_20180628T125228.zip
S2A_MSIL2A_20180628T115401_N0208_R023_T29UMU_20180628T125228.zip
Now trying to import these scenes, I don't get anything with
i.sentinel.import [2]
# print
i.sentinel.import -p input=data
--> nothing, should list the channels?
i.sentinel.import -p input=data pattern="B0[4|8]_10m"
--> nothing, should list the selected channels?
Does anyone know why this fails? What am I missing?
thanks,
Markus
[1] http://sentinelsat.readthedocs.io/en/stable/cli.html
[2] https://grass.osgeo.org/grass7/manuals/addons/i.sentinel.import.html
More information about the grass-dev
mailing list