There is a newer version of this record available.

Software Open Access

insarlab/MintPy: Version 1.5.0 - responsive CLI via lazy import

Zhang Yunjun; Joshua Zahner; stackTom; Falk Amelung; ehavazli; Yuan-Kai Liu; Heresh Fattahi; Forrest Williams; David W Grossman; BB; Oliver Stephenson; Bryan Marfito; Sara Mirzaee; Antonio Valentino; Simran S Sangha; Panji Brotoisworo; Scott Staniewicz; Joseph H Kennedy; Yunmeng Cao; Russell Grew; ranneylxr; Andre Theron; Andrew Johnston; CunrenLiang; James Rine; Lei; Yujie Zheng; cirrusasf


JSON Export

{
  "files": [
    {
      "links": {
        "self": "https://zenodo.org/api/files/13a65ea7-d52d-4bfc-9630-9a31df0416aa/insarlab/MintPy-v1.5.0.zip"
      }, 
      "checksum": "md5:441ff2d479094001b03bf6721ec594cc", 
      "bucket": "13a65ea7-d52d-4bfc-9630-9a31df0416aa", 
      "key": "insarlab/MintPy-v1.5.0.zip", 
      "type": "zip", 
      "size": 1039780
    }
  ], 
  "owners": [
    38595
  ], 
  "doi": "10.5281/zenodo.7336285", 
  "stats": {
    "version_unique_downloads": 23.0, 
    "unique_views": 14.0, 
    "views": 15.0, 
    "version_views": 450.0, 
    "unique_downloads": 1.0, 
    "version_unique_views": 395.0, 
    "volume": 1039780.0, 
    "version_downloads": 24.0, 
    "downloads": 1.0, 
    "version_volume": 22581067.0
  }, 
  "links": {
    "doi": "https://doi.org/10.5281/zenodo.7336285", 
    "conceptdoi": "https://doi.org/10.5281/zenodo.6462343", 
    "bucket": "https://zenodo.org/api/files/13a65ea7-d52d-4bfc-9630-9a31df0416aa", 
    "conceptbadge": "https://zenodo.org/badge/doi/10.5281/zenodo.6462343.svg", 
    "html": "https://zenodo.org/record/7336285", 
    "latest_html": "https://zenodo.org/record/8229308", 
    "badge": "https://zenodo.org/badge/doi/10.5281/zenodo.7336285.svg", 
    "latest": "https://zenodo.org/api/records/8229308"
  }, 
  "conceptdoi": "10.5281/zenodo.6462343", 
  "created": "2022-11-19T01:17:12.383967+00:00", 
  "updated": "2023-08-09T14:14:54.265395+00:00", 
  "conceptrecid": "6462343", 
  "revision": 5, 
  "id": 7336285, 
  "metadata": {
    "access_right_category": "success", 
    "doi": "10.5281/zenodo.7336285", 
    "description": "New features\n<ul>\n<li>responsive command line interface (CLI) via lazy imports of the <code>mintpy.cli</code> sub-module (#828, #854 by A. Valentino &amp; Z. Yunjun). The new <code>mintpy.cli</code> sub-module contains all the CLI-related functionality and provides a significant speedup for all command line interactions, e.g. the help message and input error checking.</li>\n<li>switch the source code structure to the standard <code>src/mintpy</code> layout (#903, by Z. Yunjun, S. Staniewicz)</li>\n<li><code>plate_motion</code> refactoring (#868, #851, #858, #906 by Y. K. Liu &amp; Z. Yunjun): <ul>\n<li>add <code>mintpy.objects.euler_pole</code> sub-module for plate motion calculation and conversion. </li>\n<li>drop the dependency on <code>astropy</code> and <code>platemotion</code>.</li>\n<li>switch the default local coordinate translation from ECEF from sphere to spheroid.</li>\n<li>support azimuth output</li>\n<li>renamed from <code>bulk_plate_motion</code> to <code>plate_motion</code></li>\n</ul>\n</li>\n<li><code>timeseries2velocity</code>: save <code>residue</code> and <code>intercept</code> dataset (#835)</li>\n<li><code>dem_error</code> (#875, #890, #902, #905, by Z. Yunjun &amp; S. Mirzaee):<ul>\n<li>change cutoff <code>cond</code> from 1e-15 to 1e-8 in <code>scipy.linalg.lstsq()</code> to avoid occasionally abnormal high fitting residue..</li>\n<li>remove the all-zero column in the design matrix for phase velocity minimization, to avoid occasionally high fitting residue.</li>\n</ul>\n</li>\n<li>IO &amp; utility:<ul>\n<li><code>objects.timeseries.read</code>: use single indexing to speedup reading (#851)</li>\n<li><code>load_data</code>: support azimuth angle file for ASF HyP3 product (#865)</li>\n<li><code>readfile.read_attribute</code>: allow ENVI files created with SUFFIX=ADD (#841 by S. Staniewicz)</li>\n<li><code>save_hdf5eos</code>: calculate <code>data_footprint</code> for radar-coded dataset (#833 by A. Terrero)</li>\n<li><code>save_roipac</code>: support non-velocity dataset from the velocity file (#874 by B. Marfito)</li>\n<li><code>geocode</code>: copy dataset units, such as from velocity.h5 file (#910)</li>\n<li><code>constants</code>: move from <code>mintpy.objects</code> to the root <code>mintpy</code> level (#911)</li>\n</ul>\n</li>\n<li>bugs fix (#842, #843, #849, #851, #853, #860, #864, #871, #879, #883, #888, #901)</li>\n<li>dependency change:<ul>\n<li>add <code>pre-commit</code> (#873)</li>\n<li>add <code>rich</code> (#851)</li>\n</ul>\n</li>\n</ul>\nTechnical improvements\n<ul>\n<li>add <code>pre-commit</code> hook (#852, #856, #866, #881, #907)</li>\n<li>add <code>dependabot</code> to auto update GitHub Actions (#893, #894, #895, #896, #897, #898, #899)</li>\n<li>enable building distributions for PRs by splitting it from upload to PyPI (#893)</li>\n<li>more unit tests for <code>dem_error</code>, <code>euler_pole</code></li>\n<li>delete obsolete <code>mintpy/legacy/gui</code> folder (#846)</li>\n</ul>\nContributors\n<ul>\n<li>Zhang Yunjun</li>\n<li>Antonio Valentino</li>\n<li>Yuan-Kai Liu</li>\n<li>Sara Mirzaee</li>\n<li>Scott Staniewicz</li>\n<li>Bryan Marfito</li>\n<li>Brett Buzzanga</li>\n<li>Alfredo Terrero</li>\n<li>Jiawei Li</li>\n<li>Mohammad Mohseni Aref</li>\n</ul>", 
    "license": {
      "id": "other-open"
    }, 
    "title": "insarlab/MintPy: Version 1.5.0 - responsive CLI via lazy import", 
    "relations": {
      "version": [
        {
          "count": 6, 
          "index": 3, 
          "parent": {
            "pid_type": "recid", 
            "pid_value": "6462343"
          }, 
          "is_last": false, 
          "last_child": {
            "pid_type": "recid", 
            "pid_value": "8229308"
          }
        }
      ]
    }, 
    "version": "v1.5.0", 
    "publication_date": "2022-11-19", 
    "creators": [
      {
        "affiliation": "California Institute of Technology", 
        "name": "Zhang Yunjun"
      }, 
      {
        "affiliation": "School of Aquatic and Fisheries Sciences", 
        "name": "Joshua Zahner"
      }, 
      {
        "name": "stackTom"
      }, 
      {
        "affiliation": "University of Miami", 
        "name": "Falk Amelung"
      }, 
      {
        "affiliation": "Jet Propulsion Laboratory", 
        "name": "ehavazli"
      }, 
      {
        "affiliation": "California Institute of Technology", 
        "name": "Yuan-Kai Liu"
      }, 
      {
        "affiliation": "JPL", 
        "name": "Heresh Fattahi"
      }, 
      {
        "affiliation": "Alaska Satellite Facility", 
        "name": "Forrest Williams"
      }, 
      {
        "name": "David W Grossman"
      }, 
      {
        "name": "BB"
      }, 
      {
        "name": "Oliver Stephenson"
      }, 
      {
        "name": "Bryan Marfito"
      }, 
      {
        "affiliation": "California Institute of Technology", 
        "name": "Sara Mirzaee"
      }, 
      {
        "name": "Antonio Valentino"
      }, 
      {
        "affiliation": "Jet Propulsion Laboratory", 
        "name": "Simran S Sangha"
      }, 
      {
        "affiliation": "@Arlula", 
        "name": "Panji Brotoisworo"
      }, 
      {
        "affiliation": "NASA Jet Propulsion Laboratory", 
        "name": "Scott Staniewicz"
      }, 
      {
        "affiliation": "Alaska Satellite Facility", 
        "name": "Joseph H Kennedy"
      }, 
      {
        "affiliation": "GNS Science", 
        "name": "Yunmeng Cao"
      }, 
      {
        "name": "Russell Grew"
      }, 
      {
        "name": "ranneylxr"
      }, 
      {
        "affiliation": "SkyGeo", 
        "name": "Andre Theron"
      }, 
      {
        "name": "Andrew Johnston"
      }, 
      {
        "affiliation": "Peking University", 
        "name": "CunrenLiang"
      }, 
      {
        "affiliation": "Alaska Satellite Facility", 
        "name": "James Rine"
      }, 
      {
        "name": "Lei"
      }, 
      {
        "name": "Yujie Zheng"
      }, 
      {
        "name": "cirrusasf"
      }
    ], 
    "access_right": "open", 
    "resource_type": {
      "type": "software", 
      "title": "Software"
    }, 
    "related_identifiers": [
      {
        "scheme": "url", 
        "identifier": "https://github.com/insarlab/MintPy/tree/v1.5.0", 
        "relation": "isSupplementTo"
      }, 
      {
        "scheme": "doi", 
        "identifier": "10.5281/zenodo.6462343", 
        "relation": "isVersionOf"
      }
    ]
  }
}
450
24
views
downloads
All versions This version
Views 45015
Downloads 241
Data volume 22.6 MB1.0 MB
Unique views 39514
Unique downloads 231

Share

Cite as