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 - npm Package Compare versions

Comparing version
1.5.0
to
1.5.1
kite/spool/res/__init__.py
+7
-36
Metadata-Version: 2.1
Name: kite
Version: 1.5.0
Version: 1.5.1
Summary: InSAR unwrapped surface displacement processing for earthquake modelling.

@@ -10,2 +10,3 @@ Author-email: Marius Paul Isken <mi@gfz-potsdam.de>, Henriette Sudhaus <hsudhaus@ifg.uni-kiel.de>

Project-URL: GitHub, https://github.com/pyrocko/kite
Project-URL: Issues, https://github.com/pyrocko/kite/issues
Keywords: InSAR,satellite,radar,earthquake,optimization

@@ -24,3 +25,4 @@ Classifier: Intended Audience :: Science/Research

Description-Content-Type: text/markdown
Provides-Extra: import
Provides-Extra: formating
Provides-Extra: gdal
License-File: LICENSE.md

@@ -31,5 +33,6 @@

[![Docs](https://img.shields.io/badge/kite-Documentation-blue.svg)](https://pyrocko.org/kite/docs/current/)
[![Build](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml/badge.svg)](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml)
[![PyPI](https://img.shields.io/pypi/v/kite)](https://pypi.org/project/kite)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kite)
[![CI](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml/badge.svg)](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
![Python3](https://img.shields.io/badge/Python-3.7-brightgreen.svg)

@@ -78,33 +81,1 @@ _Preparation of InSAR surface displacement maps for geophysical modelling_

![L'Aquila earthquake unwrapped displacement data](https://pyrocko.org/grond/docs/current/_images/example_spool-quadtree.png)
## Installation and Requirement
### Requires libraries
* PyQt5 with OpenGL support
* PyQtGraph
* NumPy
* SciPy
Installation on Debian based distributions through `apt`
```sh
sudo apt-get install python-pyside python-pyside.qtcore python-pyside.qtopengl\
python-yaml python-scipy python-numpy
```
### Installation through pip
```sh
sudo pip install git+https://github.com/pyqtgraph/pyqtgraph.git
sudo pip install git+https://github.com/pyrocko/kite.git
```
### Native installation
```sh
git clone https://github.com/pyqtgraph/pyqtgraph.git
cd pyqtgraph; sudo python setup.py install
git clone https://github.com/pyrocko/kite.git
cd kite; sudo python setup.py install
```

@@ -9,3 +9,7 @@ numpy>=1.22.0

[import]
[formating]
flake8
black
[gdal]
gdal>=3.5.0

@@ -44,2 +44,3 @@ LICENSE.md

kite/spool/tab_scene.py
kite/spool/res/__init__.py
kite/talpa/__init__.py

@@ -46,0 +47,0 @@ kite/talpa/__main__.py

Metadata-Version: 2.1
Name: kite
Version: 1.5.0
Version: 1.5.1
Summary: InSAR unwrapped surface displacement processing for earthquake modelling.

@@ -10,2 +10,3 @@ Author-email: Marius Paul Isken <mi@gfz-potsdam.de>, Henriette Sudhaus <hsudhaus@ifg.uni-kiel.de>

Project-URL: GitHub, https://github.com/pyrocko/kite
Project-URL: Issues, https://github.com/pyrocko/kite/issues
Keywords: InSAR,satellite,radar,earthquake,optimization

@@ -24,3 +25,4 @@ Classifier: Intended Audience :: Science/Research

Description-Content-Type: text/markdown
Provides-Extra: import
Provides-Extra: formating
Provides-Extra: gdal
License-File: LICENSE.md

@@ -31,5 +33,6 @@

[![Docs](https://img.shields.io/badge/kite-Documentation-blue.svg)](https://pyrocko.org/kite/docs/current/)
[![Build](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml/badge.svg)](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml)
[![PyPI](https://img.shields.io/pypi/v/kite)](https://pypi.org/project/kite)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kite)
[![CI](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml/badge.svg)](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
![Python3](https://img.shields.io/badge/Python-3.7-brightgreen.svg)

@@ -78,33 +81,1 @@ _Preparation of InSAR surface displacement maps for geophysical modelling_

![L'Aquila earthquake unwrapped displacement data](https://pyrocko.org/grond/docs/current/_images/example_spool-quadtree.png)
## Installation and Requirement
### Requires libraries
* PyQt5 with OpenGL support
* PyQtGraph
* NumPy
* SciPy
Installation on Debian based distributions through `apt`
```sh
sudo apt-get install python-pyside python-pyside.qtcore python-pyside.qtopengl\
python-yaml python-scipy python-numpy
```
### Installation through pip
```sh
sudo pip install git+https://github.com/pyqtgraph/pyqtgraph.git
sudo pip install git+https://github.com/pyrocko/kite.git
```
### Native installation
```sh
git clone https://github.com/pyqtgraph/pyqtgraph.git
cd pyqtgraph; sudo python setup.py install
git clone https://github.com/pyrocko/kite.git
cd kite; sudo python setup.py install
```

@@ -7,3 +7,3 @@ [build-system]

name = "kite"
version = "1.5.0"
version = "1.5.1"
requires-python = ">=3.7"

@@ -46,5 +46,7 @@ license = {text = "GPLv3"}

GitHub = "https://github.com/pyrocko/kite"
Issues = "https://github.com/pyrocko/kite/issues"
[project.optional-dependencies]
import = ["gdal>=3.5.0"]
formating = ["flake8", "black"]
gdal = ["gdal>=3.5.0"]

@@ -68,4 +70,5 @@ [project.scripts]

"kite.spool",
"kite.spool.res",
"kite.talpa",
"kite.talpa.sources"
]
# Kite
[![Docs](https://img.shields.io/badge/kite-Documentation-blue.svg)](https://pyrocko.org/kite/docs/current/)
[![Build](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml/badge.svg)](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml)
[![PyPI](https://img.shields.io/pypi/v/kite)](https://pypi.org/project/kite)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kite)
[![CI](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml/badge.svg)](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
![Python3](https://img.shields.io/badge/Python-3.7-brightgreen.svg)

@@ -50,33 +51,1 @@ _Preparation of InSAR surface displacement maps for geophysical modelling_

![L'Aquila earthquake unwrapped displacement data](https://pyrocko.org/grond/docs/current/_images/example_spool-quadtree.png)
## Installation and Requirement
### Requires libraries
* PyQt5 with OpenGL support
* PyQtGraph
* NumPy
* SciPy
Installation on Debian based distributions through `apt`
```sh
sudo apt-get install python-pyside python-pyside.qtcore python-pyside.qtopengl\
python-yaml python-scipy python-numpy
```
### Installation through pip
```sh
sudo pip install git+https://github.com/pyqtgraph/pyqtgraph.git
sudo pip install git+https://github.com/pyrocko/kite.git
```
### Native installation
```sh
git clone https://github.com/pyqtgraph/pyqtgraph.git
cd pyqtgraph; sudo python setup.py install
git clone https://github.com/pyrocko/kite.git
cd kite; sudo python setup.py install
```