RAiDER is a package in Python which contains tools to calculate tropospheric corrections for Radar using a raytracing implementation. Its development was funded under the NASA Sea-level Change Team (NSLCT) program, the Earth Surface and Interior (ESI) program, and the NISAR Science Team (NISAR-ST) (NTR-51433). U.S. Government sponsorship acknowledged.
Copyright (c) 2019-2022, California Institute of Technology ("Caltech"). All rights reserved.
THIS IS RESEARCH CODE PROVIDED TO YOU "AS IS" WITH NO WARRANTIES OF CORRECTNESS. USE AT YOUR OWN RISK.
To get started, run the following lines in a terminal:
conda env create --name RAiDER -c conda-forge raider jupyterlab
conda activate RAiDER
Then download or clone this repository to your working directory, and run
jupyter lab
navigate to one of the tutorial notebooks, and open it.
Other ways to install
Defining Custom Weather Models
Pandas tutorial for GNSS delay manipulation
RAiDER tutorial
RAiDER library access in Python
Tutorial downloading GNSS tropospheric delays
raiderStats tutorial