Software Open Access
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
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.7336285</identifier> <creators> <creator> <creatorName>Zhang Yunjun</creatorName> <affiliation>California Institute of Technology</affiliation> </creator> <creator> <creatorName>Joshua Zahner</creatorName> <affiliation>School of Aquatic and Fisheries Sciences</affiliation> </creator> <creator> <creatorName>stackTom</creatorName> </creator> <creator> <creatorName>Falk Amelung</creatorName> <affiliation>University of Miami</affiliation> </creator> <creator> <creatorName>ehavazli</creatorName> <affiliation>Jet Propulsion Laboratory</affiliation> </creator> <creator> <creatorName>Yuan-Kai Liu</creatorName> <affiliation>California Institute of Technology</affiliation> </creator> <creator> <creatorName>Heresh Fattahi</creatorName> <affiliation>JPL</affiliation> </creator> <creator> <creatorName>Forrest Williams</creatorName> <affiliation>Alaska Satellite Facility</affiliation> </creator> <creator> <creatorName>David W Grossman</creatorName> </creator> <creator> <creatorName>BB</creatorName> </creator> <creator> <creatorName>Oliver Stephenson</creatorName> </creator> <creator> <creatorName>Bryan Marfito</creatorName> </creator> <creator> <creatorName>Sara Mirzaee</creatorName> <affiliation>California Institute of Technology</affiliation> </creator> <creator> <creatorName>Antonio Valentino</creatorName> </creator> <creator> <creatorName>Simran S Sangha</creatorName> <affiliation>Jet Propulsion Laboratory</affiliation> </creator> <creator> <creatorName>Panji Brotoisworo</creatorName> <affiliation>@Arlula</affiliation> </creator> <creator> <creatorName>Scott Staniewicz</creatorName> <affiliation>NASA Jet Propulsion Laboratory</affiliation> </creator> <creator> <creatorName>Joseph H Kennedy</creatorName> <affiliation>Alaska Satellite Facility</affiliation> </creator> <creator> <creatorName>Yunmeng Cao</creatorName> <affiliation>GNS Science</affiliation> </creator> <creator> <creatorName>Russell Grew</creatorName> </creator> <creator> <creatorName>ranneylxr</creatorName> </creator> <creator> <creatorName>Andre Theron</creatorName> <affiliation>SkyGeo</affiliation> </creator> <creator> <creatorName>Andrew Johnston</creatorName> </creator> <creator> <creatorName>CunrenLiang</creatorName> <affiliation>Peking University</affiliation> </creator> <creator> <creatorName>James Rine</creatorName> <affiliation>Alaska Satellite Facility</affiliation> </creator> <creator> <creatorName>Lei</creatorName> </creator> <creator> <creatorName>Yujie Zheng</creatorName> </creator> <creator> <creatorName>cirrusasf</creatorName> </creator> </creators> <titles> <title>insarlab/MintPy: Version 1.5.0 - responsive CLI via lazy import</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2022</publicationYear> <dates> <date dateType="Issued">2022-11-19</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/7336285</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/insarlab/MintPy/tree/v1.5.0</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.6462343</relatedIdentifier> </relatedIdentifiers> <version>v1.5.0</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract">New features <ul> <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> <li>switch the source code structure to the standard <code>src/mintpy</code> layout (#903, by Z. Yunjun, S. Staniewicz)</li> <li><code>plate_motion</code> refactoring (#868, #851, #858, #906 by Y. K. Liu &amp; Z. Yunjun): <ul> <li>add <code>mintpy.objects.euler_pole</code> sub-module for plate motion calculation and conversion. </li> <li>drop the dependency on <code>astropy</code> and <code>platemotion</code>.</li> <li>switch the default local coordinate translation from ECEF from sphere to spheroid.</li> <li>support azimuth output</li> <li>renamed from <code>bulk_plate_motion</code> to <code>plate_motion</code></li> </ul> </li> <li><code>timeseries2velocity</code>: save <code>residue</code> and <code>intercept</code> dataset (#835)</li> <li><code>dem_error</code> (#875, #890, #902, #905, by Z. Yunjun &amp; S. Mirzaee):<ul> <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> <li>remove the all-zero column in the design matrix for phase velocity minimization, to avoid occasionally high fitting residue.</li> </ul> </li> <li>IO &amp; utility:<ul> <li><code>objects.timeseries.read</code>: use single indexing to speedup reading (#851)</li> <li><code>load_data</code>: support azimuth angle file for ASF HyP3 product (#865)</li> <li><code>readfile.read_attribute</code>: allow ENVI files created with SUFFIX=ADD (#841 by S. Staniewicz)</li> <li><code>save_hdf5eos</code>: calculate <code>data_footprint</code> for radar-coded dataset (#833 by A. Terrero)</li> <li><code>save_roipac</code>: support non-velocity dataset from the velocity file (#874 by B. Marfito)</li> <li><code>geocode</code>: copy dataset units, such as from velocity.h5 file (#910)</li> <li><code>constants</code>: move from <code>mintpy.objects</code> to the root <code>mintpy</code> level (#911)</li> </ul> </li> <li>bugs fix (#842, #843, #849, #851, #853, #860, #864, #871, #879, #883, #888, #901)</li> <li>dependency change:<ul> <li>add <code>pre-commit</code> (#873)</li> <li>add <code>rich</code> (#851)</li> </ul> </li> </ul> Technical improvements <ul> <li>add <code>pre-commit</code> hook (#852, #856, #866, #881, #907)</li> <li>add <code>dependabot</code> to auto update GitHub Actions (#893, #894, #895, #896, #897, #898, #899)</li> <li>enable building distributions for PRs by splitting it from upload to PyPI (#893)</li> <li>more unit tests for <code>dem_error</code>, <code>euler_pole</code></li> <li>delete obsolete <code>mintpy/legacy/gui</code> folder (#846)</li> </ul> Contributors <ul> <li>Zhang Yunjun</li> <li>Antonio Valentino</li> <li>Yuan-Kai Liu</li> <li>Sara Mirzaee</li> <li>Scott Staniewicz</li> <li>Bryan Marfito</li> <li>Brett Buzzanga</li> <li>Alfredo Terrero</li> <li>Jiawei Li</li> <li>Mohammad Mohseni Aref</li> </ul></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 450 | 15 |
Downloads | 24 | 1 |
Data volume | 22.6 MB | 1.0 MB |
Unique views | 395 | 14 |
Unique downloads | 23 | 1 |