s1-reader icon indicating copy to clipboard operation
s1-reader copied to clipboard

Sentinel-1 reader

Results 25 s1-reader issues
Sort by recently updated
recently updated
newest added

ASF has been working to provide users the capability to download [single-burst Sentinel-1 SLC data](https://asf.alaska.edu/datasets/data-sets/derived-data-sets/sentinel-1-bursts/). This PR adds support for these products to `s1-reader`, allowing users to load an ASF-extracted...

### Checked for duplicates Yes - I've already checked ### Describe the bug Currently if the user asks to compute Az FM rate correction, but the computation is not possible...

bug
needs triage

With a few small adjustments and adding `@functools.cache` on the `ET.parse` call for the precise orbit, we can speed up loading the bursts by a bunch. See (parsing the precise...

Steps to reproduce ``` $ asfsmd S1A_IW_SLC__1SDV_20150124T165546_20150124T165613_004316_005423_ADFE $ s1_info S1A_IW_SLC__1SDV_20150124T165546_20150124T165613_004316_005423_ADFE.SAFE/ ``` Error: ```python-traceback Traceback (most recent call last): File "/Users/staniewi/miniconda3/envs/mapping/bin/s1_info", line 8, in sys.exit(main()) File "/Users/staniewi/repos/s1-reader/src/s1reader/s1_info.py", line 262, in main...

bug

This PR is to take care of the case that the S1 frame's area crosses antimeridian when `s1_info.py` computes the bounding box. The fix is based on the code [here](https://github.com/nasa/opera-sds-pcm/pull/597/files)...

### Checked for duplicates Yes - I've already checked ### Describe the bug During the ANX testing, it was found that some bursts' `border` attribute has polygons protruding outside the...

bug
needs triage

This is trying to prevent #122 from popping up sporadically. This is changing the `classmethod`s in the annotation module to return instances: https://stackoverflow.com/a/14605349/4174466 All functions that are decorated with `@classmethod`...

This is an attempt to address https://github.com/opera-adt/s1-reader/issues/98 . We need to evaluate the default margins.

Broke the unit test away from the main PR fix so that COMPASS testing can proceed. Will be debugging the CircleCI issue causing the tests to fail that are passing...

### Checked for duplicates Yes - I've already checked ### Describe the bug When I create correction lookup table and then try to evaluate the look up table I noticed...

bug
needs triage