Closed rzinke closed 3 years ago
Hi @rzinke, for ARIA products, you should run prep_aria.py directly for metadata preparation and data writing, without load_data.py.
Yes, the spatial subsetting of ARIA products is implemented recently, via template file only. And no lookup table is required for ARIA data because it's geocoded already. The command below should work:
prep_aria.py -t Parameters41A.txt
As a side point, the overlap between prep_aria.py and load_data.py is indeed confusing. We should call prep_aria.py inside load_data.py, instead of inside smallbaselineApp.py, so that preparia appears to be the same as the other prep* scripts on the user side. Will do it in another PR I suppose.
Description of the problem I have a stack of ARIA interferograms I am tyring to process. I am trying to subset the data set according to an area of interest, so I specify the lat/lon bounds using
mintpy.subset.lalo
. However, when I process the data set, it processes the entire spatial extent, leading to frequent memory overloads. Does MintPy support spatial subsetting for ARIA data?*Loading data
Running
load_data.py -t smallbaselineapp.cfg Parameters.txt --enforce
produces the following output:Does the message
indicate that a lookup file is needed for ARIA data to be spatially subset?