kite
Advanced tools
| 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 @@ | ||
| [](https://pyrocko.org/kite/docs/current/) | ||
| [](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml) | ||
| [](https://pypi.org/project/kite) | ||
|  | ||
| [](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> | ||
|  | ||
@@ -78,33 +81,1 @@ _Preparation of InSAR surface displacement maps for geophysical modelling_ | ||
|  | ||
| ## 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 |
+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 @@ | ||
| [](https://pyrocko.org/kite/docs/current/) | ||
| [](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml) | ||
| [](https://pypi.org/project/kite) | ||
|  | ||
| [](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> | ||
|  | ||
@@ -78,33 +81,1 @@ _Preparation of InSAR surface displacement maps for geophysical modelling_ | ||
|  | ||
| ## 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 | ||
| ``` |
+5
-2
@@ -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" | ||
| ] |
+3
-34
| # Kite | ||
| [](https://pyrocko.org/kite/docs/current/) | ||
| [](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml) | ||
| [](https://pypi.org/project/kite) | ||
|  | ||
| [](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> | ||
|  | ||
@@ -50,33 +51,1 @@ _Preparation of InSAR surface displacement maps for geophysical modelling_ | ||
|  | ||
| ## 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 | ||
| ``` |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
73
1.39%592362
-0.25%