Giter Club home page Giter Club logo

Comments (8)

yumorishita avatar yumorishita commented on August 25, 2024 1

If the GACOS data is available, it is stored in:

http://gws-access.ceda.ac.uk/public/nceo_geohazards/LiCSAR_products/[track]/[frame]/epochs/[yyyymmdd]/[yyyymmdd].sltd.geo.tif

For example,
http://gws-access.ceda.ac.uk/public/nceo_geohazards/LiCSAR_products/87/087A_05317_121617/epochs/20180318/

Unless the [yyyymmdd] directory or [yyyymmdd].sltd.geo.tif exists, it means the GACOS data is not available at the moment (not created yet). You can request prioritising upload of the GACOS data for your frame of interest from "LiCSAR frame request" (in the right column of https://comet.nerc.ac.uk/comet-lics-portal/).

from licsbas.

MarcoSal avatar MarcoSal commented on August 25, 2024 1

Ok, it works perfectly. Simply download the GACOS data and insert it into the relevant folder. The request for data is also processed quickly.
Excellent.

from licsbas.

alejobeap avatar alejobeap commented on August 25, 2024

Thanks for your help

from licsbas.

forrestfwilliams avatar forrestfwilliams commented on August 25, 2024

Hi @yumorishita, is it possible to externally request GACOS data from here: http://ceg-research.ncl.ac.uk/v2/gacos/ and use it within the LiCSBAS workflow?

from licsbas.

yumorishita avatar yumorishita commented on August 25, 2024

Sure.

  1. Order the GACOS data you need. (See also #3)
  2. Download and unzip *.tar.gz
  3. Move *.ztd and *.ztd.rsc to your GACOS dir (e.g., /GACOS)
  4. Set your GACOS dir at
    p03_gacosdir="" # default: GACOS
  5. Set start_step <= 03 at
    start_step="01" # 01-05, 11-16
  6. Run batch_LiCSBAS.sh

from licsbas.

MarcoSal avatar MarcoSal commented on August 25, 2024

Greetings,
I'll add a comment here even if it's closed so as not to waste the replies.
I noticed that a lot of GACOS data is missing and therefore needs to be downloaded manually.
Are there any precautions to take to do this operation manually?

  • can the size of the tifs be different?
  • do we need to change the extension of ztd.tif files to sltd.geo.tif?
  • the site asks me for the reference hour and minute. How do I know them?

Thanks

from licsbas.

yumorishita avatar yumorishita commented on August 25, 2024

Thank you for your nice question. I don't remember clearly, but as far as I see my codes,

can the size of the tifs be different?

Yes. gdalwarp reads each input file's geolocation from each GeoTIFF.

sltd_geo = gdal.Warp("", sltdtiffile, format='MEM', outputBounds=outputBounds, width=width_geo, height=length_geo, resampleAlg=resampleAlg, srcNodata=0).ReadAsArray()

do we need to change the extension of ztd.tif files to sltd.geo.tif?

No. You must not change ztd.tif to sltd.geo.tif because ztd and sltd are different and ztd need to be converted to sltd.

sltd_geo = ztd_geo/LOSu*m2r_coef ## LOSu=cos(inc)

the site asks me for the reference hour and minute. How do I know them?

You can find it in slc.mli.par.

If you request the GACOS data through the GACOS web, the dates and time of interest can be found in baselines and slc.mli.par, respectively. These are also available on the COMET-LiCS web portal. Once the GACOS data are ready, download the tar.gz, uncompress it, and put into GACOS dir.

from licsbas.

MarcoSal avatar MarcoSal commented on August 25, 2024

Great I'd say.
I try to download the GACOS files and do the processing.
I will report as soon as possible if I have encountered any critical issues.

Thank you

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.