GithubHelp home page GithubHelp logo

licsar-web-tools's Introduction

LiCSAR Web Tools

A small collection of Python3 scripts to download data from the COMET-LiCS Sentinel-1 InSAR portal. The licsar_web_tools_example.py shows two examples, but usage can be summarised below:


frameID = '014A_04939_131313'                                       # As defined on the LiCSAR portal
date_start = 20190901                                               # YYYYMMDD
date_end   = 20200101                                               # YYYYMMDD
download_metadata = True                                            # the network of baselines, DEM etc.  
between_epoch_files = ['geo.unw.png', 'geo.cc.png']                 # Possible files: 'geo.cc.png', 'geo.cc.tif', 'geo.diff.png', 'geo.diff_pha.tif', 'geo_diff_unfiltered.png', 'geo_diff_unfiltered_pha.tif', 'geo.unw.png', 'geo.unw.tif'
epoch_files = ['geo.mli.png','ztd.jpg']                             # Possible files: 'geo.mli.png', 'geo.mli.tif', 'sltd.geo.tif', 'ztd.geo.tif', 'ztd.jpg'
n_para = 4                                                          # Parallelisation.  The number of cores is a good starting point.    


download_LiCSAR_portal_data(frameID, date_start, date_end, download_metadata, epoch_files, between_epoch_files, n_para)

This tool is designed to be used in conjunction with the COMET-LiCS portal. By finding a frame of interest and selecting "download":

Screenshot from 2021-03-29 16-11-49

The files available to be downloaded can be browsed:

Screenshot from 2021-03-29 16-11-55

There is also a conda .yml file included for building a suitable environment:


conda env create --file LiCSAR_web_tools.yml

This has only been tested on Linux (Ubuntu 18.04), so please get in touch if you encounter any bugs. Several of the functions and ideas used in this software were were taken from LiCSBAS: https://github.com/yumorishita/LiCSBAS

licsar-web-tools's People

Contributors

matthew-gaddes avatar

Stargazers

Lijuan Zhu avatar  avatar Zhongqiu He avatar  avatar  avatar Jun Feng avatar Mohammad alzaidy  avatar Gauhar avatar Jiageng Wang avatar Huayun Zhou avatar Zach Ross avatar liubai avatar Hans avatar Raoof Naushad avatar Gia avatar  avatar Jufeng Lu avatar jy.yen avatar  avatar

Watchers

 avatar

licsar-web-tools's Issues

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.