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

annotation reader (s1_annotation.py) - initial implementation #48

Merged
merged 43 commits into from
Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
df94aec
annotation reader (s1_annotation.py) init. commit
Jun 17, 2022
14569b1
s1_annotation.py - rev1 after the suggestion by @gshiroma
Jun 22, 2022
7e85dd7
s1_annotation.py - Pylinted to be more conform to PEP8
Jun 23, 2022
d102ac1
annotation objects are attributes of `Sentinel1BurstSlc`
Jul 8, 2022
aa11b0b
s1_annotation.py : Classes for Burst-wide information
Jul 13, 2022
e47d5f4
s1_reader.py - annotation information are stored in each Sentinel1Bur…
Jul 13, 2022
5d069d8
Update src/s1reader/s1_reader.py - comment from Liang
seongsujeong Jul 22, 2022
dbbfb0c
Fix on edits committed on another branch
Jul 22, 2022
e6a0db3
Merge branch 'annotation_reader' of github.com:seongsujeong/s1-reader…
Jul 22, 2022
5a948d9
removing placeholder
seongsujeong Jul 22, 2022
22a1aa2
get_ipf_version - revision by @LiangJYu
seongsujeong Jul 22, 2022
5251d9b
Update src/s1reader/s1_reader.py - remove placeholder
seongsujeong Jul 22, 2022
ffbdfa0
moving the single-use variables closer to where they are used.
seongsujeong Jul 22, 2022
52fbfe4
Update src/s1reader/s1_reader.py
seongsujeong Jul 22, 2022
29dea18
Merge branch 'annotation_reader' of github.com:seongsujeong/s1-reader…
Jul 22, 2022
c69ba60
s1_annotation.py - readibility improvement
Jul 22, 2022
cf6ec23
Update on docstring for `AnnotationBase`
seongsujeong Jul 22, 2022
729bc4a
revision on error message
seongsujeong Jul 22, 2022
7fa184f
Addressing comments by @LiangJYu and @vbrancat in PR #48
Jul 22, 2022
2e3a0bf
Merge branch 'annotation_reader' of github.com:seongsujeong/s1-reader…
Jul 22, 2022
7b9feb0
s1_annotation.py - code cleanup
seongsujeong Jul 26, 2022
64bff30
s1_annotation.py - readability improvement
seongsujeong Jul 26, 2022
054755e
readibility improvement
Jul 27, 2022
04a50df
changing the datatype of IPF version to version.Version. Changing the…
Jul 27, 2022
fdae5d5
space between args in _parse_list
LiangJYu Jul 29, 2022
1ca4f68
addressing the comments by @vbrancat
Aug 2, 2022
2986152
Merge pull request #1 from opera-adt/main
seongsujeong Aug 2, 2022
2d7aab2
added manifest.safe to test SAFE/zip
LiangJYu Aug 2, 2022
3cbafde
updated burst ID format
LiangJYu Aug 2, 2022
2b4b8e7
fixed directory structure in zip to match S1 SAFE spec
LiangJYu Aug 2, 2022
092b4d4
Merge pull request #2 from LiangJYu/unit_test_fixes
seongsujeong Aug 2, 2022
caf4751
Update src/s1reader/s1_annotation.py
seongsujeong Aug 2, 2022
63cb63d
Update src/s1reader/s1_annotation.py
seongsujeong Aug 2, 2022
b88262d
Update src/s1reader/s1_annotation.py
seongsujeong Aug 2, 2022
b373bda
Update src/s1reader/s1_annotation.py
seongsujeong Aug 2, 2022
a5c15e8
s1_annotation.py - fixing the logic to add margin to azimuth noise LUT
seongsujeong Aug 2, 2022
23c4f1e
s1_reader.py - removing lines that commented out
seongsujeong Aug 2, 2022
0dc297b
s1_reader.py - further removal of lines that commented out
seongsujeong Aug 2, 2022
0dccf18
Addressing comments by @gshiroma and other minor fix
Aug 2, 2022
14af881
Merge branch 'annotation_reader' of github.com:seongsujeong/s1-reader…
Aug 2, 2022
dba63fa
Addressing codacy issues
Aug 8, 2022
f09407f
Taking care of codacy issues
Aug 8, 2022
2295178
Fixing Codacy issue
Aug 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading