Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get orbit file #79

Merged
merged 46 commits into from
Nov 15, 2022
Merged

Conversation

seongsujeong
Copy link
Contributor

In context of the discussion in here, this PR will make the reader to take different formats of arguments for orbit.
Below are the highlights of the changes:

  • get_orbit_file_from_list() is revived. Most of the lines are originated from the original get_orbit_file_from_dir()
  • get_orbit_file_from_dir() is modified to get the list of orbit files in the directory provided. Internally, the list will be passed on get_orbit_file_from_list() to pick the orbit file that corresponds to SAFE file.
  • Automatic download is attempted only for get_orbit_file_from_dir()

seongsujeong and others added 30 commits August 8, 2022 11:51
Updating the main branch of this fork to update after `s1_annotation.py`
…r implementation for thermal and EAP correction
Readability improvement on equation

Co-authored-by: Liang Yu <liangjyu@gmail.com>
Removing commented out code

Co-authored-by: Liang Yu <liangjyu@gmail.com>
Reverting the docstring to be split into two lines for PEP8 compliance

Co-authored-by: Liang Yu <liangjyu@gmail.com>
Improving docstring of the code copied from isce2

Co-authored-by: Liang Yu <liangjyu@gmail.com>
Removing the commented out codes

Co-authored-by: Liang Yu <liangjyu@gmail.com>
improvement on code brevity

Co-authored-by: Liang Yu <liangjyu@gmail.com>
renaming variable for better clarity

Co-authored-by: Liang Yu <liangjyu@gmail.com>
renaming variable name for clarity

Co-authored-by: Liang Yu <liangjyu@gmail.com>
Bump isce3 to 0.8 and refresh CI specfile (isce-framework#66)
variable name revised for clarity

Co-authored-by: Liang Yu <liangjyu@gmail.com>
variable renamed for clarity

Co-authored-by: Liang Yu <liangjyu@gmail.com>
improvement on docstring

Co-authored-by: Liang Yu <liangjyu@gmail.com>
Readability improvement of equation

Co-authored-by: Liang Yu <liangjyu@gmail.com>
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
src/s1reader/s1_orbit.py Outdated Show resolved Hide resolved
seongsujeong and others added 8 commits November 14, 2022 08:41
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Co-authored-by: Gustavo H. X. Shiroma <52007211+gshiroma@users.noreply.github.com>
Copy link
Member

@yunjunz yunjunz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @seongsujeong. LGTM pending on the style issue flagged by Codacy.

Copy link
Contributor

@gshiroma gshiroma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you, @seongsujeong , for working on this and for addressing all my comments!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants