AlexeyPechnikov / pygmtsar

PyGMTSAR (Python InSAR): Powerful and Accessible Satellite Interferometry
http://insar.dev/
BSD 3-Clause "New" or "Revised" License
429 stars 96 forks source link

[Help]: Download STL Displacement Data #168

Open mateosanchezospina opened 1 month ago

mateosanchezospina commented 1 month ago

Hi again,

After processing the SBAS velocity, I have now been able to extract the STL analysis of the selected points of interest. What code I should use to download the metadata. I mean to the Displacement POI and Trend POI data... how to download it. Preferably in a CSV file

Thank you very much.

associated image:

image

image

AlexeyPechnikov commented 1 month ago

You can convert your stl_pixel and disp_pixel variables to a pandas DataFrame and save them as a CSV file.​