Occasional KeyError: 'EARTH_RADIUS' because of missing *rsc: Run load_slc_geometry.py without --no-metadata_check option? #93
Replies: 3 comments
-
I think I have figured out what the problem is. It checks whether |
Beta Was this translation helpful? Give feedback.
-
yes it might be because the slcStack was not generated properly in your previous run and when you run again, it checks for it's existence. Deleting the existing file to regenerate every time is not efficient, because this step takes long time. we should work on using VRT's instead! |
Beta Was this translation helpful? Give feedback.
-
As I suggest above, just removing MiaplPy/src/miaplpy/miaplpyApp.py Line 279 in 7de325f would solve the issue as far as I can see. I could issue a PR. Or do you mean doing the |
Beta Was this translation helpful? Give feedback.
-
I am occasionally getting this error:
The reason is that the
*.rsc
files are missing.The quick check is
ls -l merged/SLC/*/*rsc
.I have not figured out why these files are missing.
Currently the
run_01_miaplpy_load_data
containsWhen I run without
--no_metadata_check
option the missing *rsc files are created and it works fine. My question is whether we should remove--no_metadata_check
in this line:MiaplPy/src/miaplpy/miaplpyApp.py
Line 279 in 7de325f
Beta Was this translation helpful? Give feedback.
All reactions