Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process dies with Sentinel-2 #12

Open
matthewhanson opened this issue Feb 2, 2021 · 1 comment
Open

Process dies with Sentinel-2 #12

matthewhanson opened this issue Feb 2, 2021 · 1 comment

Comments

@matthewhanson
Copy link

Running the latest version of Acolite in a docker container I get the this message

Command 'python launch_acolite.py --cli --settings settings_file.txt --images data/input/S2B_MSIL1C_20210124T153559_N0209_R111_T19TCH_20210124T173021.SAFE/' died with <Signals.SIGKILL: 9>

The the process dies in the same point every time.

The ending of the log file looks like:

2021-02-02 07:24:44: Computing L2W parameters for scene 1 of 1...
2021-02-02 07:24:44: ['rhot_442', 'rhos_442', 'rhot_492', 'rhos_492', 'rhot_559', 'rhos_559', 'rhot_665', 'rhos_665', 'rhot_704', 'rhos_704', 'rhot_739', 'rhos_739', 'rhot_780', 'rhos_780', 'rhot_833', 'rhos_833', 'rhot_864', 'rhos_864', 'rhot_943', 'rhot_1377', 'rhot_1610', 'rhos_1610', 'rhot_2186', 'rhos_2186', 'l2_negatives', 'lon', 'lat']
2021-02-02 07:24:48: rhow_
2021-02-02 07:25:20: blue
2021-02-02 07:25:20: ['442']
2021-02-02 07:25:20: green
2021-02-02 07:25:20: ['559']
2021-02-02 07:25:20: [0.1977, -1.8117, 1.9743, -2.5635, -0.7218]
2021-02-02 07:25:40: blue
2021-02-02 07:25:40: ['442', '492']
2021-02-02 07:25:40: green
2021-02-02 07:25:40: ['559']
2021-02-02 07:25:40: [0.2412, -2.0546, 1.1776, -0.5538, -0.457]

Have you seen this before. This is running on an 8-core machine with 32GB.

@acolite
Copy link
Owner

acolite commented Feb 2, 2021

Hi Matthew

Have not seen this before, but it could be a memory issue for the QAA computation. This computation is done with inefficient use of memory at the moment. Especially for full tiles or merged tiles this can be an issue.

In general it helps if you provide your processing settings to diagnose a problem. ;-) Which parameters are you exporting? Does it succeed if you process at lower resolution (s2_target_res=60)?

Quinten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants