Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

kite

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kite

InSAR unwrapped surface displacement processing for earthquake modelling.

pipPyPI
Version
1.5.8
Maintainers
1

Kite

Docs PyPI PyPI - Python Version CI Code style: black

Preparation of InSAR surface displacement maps for geophysical modelling

Installation

Install from pip:

pip install kite

With additional gdal dependency, used for GeoTIFF (GACOS and LiCSAR):

pip install kite[gdal]

Introduction

This framework is streamlining InSAR displacement processing routines for earthquake inversion through Pyrocko and Grond.

Kite features simple and efficient handling of displacement data:

  • Import InSAR displacement data from GAMMA, ISCE, GMTSAR, ROI_PAC, SARScape, COMET LiCSAR, SNAP and Matlab
  • Import of average timeseries from STAMPS and German BodenBewegungsDienst
  • Quadtree calculation for data reduction
  • Covariance estimation from data noise
  • APS removal from GACOS atmoshperic models and empirical elevation correlation

Citation

Recommended citation for Kite

Isken, Marius; Sudhaus, Henriette; Heimann, Sebastian; Steinberg, Andreas; Daout, Simon; Vasyura-Bathke, Hannes (2017): Kite - Software for Rapid Earthquake Source Optimisation from InSAR Surface Displacement. V. 0.1. GFZ Data Services. http://doi.org/10.5880/GFZ.2.1.2017.002

DOI

Documentation

Find the documentation at https://pyrocko.org/kite/docs/current/.

Short Example

from kite import Scene

# Import Matlab container to kite
scene = Scene.load('SNAP_data/')
scene.spool()  # start the GUI for data inspection and Quadtree parametrisation

Visual parametrisation of the quadtree and spatial covariance for SLC and InSAR time-series.

L'Aquila earthquake unwrapped displacement data

Keywords

InSAR

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts