Skip to content

RAiDER v0.3.0

Compare
Choose a tag to compare
@dbekaert dbekaert released this 20 Dec 04:10
3bdd39b

RAiDER package was refactored to expose the main functionality as a Python library, including the prepareWeatherModel
and tropo_delay functions, as well as anciliarry functions needed for defining AOIs, look vectors, etc.

New/Updated Features

  • Python library access to main functions for accessing weather model data and calculating delays
  • Slant delay calculation through projection is supported for cubes with orbit files
  • Upgrade dem-stitcher to >=2.3.1 so that the updated urls for the GLO-30 DEM are used.
  • raider.py ++calcDelaysGUNW GUNWFILE is enabled as a placeholder only.
  • Upgraded ISCE3 to >=v0.9.0 to fix a conda build issue as described in #425
  • Allow user to specify --download_only or download_only=True in the configure file
  • Added documentation for the Python library interface.
  • Added some unit tests.
  • Fixed some bugs and tweaked the CLI.
  • Added unit tests, docstrings, initial API reference
  • main file to allow calls to different functionality. raider.py ++process downloadGNSS ... can now perform the functionality of `raiderDownloadGNSS.py ...