Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:7dbbee8e2e7831e633901c968a583c69b662c2df
  • Code
  • Branches (22)
  • Releases (7)
NameTargetMessageDate
HEAD cc23ae9 build(deps): bump actions/checkout from 3 to 4 (#1088) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>11 September 2023, 11:27:35 UTC
refs/heads/aria_prep_corr 90bebdb Adjust sign error and handle multiple tropo files28 March 2023, 17:54:05 UTC
refs/heads/gui-qt 0d2d6b4 Hooked up DEM Options to Plot01 July 2018, 22:38:43 UTC
refs/heads/main cc23ae9 build(deps): bump actions/checkout from 3 to 4 (#1088) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>11 September 2023, 11:27:35 UTC
refs/heads/python2 683ec6e rename shellscripts to sh to be consistent with py3-pysar23 January 2019, 16:32:34 UTC
refs/heads/sss_rerefGPS 554f211 Merge branch 'main' into sss_rerefGPS09 February 2023, 10:00:11 UTC
refs/tags/v1.1.0 f3eb60d docs/paper: add shell scripts24 April 2019, 02:26:02 UTC
refs/tags/v1.1.1 db9dfa5 update comments (#60) + docs/paper: update link for nbviewer + add temp-c custom colormap cpt file + add -s besides --start-date and -e besides --end-date for timeseries2velocity.py + asc_desc2horz_vert: add example to prepare asc/desc data09 May 2019, 02:59:04 UTC
refs/tags/v1.1.2 e60940b version: bug fix when no new commit after last release14 May 2019, 18:53:11 UTC
refs/tags/v1.2.0 d2173b0 fractal: adaptive p0 scaling factor adapt p0 value internally instead of the previously fixed scale value so that the input p0 is equal to C0 from the check_power_spectrum(). check_power_spectrum_1d() use the square part of the input data with dimension as a power of 2, for more robust performance.03 January 2020, 07:20:21 UTC
refs/tags/v1.2.2 4c8e9fd Update fallback version number/date in version.py for the new release28 April 2020, 02:29:46 UTC
refs/tags/v1.2.3 81f9ff0 wrap-up before new release + README: update version number in the badge + version: update fall back release version number and date14 July 2020, 20:14:24 UTC
refs/tags/v1.2alpha 1aa5881 check azimuthAngle while plotting gps vs insar (#161) * update comments for plot_transection.py in smallbaselineApp * utils.get_geometry_file() support checking of a list of datasets * check both incidenceAngle and azimuthAngle while calling utils.plot.plot_gps() * prep_aria: do not create azimuthAngle dataset if no azAngle file is input * stackDict: remove UNIT metadata while loading ifgramStack and geometry* files * disable GPS related options in tsview.py for now because "insar displacement vs gps displacement" is not implemented yet.31 July 2019, 03:16:21 UTC
refs/tags/v1.2beta ba9de4b wrap up for v1.2beta (#178) * Update README.md * Update version.py08 August 2019, 18:34:34 UTC
refs/tags/v1.3.0 a1b53e8 wrap up for version 1.3.0 + update version number and release date for v1.3 + remove solid_f from .gitignore06 March 2021, 01:14:23 UTC
refs/tags/v1.3.1 dd9512b ts2vel: skip writing for empty blocks (#624) Co-authored-by: Zhang Yunjun <yunjunzgeo@gmail.com>02 August 2021, 19:36:58 UTC
refs/tags/v1.3.2 ca29361 wrap up version 1.3.2 (#703) + version.py: add release_history as a list of Tags - use Tag from the collection module to save the release history explicitly - distinguish between release version number/date and version number/date - update version_number/date/description usage in __inti__.py, view.py and smallbaselineApp.py + bump the release version number to 1.3.222 November 2021, 03:04:47 UTC
refs/tags/v1.3.3 edebebd version: add version 1.3.3 tag (#761)14 April 2022, 21:14:12 UTC
refs/tags/v1.4.0 68cdbbe wrap up for version 1.4.0 (#824) + version: add release tag for v1.4.0 + bulk_plate_motion: add ITRF2014_PMM global var for convenience and future options with PMM model name and plate name, instead of typing detailed values manually. + geocode.py: add checking for the imcompatible options between "--geo2radar" and "--bbox / --software scipy" + subset: replace try/except with if/else for more robustness + arg_group: add --title / --fig-title for --figtitle option as alternatives04 August 2022, 20:01:49 UTC
refs/tags/v1.4.1 36a0835 wrap up for version 1.4.1 (#829) + version: add Tag for version 1.4.1 + readfile.read_hdf5_file(): speedup the 3D matrix reading when slicing a small fraction of the 1st dimension, by using integer indexing for 3D h5 dataset, instead of 1D boolean array indexing. + view.read_data4figure(): bugfix for referencing unwrapPhase while plotting mixed dset types + move the following plotting functions to utils.plot.py for a more compact module import, to simplify the UNAVCO notebook: - unwrap_error_phase_closure.plot_num_triplet_with_nonzero_integer_ambiguity() - timeseries_rms.plot_rms_bar() - objects.insar_vs_gps.plot_insar_vs_gps_scatter() + plot.plot_insar_vs_gps_scatter(): add preliminary outlier detection16 August 2022, 06:51:05 UTC
refs/tags/v1.5.0 93d769b docs: add <details> tag to shorten installation note + version 1.5.0 tag (#912) * docs/install: add <details> tag to shorten the default instruction * version: add tag for version 1.5..018 November 2022, 19:53:12 UTC
refs/tags/v1.5.1 4e88f08 add version 1.5.1 tag (#945)04 January 2023, 04:51:02 UTC
refs/tags/v1.5.2 29d901d `isce_utils.extract_multilook_number()`: search XML and VRT files (#1068) + `utils.isce_utils.extract_multilook_number()`: improve robustness against the occasionally missing *.full.xml files for hgt/lat/lon/los during the isce2/topsStack processing by: - add shadowMask to the potential data file list - search both *.full.xml and *.full.vrt file + version: add version 1.5.2 tag09 August 2023, 14:12:28 UTC

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API