-
Notifications
You must be signed in to change notification settings - Fork 32
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
Stuck in Floodpy_app.create_S1_stack(overwrite=False) and missing LAI error #78
Comments
Hello @JacobJeppesen |
Hi @kleok Thank you for making Floodpy! 🙂 I just opened a couple of the Sentinel-1 files in SNAP. They seem to be fine, and I can visualize the bands. All Sentinel-1 zip files are 1.8GB. Just to be sure I did everything correctly, I just tried again from scratch:
The issue was the same, where it got stuck on the Coregistration step. How long should the processing time approximately be, if it worked? I'd normally change credentials in the notebook btw., but this time I wanted to make as few changes as possible, so I just used the defaults. |
I continued debugging, and made this change to enable logging from ESA SNAP:
It gave me the following command for the graph processing:
Running it showed that it's getting stuck on
I don't think I've encountered this before. The noise removal normally runs very fast. Have you ever had issues similar to this? It's basically just sitting there, running full load on all cores. However, it is very slowly progressing, so I'll try to let it run for longer tomorrow, and see what happens. It seems like it'll take ~4 hours for this step, but I'll let it have it 🙂 |
Hey @JacobJeppesen, |
The
Now it all runs smoothly. Thanks for the help! 🙂 |
Just tested the other region, where I had the LIA error, and it works perfectly after updating with the code from your latest commit 👍 Thanks again! 😃 |
I'm trying to run the example notebooks, but I can't get any further than the pre-processing. When running
Floodpy_app.create_S1_stack(overwrite=False)
, I get this message under the cell in Jupyter:It seems to be stuck there, and letting it run for ~2 hours doesn't results in any progress. Looking at
htop
, it's runninggpt
from SNAP with lots of cores active. I've only changed paths and credentials at the top, without any further changes to the notebook. I've tried SNAP 9.0 and 10.0, running Ubuntu 22.04 on an AMD 5950x with 128GB RAM.Then I tried a different region, by changing the location to:
I kept the flood and pre-flood start/end dates the sames, and used
sel_flood_date = '2023-09-08T17:07:51.075000000'
. This gave me the following error instead inFloodpy_app.create_S1_stack(overwrite=False)
:I tried a couple of different regions too, but got the exact same error.
Have anyone encountered similar issues? And have any ideas on how to fix them? 🙂
The text was updated successfully, but these errors were encountered: