Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
The coverage test considers only the geometric coverage by Sentinel scene footprints and does not include the cloud covered pixels.
# extract Durham (NC) county v.extract input=boundary_county output=county_durham where="NAME = 'DURHAM'" # simplify geometry (needed for ESA Hub) v.generalize input=county_durham output=county_durham_dp1000 method=douglas threshold=1000 # search for SLC scenes in certain period of time i.sentinel.coverage settings=credentials.txt output=s1names.txt \ producttype=SLC minpercent=95 area=county_durham_dp1000 start=2020-10-01 end=2021-01-31
# extract Durham (NC) county v.extract input=boundary_county output=county_durham where="NAME = 'DURHAM'" # simplify geometry (needed for ESA Hub) v.generalize input=county_durham output=county_durham_dp1000 method=douglas threshold=1000 # search for L2A scenes with minimal clouds in certain period of time i.sentinel.coverage settings=credentials.txt output=s2names.txt \ producttype=S2MSI2A clouds=10 minpercent=95 area=county_durham_dp1000 start=2020-10-01 end=2021-01-31
i.sentinel.coverage settings=credentials.txt output=s2names.txt \ names=S2A_MSIL2A_20200104T024111_N0213_R089_T49MGU_20200104T061337,S2B_MSIL2A_20200129T023939_N0213_R089_T49MGU_20200201T153252 \ producttype=S2MSI2A clouds=20 minpercent=95 area=mangkawuk
# install t.sentinel.import and related addons g.extension extension=t.sentinel url=https://github.com/mundialis/t.sentinel # download and import into space-time cube (STRDS), using 4 CPUs t.sentinel.import settings=credentials.txt s2names=s2names.txt nprocs=4 \ pattern='B(02_10|03_10|04_10|08_10)m' strds_output=s2_myarea directory=s2_data/
Available at: i.sentinel.coverage source code (history)
Latest change: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index
© 2003-2023 GRASS Development Team, GRASS GIS 7.8.8dev Reference Manual