kite


Namekite JSON
Version 1.5.8 PyPI version JSON
download
home_page
SummaryInSAR unwrapped surface displacement processing for earthquake modelling.
upload_time2024-02-21 09:16:58
maintainer
docs_urlNone
author
requires_python>=3.7
licenseGPLv3
keywords insar satellite radar earthquake optimization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Kite

[![Docs](https://img.shields.io/badge/kite-Documentation-blue.svg)](https://pyrocko.org/kite/docs/current/)
[![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>

_Preparation of InSAR surface displacement maps for geophysical modelling_

## Installation

Install from pip:

```sh
pip install kite
```

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

```sh
pip install kite[gdal]
```

## Introduction

This framework is streamlining InSAR displacement processing routines for earthquake inversion through [Pyrocko](https://www.pyrocko.org) and Grond.

Kite features simple and efficient handling of displacement data:

* Import InSAR displacement data from GAMMA, ISCE, GMTSAR, ROI_PAC, SARScape, [COMET LiCSAR](https://comet.nerc.ac.uk/COMET-LiCS-portal/), [SNAP](https://step.esa.int/main/toolboxes/snap/) and Matlab
* Import of average timeseries from [STAMPS](https://homepages.see.leeds.ac.uk/~earahoo/stamps/) and German [BodenBewegungsDienst](https://bodenbewegungsdienst.bgr.de)
* **Quadtree** calculation for data reduction
* **Covariance** estimation from data noise
* **APS removal** from [GACOS](http://ceg-research.ncl.ac.uk/v2/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](https://img.shields.io/badge/DOI-10.5880%2FGFZ.2.1.2017.002-blue.svg)](http://doi.org/10.5880/GFZ.2.1.2017.002)

# Documentation

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

## Short Example

```python
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](https://pyrocko.org/grond/docs/current/_images/example_spool-quadtree.png)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "kite",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Marius Paul Isken <mi@gfz-potsdam.de>",
    "keywords": "InSAR,satellite,radar,earthquake,optimization",
    "author": "",
    "author_email": "Marius Paul Isken <mi@gfz-potsdam.de>, Henriette Sudhaus <hsudhaus@ifg.uni-kiel.de>",
    "download_url": "https://files.pythonhosted.org/packages/51/16/139c6446f9a6973e8e41a5691a9ceb5d4fd24b6332b479f28197ebc9f9ee/kite-1.5.8.tar.gz",
    "platform": null,
    "description": "# Kite\n\n[![Docs](https://img.shields.io/badge/kite-Documentation-blue.svg)](https://pyrocko.org/kite/docs/current/)\n[![PyPI](https://img.shields.io/pypi/v/kite)](https://pypi.org/project/kite)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kite)\n[![CI](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml/badge.svg)](https://github.com/pyrocko/kite/actions/workflows/build-wheels.yaml)\n<a href=\"https://github.com/psf/black\"><img alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"></a>\n\n_Preparation of InSAR surface displacement maps for geophysical modelling_\n\n## Installation\n\nInstall from pip:\n\n```sh\npip install kite\n```\n\nWith additional gdal dependency, used for GeoTIFF (GACOS and LiCSAR):\n\n```sh\npip install kite[gdal]\n```\n\n## Introduction\n\nThis framework is streamlining InSAR displacement processing routines for earthquake inversion through [Pyrocko](https://www.pyrocko.org) and Grond.\n\nKite features simple and efficient handling of displacement data:\n\n* Import InSAR displacement data from GAMMA, ISCE, GMTSAR, ROI_PAC, SARScape, [COMET LiCSAR](https://comet.nerc.ac.uk/COMET-LiCS-portal/), [SNAP](https://step.esa.int/main/toolboxes/snap/) and Matlab\n* Import of average timeseries from [STAMPS](https://homepages.see.leeds.ac.uk/~earahoo/stamps/) and German [BodenBewegungsDienst](https://bodenbewegungsdienst.bgr.de)\n* **Quadtree** calculation for data reduction\n* **Covariance** estimation from data noise\n* **APS removal** from [GACOS](http://ceg-research.ncl.ac.uk/v2/gacos/) atmoshperic models and empirical elevation correlation\n\n## Citation\n\nRecommended citation for Kite\n\n> 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>\n\n[![DOI](https://img.shields.io/badge/DOI-10.5880%2FGFZ.2.1.2017.002-blue.svg)](http://doi.org/10.5880/GFZ.2.1.2017.002)\n\n# Documentation\n\nFind the documentation at <https://pyrocko.org/kite/docs/current/>.\n\n## Short Example\n\n```python\nfrom kite import Scene\n\n# Import Matlab container to kite\nscene = Scene.load('SNAP_data/')\nscene.spool()  # start the GUI for data inspection and Quadtree parametrisation\n```\n\nVisual parametrisation of the quadtree and spatial covariance for SLC and InSAR time-series.\n\n![L'Aquila earthquake unwrapped displacement data](https://pyrocko.org/grond/docs/current/_images/example_spool-quadtree.png)\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "InSAR unwrapped surface displacement processing for earthquake modelling.",
    "version": "1.5.8",
    "project_urls": {
        "GitHub": "https://github.com/pyrocko/kite",
        "Home": "https://pyrocko.org",
        "Issues": "https://github.com/pyrocko/kite/issues"
    },
    "split_keywords": [
        "insar",
        "satellite",
        "radar",
        "earthquake",
        "optimization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f913074044832e9e30d6f8932b1d9b728686c43450091ba42fee7d72c05950d5",
                "md5": "d42e4a5245be193d46087d0a42c39c06",
                "sha256": "8fd43e617d9a3207e56129a620acf1a56003f6eca3d7092db1fd24c932e1faa5"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "d42e4a5245be193d46087d0a42c39c06",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 742828,
            "upload_time": "2024-02-21T09:16:22",
            "upload_time_iso_8601": "2024-02-21T09:16:22.658903Z",
            "url": "https://files.pythonhosted.org/packages/f9/13/074044832e9e30d6f8932b1d9b728686c43450091ba42fee7d72c05950d5/kite-1.5.8-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7b0723ae6dc9b92eac0f80bd26ce2c699c03fbbca811324cc05b2c4ef3ec876",
                "md5": "143ec140fabc4ade695352037a159f2e",
                "sha256": "97fe6005ec37384ebb8eb586271b4b6eb9a5ec9dd32bb7306845336d66297ba0"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "143ec140fabc4ade695352037a159f2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 731303,
            "upload_time": "2024-02-21T09:16:25",
            "upload_time_iso_8601": "2024-02-21T09:16:25.141673Z",
            "url": "https://files.pythonhosted.org/packages/a7/b0/723ae6dc9b92eac0f80bd26ce2c699c03fbbca811324cc05b2c4ef3ec876/kite-1.5.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77790fc5a3cf97f84364b91f9b268be77d47a714fb16a7c25c92bf8201158252",
                "md5": "0b9889a1ad38b20f582fa12392806299",
                "sha256": "7b4b2ea1b41f242cbe24d6c4b8fd5ad229671025365aa39dd7f988acd569a1cd"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0b9889a1ad38b20f582fa12392806299",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 839141,
            "upload_time": "2024-02-21T09:16:27",
            "upload_time_iso_8601": "2024-02-21T09:16:27.356136Z",
            "url": "https://files.pythonhosted.org/packages/77/79/0fc5a3cf97f84364b91f9b268be77d47a714fb16a7c25c92bf8201158252/kite-1.5.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3d222034ff493c4489626c8e66119fb1cde1d5990faba450828f5d7a02d702b",
                "md5": "505f216e30977f526f32a7d4ffbdea7b",
                "sha256": "a9512892eaa443b8ae35da6fbc8fe3017387132d49fd4c132a770afbe1d2635d"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "505f216e30977f526f32a7d4ffbdea7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 838474,
            "upload_time": "2024-02-21T09:16:29",
            "upload_time_iso_8601": "2024-02-21T09:16:29.094530Z",
            "url": "https://files.pythonhosted.org/packages/b3/d2/22034ff493c4489626c8e66119fb1cde1d5990faba450828f5d7a02d702b/kite-1.5.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68e08ca3f3861a9a562a01c7850151a836a297ee10199baa3af22762100d4c37",
                "md5": "2f0e2b7613779428aea43b32109f3db2",
                "sha256": "5adb4b3e881d6f38c89a0cda45c63499d5d93888ddad3a02843baec09caf7658"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "2f0e2b7613779428aea43b32109f3db2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 742834,
            "upload_time": "2024-02-21T09:16:31",
            "upload_time_iso_8601": "2024-02-21T09:16:31.387121Z",
            "url": "https://files.pythonhosted.org/packages/68/e0/8ca3f3861a9a562a01c7850151a836a297ee10199baa3af22762100d4c37/kite-1.5.8-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4f8ba6c7c6b3be52133cb589044a00f9b8d6dc50d540bcbca45202c3164c852",
                "md5": "6a625d02aab30bf1a641209018ba8a15",
                "sha256": "b65675afb9d587f6d2429580ca311e06df2cd9268cf7cd159b7f4c0c9ed10e17"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a625d02aab30bf1a641209018ba8a15",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 731308,
            "upload_time": "2024-02-21T09:16:32",
            "upload_time_iso_8601": "2024-02-21T09:16:32.954620Z",
            "url": "https://files.pythonhosted.org/packages/b4/f8/ba6c7c6b3be52133cb589044a00f9b8d6dc50d540bcbca45202c3164c852/kite-1.5.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "794d98a4675f6e65231ce96810cbe0d96dfa28e9eca980e05e51d78e144afa92",
                "md5": "f57ff5f45c40a5873feabab62fff41de",
                "sha256": "f295abef688cc13d3b627ae0d61ec2b2a8c34a7ab097a8e63c285bef93b6fa73"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f57ff5f45c40a5873feabab62fff41de",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 840888,
            "upload_time": "2024-02-21T09:16:34",
            "upload_time_iso_8601": "2024-02-21T09:16:34.424039Z",
            "url": "https://files.pythonhosted.org/packages/79/4d/98a4675f6e65231ce96810cbe0d96dfa28e9eca980e05e51d78e144afa92/kite-1.5.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a410ab586e4fee09ba5bc015216235c0007a6caad1dc17c7b0a4b25f1fd60d3",
                "md5": "c1319f765d9f8c84b70cbb9b9b421a73",
                "sha256": "55f131ce5227d5b5656dd824bcd8334ed2aef8413eddcb228adedf37606a70f5"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c1319f765d9f8c84b70cbb9b9b421a73",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 840160,
            "upload_time": "2024-02-21T09:16:36",
            "upload_time_iso_8601": "2024-02-21T09:16:36.531992Z",
            "url": "https://files.pythonhosted.org/packages/7a/41/0ab586e4fee09ba5bc015216235c0007a6caad1dc17c7b0a4b25f1fd60d3/kite-1.5.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c5cc58ae34d7e59d7867183e5b7cea45609324bcf1c29d9b54642b6337d27a8",
                "md5": "823d532a1cda644772633ee6900aaf85",
                "sha256": "bc6eacdf9e0c4914841757209fc71cff34e8bc0585dfb78235a42b7702e494b1"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "823d532a1cda644772633ee6900aaf85",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 731185,
            "upload_time": "2024-02-21T09:16:38",
            "upload_time_iso_8601": "2024-02-21T09:16:38.389843Z",
            "url": "https://files.pythonhosted.org/packages/0c/5c/c58ae34d7e59d7867183e5b7cea45609324bcf1c29d9b54642b6337d27a8/kite-1.5.8-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e1cad440e3d9d830cd61e27c34b0991afc12f23577492bf68675bf7b99450a8",
                "md5": "ddb180631a6569b56b84a4bc05f81f7b",
                "sha256": "b7e4711f9d95925c084f66587524a593cf597e5fb851947eef71a87a5d159e99"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ddb180631a6569b56b84a4bc05f81f7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 840090,
            "upload_time": "2024-02-21T09:16:40",
            "upload_time_iso_8601": "2024-02-21T09:16:40.572489Z",
            "url": "https://files.pythonhosted.org/packages/3e/1c/ad440e3d9d830cd61e27c34b0991afc12f23577492bf68675bf7b99450a8/kite-1.5.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaa1e8b463ed5d1874aab18ecfa791dff8049937c51e93dcba8d729a2d2a1704",
                "md5": "9a9fd1c5f9a454a9c4f463461a47a074",
                "sha256": "24e7dc4a40581233347ffd013e6ee5196fa170011542aa1084dcf79b083eb5de"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a9fd1c5f9a454a9c4f463461a47a074",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 839211,
            "upload_time": "2024-02-21T09:16:42",
            "upload_time_iso_8601": "2024-02-21T09:16:42.848267Z",
            "url": "https://files.pythonhosted.org/packages/ea/a1/e8b463ed5d1874aab18ecfa791dff8049937c51e93dcba8d729a2d2a1704/kite-1.5.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ace5afe9cc4e9bec3b335ef916e65877c465b96f63156792721a189674ae504b",
                "md5": "3191cea8217c2d75e2bf4a6179b67d49",
                "sha256": "047406163ab3a66348789165dcbbade3297fe1ee4e679ba22cd627643223bb25"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "3191cea8217c2d75e2bf4a6179b67d49",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 742820,
            "upload_time": "2024-02-21T09:16:45",
            "upload_time_iso_8601": "2024-02-21T09:16:45.036518Z",
            "url": "https://files.pythonhosted.org/packages/ac/e5/afe9cc4e9bec3b335ef916e65877c465b96f63156792721a189674ae504b/kite-1.5.8-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e151c92e601517aa0e7e0245fa329b8a718a58aa92cbd121995ae824da9f48b",
                "md5": "e6e5d6d9364c68c943033da5af38d5d9",
                "sha256": "05cef123296a76b6c55454268293e913607f296646a569d42c57bf53fc0eecbb"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6e5d6d9364c68c943033da5af38d5d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 731300,
            "upload_time": "2024-02-21T09:16:46",
            "upload_time_iso_8601": "2024-02-21T09:16:46.556415Z",
            "url": "https://files.pythonhosted.org/packages/4e/15/1c92e601517aa0e7e0245fa329b8a718a58aa92cbd121995ae824da9f48b/kite-1.5.8-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c46582203f3591336ac425a0857de01ff1f9ad81cd95586d718a8d1bc3ef22d",
                "md5": "0773a3e2c57ef6987cc4a7747c2a8742",
                "sha256": "cde677bdf1c5654204a7a6251cfd59e518e2fdc5e76adcb0e271583b051aac2a"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0773a3e2c57ef6987cc4a7747c2a8742",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 838657,
            "upload_time": "2024-02-21T09:16:48",
            "upload_time_iso_8601": "2024-02-21T09:16:48.105449Z",
            "url": "https://files.pythonhosted.org/packages/6c/46/582203f3591336ac425a0857de01ff1f9ad81cd95586d718a8d1bc3ef22d/kite-1.5.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6123c7c14a61bb3462a9029bd488475cd2a2693bf06626d6e35b607c6fb5bd0",
                "md5": "6e7154fac70c3bc115e4ac4163991846",
                "sha256": "c51e9a96fc076c6d6d85732eee8ad1378228241af2f725aee75ccc380b9fd782"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6e7154fac70c3bc115e4ac4163991846",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 838019,
            "upload_time": "2024-02-21T09:16:49",
            "upload_time_iso_8601": "2024-02-21T09:16:49.635070Z",
            "url": "https://files.pythonhosted.org/packages/c6/12/3c7c14a61bb3462a9029bd488475cd2a2693bf06626d6e35b607c6fb5bd0/kite-1.5.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d34ab549a8f7bd8ccf69ed150b0e5a5346f9811903aaca959b8564c6f24636a",
                "md5": "bfcd8cfc53caabbb32bbf97363431404",
                "sha256": "7be9a925f80f1d4d17edf45d23477f4d1b8912a25c07b5cca233863f4f7083a6"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "bfcd8cfc53caabbb32bbf97363431404",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 742816,
            "upload_time": "2024-02-21T09:16:51",
            "upload_time_iso_8601": "2024-02-21T09:16:51.272521Z",
            "url": "https://files.pythonhosted.org/packages/4d/34/ab549a8f7bd8ccf69ed150b0e5a5346f9811903aaca959b8564c6f24636a/kite-1.5.8-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72105556f5f38e6a0391125852de41a016ff0eef608f787dc418558c59bc8a38",
                "md5": "824f109e98a013fc3dfb5f2e7c62a1fd",
                "sha256": "17c3fc435c1fe985fb1054de90d4bb1f97bd0d6e64318299a3cf1356b6a822ae"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "824f109e98a013fc3dfb5f2e7c62a1fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 731300,
            "upload_time": "2024-02-21T09:16:53",
            "upload_time_iso_8601": "2024-02-21T09:16:53.474528Z",
            "url": "https://files.pythonhosted.org/packages/72/10/5556f5f38e6a0391125852de41a016ff0eef608f787dc418558c59bc8a38/kite-1.5.8-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "316b69b2fbc259b00519ed92443716246e0c12ab6847cc72d6db5df31f12602c",
                "md5": "dc3f9a01aa6a0286418eb5a53ab82b5e",
                "sha256": "ba9d46cc53e6ddf42c510574665ae8dbc5811e5c80692ee2bab2e2f19f1bfb56"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "dc3f9a01aa6a0286418eb5a53ab82b5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 838504,
            "upload_time": "2024-02-21T09:16:55",
            "upload_time_iso_8601": "2024-02-21T09:16:55.207110Z",
            "url": "https://files.pythonhosted.org/packages/31/6b/69b2fbc259b00519ed92443716246e0c12ab6847cc72d6db5df31f12602c/kite-1.5.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0fbc83a4552a1c893f9388c2e63808ad545be19abc2e32cbb908ec346f3350e",
                "md5": "83d9647b05c6205e8e5e81ad1245c289",
                "sha256": "eeafbae40e6a7bfba63c443e1be8efe640c71005c7f5544bc4a6818cd17f67ee"
            },
            "downloads": -1,
            "filename": "kite-1.5.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "83d9647b05c6205e8e5e81ad1245c289",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 837866,
            "upload_time": "2024-02-21T09:16:57",
            "upload_time_iso_8601": "2024-02-21T09:16:57.031456Z",
            "url": "https://files.pythonhosted.org/packages/f0/fb/c83a4552a1c893f9388c2e63808ad545be19abc2e32cbb908ec346f3350e/kite-1.5.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5116139c6446f9a6973e8e41a5691a9ceb5d4fd24b6332b479f28197ebc9f9ee",
                "md5": "aceaa207bd551d1f643370cf84f77962",
                "sha256": "4d24797afa5112cd87bca6020e6983b5843b6dfefc8df21cd44539dc10297960"
            },
            "downloads": -1,
            "filename": "kite-1.5.8.tar.gz",
            "has_sig": false,
            "md5_digest": "aceaa207bd551d1f643370cf84f77962",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2473068,
            "upload_time": "2024-02-21T09:16:58",
            "upload_time_iso_8601": "2024-02-21T09:16:58.690743Z",
            "url": "https://files.pythonhosted.org/packages/51/16/139c6446f9a6973e8e41a5691a9ceb5d4fd24b6332b479f28197ebc9f9ee/kite-1.5.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 09:16:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyrocko",
    "github_project": "kite",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kite"
}
        
Elapsed time: 0.25903s