RAiDER icon indicating copy to clipboard operation
RAiDER copied to clipboard

Raytracing Atmospheric Delay Estimation for RADAR

Results 99 RAiDER issues
Sort by recently updated
recently updated
newest added

When you run `pytest` from the repository root, there are: * an absolute ton of files output all over the repository * some data files that were checked in are...

good first issue
cleanup

In the `RAiDER.models.credentials` module, the `check_api` function will blow away a user's entire `.netrc` file, potentially removing access to other hosts. For example: ```python [1] from RAiDER.models.credentials import check_api [2]...

bug
urgent

**Describe the bug** It appears a new exception is being raised in the orbit download of raider. I am not sure if this is transient issue or something that is...

#593 assumes HRRR CONUS. What would need to be changed are the following pieces: - spatial check of HRRR here: https://github.com/dbekaert/RAiDER/blob/3dcdad643c3da3ea15404724ff0192631e536317/tools/RAiDER/cli/raider.py#L611-L620 - i.e. whether it's CONUS or AK - addition...

bug

Addresses #623 ## Description If you call `tropo_delay` in Python and you don't explicitly set the grid in the AOI object first, `_get_delays_on_cube` errors out due to missing the `xpts`...

**Describe the bug** The RasterRDR class derived from the class AOI does not have members called `xpts `and `ypts`. However, the `tropo_delay.py ` functions assumes that these members are available...

I have used RAiDER and RADIATE to process the same data and observed a difference of approximately 14 mm between their results. Is there any article available that analyzes the...

We need to move the credentials readme to a more generic location and add in how to get credentials for orbits from CDSE and/or ASF (see also #613 ).

documentation
good first issue

**Describe the bug** Hi @bbuzz31 and @jhkennedy , When we run the ISCE3 InSAR workflow using the Docker, there are some permission issues related to the HRRR Herbie package with...

cleanup

Will need to access them via their sub-packages, like: ```python from RAiDER.models.hres import HRES ``` instead of ```python from RAiDER.models import HRES ``` fixes #608