Giter Club home page Giter Club logo

Comments (18)

yumorishita avatar yumorishita commented on May 27, 2024

Sorry for unclear documentation. I should add some explanations into the usage.

As written in the usage, the input files must be in GeoTIFF format, which can be created by LiCSBAS_flt2geotiff.py from float files (e.g., GEOCml1/E.geo).

dispfile1 can be made from TS_GEOCml1clip/results/vel.mskd by LiCSBAS_flt2geotiff.py, or the vel file itself can be created by LiCSBAS_cum2vel.py with a specified span and/or reference area.

from licsbas.

Pirog3266 avatar Pirog3266 commented on May 27, 2024

Sorry for late replying.
So, first, I need to make vel.maskd.geo.tiff, E.geo.tiff, N.geo.tiff form vel.maskd, E.geo, N.geo,
and then, if I move all files to same folder, should I type as below ?

LiCSBAS_decomposeLOS.py -f vel1.maskd.geo.tiff, E1.geo.tiff, N1.geo.tiff vel2.maskd.geo.tiff, E2.geo.tiff, N2.geo.tiff

from licsbas.

yumorishita avatar yumorishita commented on May 27, 2024

The argument of -f is "Text file containing input GeoTIFF file paths." You must create a text file, e.g.,

cat << EOF > files.txt
vel1.maskd.geo.tiff E1.geo.tiff N1.geo.tiff
vel2.maskd.geo.tiff E2.geo.tiff N2.geo.tiff
EOF

and then run LiCSBAS_decomposeLOS.py -f files.txt.

You don't need to move the files because the text file can contain the path (though you can move the files of course).

from licsbas.

yumorishita avatar yumorishita commented on May 27, 2024

Has the problem been solved?

from licsbas.

Pirog3266 avatar Pirog3266 commented on May 27, 2024

Sorry to late replying.
I missed solving as I have been sick since last week.
(Problem with me (>_<))

from licsbas.

yumorishita avatar yumorishita commented on May 27, 2024

Has the problem been solved?

from licsbas.

Pirog3266 avatar Pirog3266 commented on May 27, 2024

So Sorry.
Not yet(><)

from licsbas.

khakim avatar khakim commented on May 27, 2024

Dear Yuorishita,

I have two questions,

  1. Which directory do we run LiCSBAS_decomposeLOS.py from? Is any directory okay?
  2. How to create 3D deformation of each date (not velocity)?

from licsbas.

yumorishita avatar yumorishita commented on May 27, 2024
  1. Any directory is OK as long as you indicate the correct path to the input files for the -f option.
  2. LiCSBAS_decomposeLOS.py decomposes into EW and UD, not 3D. The GeoTIFF file of the deformation for each date can be created by LiCSBAS_cum2flt.py and LiCSBAS_flt2geotiff.py. However, we should note that the ascending and descending data have different observation dates.

from licsbas.

khakim avatar khakim commented on May 27, 2024

Thanks very much Yumorishita. Do you have a python code for generate 3D deformation LiCSBAS?

from licsbas.

yumorishita avatar yumorishita commented on May 27, 2024

I am developing it but currently have no plan to publish it.

from licsbas.

khakim avatar khakim commented on May 27, 2024

Thanks for your information. I am looking forward to hearing your best codes for 3D deformation.

By the way, can we use unwrapped interferograms generate by using other software such as GMTSAR? If yes, how to prepare files for LICSBAS? As I know, LiCSAR doesn't cover all area and all time but only small percents of them.

from licsbas.

yumorishita avatar yumorishita commented on May 27, 2024

Yes, please see the file structure. The required files are cc, unw, EQA.dem_par and slc.mli.par only.

from licsbas.

khakim avatar khakim commented on May 27, 2024

Are cc and unw in range-azimuth coordinates?

from licsbas.

yumorishita avatar yumorishita commented on May 27, 2024

Either in range-azimuth or geographic coordinates can be processed, though some functions cannot be used in range-azimuth coordinates

from licsbas.

khakim avatar khakim commented on May 27, 2024

Thank you very much.

from licsbas.

yumorishita avatar yumorishita commented on May 27, 2024

I have slightly updated the usage of LiCSBAS_decomposeLOS.py. Let me close this issue because there seem to be no more questions. If someone has any questions, please reopen this.

from licsbas.

Pirog3266 avatar Pirog3266 commented on May 27, 2024

I'll try updated tone. Thanks.

from licsbas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.