There is a newer version of this record available.

Software Open Access

insarlab/MintPy: Version 1.3.3

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


JSON Export

{
  "files": [
    {
      "links": {
        "self": "https://zenodo.org/api/files/f0e023bb-621c-42a2-8e25-548471cb4c63/insarlab/MintPy-v1.3.3.zip"
      }, 
      "checksum": "md5:65964aa602e02ea6a4f2b2a4a57f5e27", 
      "bucket": "f0e023bb-621c-42a2-8e25-548471cb4c63", 
      "key": "insarlab/MintPy-v1.3.3.zip", 
      "type": "zip", 
      "size": 824202
    }
  ], 
  "owners": [
    38595
  ], 
  "doi": "10.5281/zenodo.6462344", 
  "stats": {
    "version_unique_downloads": 20.0, 
    "unique_views": 154.0, 
    "views": 165.0, 
    "version_views": 358.0, 
    "unique_downloads": 11.0, 
    "version_unique_views": 316.0, 
    "volume": 9066222.0, 
    "version_downloads": 21.0, 
    "downloads": 11.0, 
    "version_volume": 19333083.0
  }, 
  "links": {
    "doi": "https://doi.org/10.5281/zenodo.6462344", 
    "conceptdoi": "https://doi.org/10.5281/zenodo.6462343", 
    "bucket": "https://zenodo.org/api/files/f0e023bb-621c-42a2-8e25-548471cb4c63", 
    "conceptbadge": "https://zenodo.org/badge/doi/10.5281/zenodo.6462343.svg", 
    "html": "https://zenodo.org/record/6462344", 
    "latest_html": "https://zenodo.org/record/7502839", 
    "badge": "https://zenodo.org/badge/doi/10.5281/zenodo.6462344.svg", 
    "latest": "https://zenodo.org/api/records/7502839"
  }, 
  "conceptdoi": "10.5281/zenodo.6462343", 
  "created": "2022-04-14T21:26:05.880954+00:00", 
  "updated": "2023-01-04T04:59:29.816285+00:00", 
  "conceptrecid": "6462343", 
  "revision": 7, 
  "id": 6462344, 
  "metadata": {
    "access_right_category": "success", 
    "doi": "10.5281/zenodo.6462344", 
    "description": "<p>Cut a new release for Yunjun et al. (2022) and Gregg et al. (2022).</p>\nNew Features:\n<ul>\n<li>add <code>closure_phase_bias.py</code> to mask areas susceptible to the closure phase bias (Zheng et al., 2022), contributed by Yujie Zheng</li>\n<li>add <code>iono_tec.py</code> and <code>simulation/iono.py</code> for GIM-based ionospheric correction for range offset (Yunjun et al., 2022)</li>\n<li>[preliminary] add TS full covariance matrix calculation and propagation, with contributions from Sara Mirzaee</li>\n<li>File I/O:<ul>\n<li>support 4D matrix IO in <code>readfile/writefile/cluster.py</code></li>\n<li>support SLC stack as <code>FILE_TYPE==timeseries and DATA_TYPE==complex</code></li>\n<li>initial <code>NO_DATA_VALUE</code> support as a new standard metadata</li>\n<li><code>uavsar</code>: support UAVSAR <code>.ann/lkv/llh</code> files reading and solid Earth tides correction</li>\n<li><code>prep_fringe</code>: add \"connectComponent\" to ifgramStack file if exists, contributed by Brett Buzzanga</li>\n</ul>\n</li>\n<li>Utilities:<ul>\n<li><code>add/diff/image_stitch</code>: generic multi-dataset file support, with contributions from Yuan-Kai Liu and Ollie Stephenson</li>\n<li><code>asc_desc2horz_vert.py</code>: support decomposition with pixel-wised geometry via <code>--geom-file</code> option</li>\n<li><code>geocode</code>: change the default geocoding output lat/lon step from \"same row/col number\" to \"same pixel area\", with contributions from Brett Buzzanga</li>\n</ul>\n</li>\n<li>add <code>mintpy.unwrapError.connCompMinArea</code> option, contributed by Sara Mirzaee</li>\n<li>visualization:<ul>\n<li>plot_network: color-code network based on temp/perp baseline, contributed by Yuan-Kai Liu</li>\n<li>view: add <code>--no-data-value</code> option</li>\n<li>tsview: support <code>--coastline</code> via carroty map projection</li>\n<li>tsview: support very long TS files, e.g. TEC and GRACE datasets in h5 format.</li>\n</ul>\n</li>\n</ul>\nTechnical Improvements:\n<ul>\n<li>drop dependencies on <code>pykdtree</code>, <code>xarray</code> and <code>zarr</code> as they are now properly installed by <code>condo install pyresample</code>.</li>\n<li>support <code>h5py&gt;=3</code> by fixing the bool array indexing bug, contributed by Brett Buzzanga</li>\n<li>support <code>python 3.9</code> and <code>python 3.10</code> via documentation change only</li>\n<li>fix argv/args bug for conda/pip installed version</li>\n<li>use numpy values as the standard for the string/object conversion between different packages</li>\n<li>add the first unit test in <code>tests/test_asc_desc2horz_vert.py</code></li>\n<li>refactor the following scripts:<ul>\n<li><code>legacy/load2hdf5.py</code></li>\n<li><code>prep_snap.py</code></li>\n<li><code>objects/gps.get_gps_los_obs()</code></li>\n</ul>\n</li>\n<li>other bugs fix</li>\n</ul>\nContributors:\n<ul>\n<li>Zhang Yunjun</li>\n<li>Yujie Zheng</li>\n<li>Sara Mirzaee</li>\n<li>Brett Buzzanga</li>\n<li>Yuan-Kai Liu</li>\n<li>Ollie Stephenson</li>\n<li>Zel Hurewitz</li>\n<li>Marin Govorcin</li>\n<li>Andrew Johnston</li>\n</ul>", 
    "license": {
      "id": "other-open"
    }, 
    "title": "insarlab/MintPy: Version 1.3.3", 
    "relations": {
      "version": [
        {
          "count": 5, 
          "index": 0, 
          "parent": {
            "pid_type": "recid", 
            "pid_value": "6462343"
          }, 
          "is_last": false, 
          "last_child": {
            "pid_type": "recid", 
            "pid_value": "7502839"
          }
        }
      ]
    }, 
    "version": "v1.3.3", 
    "publication_date": "2022-04-14", 
    "creators": [
      {
        "affiliation": "California Institute of Technology", 
        "name": "Zhang Yunjun"
      }, 
      {
        "affiliation": "School of Aquatic and Fisheries Sciences", 
        "name": "Joshua Zahner"
      }, 
      {
        "name": "stackTom"
      }, 
      {
        "affiliation": "Jet Propulsion Laboratory", 
        "name": "ehavazli"
      }, 
      {
        "affiliation": "University of Miami", 
        "name": "Falk Amelung"
      }, 
      {
        "affiliation": "JPL", 
        "name": "Heresh Fattahi"
      }, 
      {
        "affiliation": "Massey University", 
        "name": "Forrest Williams"
      }, 
      {
        "affiliation": "California Institute of Technology", 
        "name": "Yuan-Kai Liu"
      }, 
      {
        "name": "David W Grossman"
      }, 
      {
        "name": "Oliver Stephenson"
      }, 
      {
        "name": "BB"
      }, 
      {
        "affiliation": "University of Miami", 
        "name": "Sara Mirzaee"
      }, 
      {
        "affiliation": "Jet Propulsion Laboratory", 
        "name": "Simran S Sangha"
      }, 
      {
        "affiliation": "STAMINA4Space", 
        "name": "Panji Brotoisworo"
      }, 
      {
        "affiliation": "Earth Observatory of Singapore", 
        "name": "Bryan Marfito"
      }, 
      {
        "affiliation": "University of Texas at Austin", 
        "name": "Scott Staniewicz"
      }, 
      {
        "affiliation": "GNS Science", 
        "name": "Yunmeng Cao"
      }, 
      {
        "name": "Russell Grew"
      }, 
      {
        "name": "ranneylxr"
      }, 
      {
        "affiliation": "ESRI", 
        "name": "Andre Theron"
      }, 
      {
        "name": "Andrew Johnston"
      }, 
      {
        "affiliation": "Peking University", 
        "name": "CunrenLiang"
      }, 
      {
        "affiliation": "Alaska Satellite Facility", 
        "name": "James Rine"
      }, 
      {
        "affiliation": "Alaska Satellite Facility", 
        "name": "Joseph H Kennedy"
      }, 
      {
        "name": "Lei"
      }, 
      {
        "name": "cirrusasf"
      }, 
      {
        "name": "Meissam Mehdizadeh"
      }, 
      {
        "name": "rzinke"
      }, 
      {
        "affiliation": "University of Maimi", 
        "name": "Bhuvan Varugu"
      }, 
      {
        "name": "sanghoonhong"
      }
    ], 
    "access_right": "open", 
    "resource_type": {
      "type": "software", 
      "title": "Software"
    }, 
    "related_identifiers": [
      {
        "scheme": "url", 
        "identifier": "https://github.com/insarlab/MintPy/tree/v1.3.3", 
        "relation": "isSupplementTo"
      }, 
      {
        "scheme": "doi", 
        "identifier": "10.5281/zenodo.6462343", 
        "relation": "isVersionOf"
      }
    ]
  }
}
358
21
views
downloads
All versions This version
Views 358165
Downloads 2111
Data volume 19.3 MB9.1 MB
Unique views 316154
Unique downloads 2011

Share

Cite as