You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by dkczk August 31, 2022
Hey guys,
I processed Landsat 8/9 Images and went with a different projection in the parameter file (EPSG: 4326). I have adjusted the affected parameters as follows:
The processing worked as far as I can tell. The only thing missing are the quicklook JPGs. Those seem to be incomplete and are named e.g. "20220720_LEVEL2_LND08_OVV.jpg.lock". So I looked up the log-files which basically all say:
PATH/TO/FILE/LC08_L1TP_191024_20220805_20220818_02_T1: dc: 64.90%. wc: 0.30%. sc: 16.17%. cc: 54.52%. AOD: 0.1679. > # of targets: 276/3558. number of cols must be > 0.
number of rows must be > 0.
number of cols must be > 0.
number of rows must be > 0.
number of cols must be > 0.
number of rows must be > 0.
Unable to lock file PATH/TO/LEVEL2/X0006_Y0002/20220805_LEVEL2_LND08_OVV.jpg (timeout: 63.614139s, nx/ny: 0/0). Unable to > lock file PATH/TO/LEVEL2/X0007_Y0002/20220805_LEVEL2_LND08_OVV.jpg (timeout: 63.614139s, nx/ny: 0/0). error in cubing Level 2 products
Tiling images failed! Error in geometric module.
What is the cause of the error? Did I anything wrong when adjusting the projection parameters in the parameter file?
Thanks in advance and best wishes.
The text was updated successfully, but these errors were encountered:
the issue was that the resolution for overview thumbnails was fixed to 150 (usually meters). One re-computation of rows/columns led to an integer overflow when actual resolution is degrees.
This is fixed now in the develop branch. A new main release will likely be published next week.
Discussed in #213
Originally posted by dkczk August 31, 2022
Hey guys,
I processed Landsat 8/9 Images and went with a different projection in the parameter file (EPSG: 4326). I have adjusted the affected parameters as follows:
The processing worked as far as I can tell. The only thing missing are the quicklook JPGs. Those seem to be incomplete and are named e.g. "20220720_LEVEL2_LND08_OVV.jpg.lock". So I looked up the log-files which basically all say:
What is the cause of the error? Did I anything wrong when adjusting the projection parameters in the parameter file?
Thanks in advance and best wishes.
The text was updated successfully, but these errors were encountered: