Skip to content

v0.2.1 GUI release

Choose a tag to compare

@jldz9 jldz9 released this 20 Mar 02:24
· 78 commits to main since this release

v0.2.1

Web UI

  • Velocity map alignment fixed — corrected a projection error where UTM-projected MintPy outputs were reprojected to EPSG:3857 using wrong source CRS, causing the velocity overlay to appear shifted relative to the basemap
  • Time-series click marker — clicking a pixel on the velocity map now shows a yellow highlight point to indicate the selected location
  • Per-job analyzer status — the Stop button and run status in the Analyzer panel are now isolated per job folder; switching folders no longer bleeds status across jobs
  • Drawer auto-hides on map click — the job drawer collapses automatically when clicking on the map to extract a time-series

Downloader

  • Added --orbit-files option to download precise orbit files alongside scenes
  • Added granule name input: users can now supply a file, list, or string of granule names for custom scene searches
  • Fixed --stacks with multiple entries (e.g. 28:107 28:112) being incorrectly deduplicated by the ASF server
  • Orbit download now falls back to ASF server automatically if the CDSE server is unavailable
  • Fixed duplicate EOF file detection by checking acquire time

Bug Fixes

  • Fixed download error not enough values to unpack in the parallel download result handler
  • Fixed NumPy warning invalid value encountered in cast when rendering velocity colormaps with NaN pixels
  • Pinned CI to Python 3.12 to avoid instability with 3.13/3.14

Documentation

  • Completed Web UI documentation: Search & Download, Processor, Analyzer, and Results Viewer pages
  • Added figures for all UI panels with light/dark mode variants