Skip to content

Tags: opera-adt/COMPASS

Tags

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Let `iono.download_ionex` to download the IONEX file with new file na…

…me format (#220)

* Separate IONEX fetch routine for less boilerplate; code change in filename extension handling; re-try IONEX retrieval with the initial IONEX file name format does not work

* remove commented code and trailing whitespace

* Add a routine to check if the resource exists with the URL

* remove `--keep` argument in gzip command; check if the TEC file exists

* nit pick

* Apply suggestions from PR review; typo fix

* fix CI failure

* replace `os.system` with `subprocess.run`

* download IONEX data in python level

* fix ci test failure

* debug code

* gz decompression at python level

* update

* ditch `fetch_ionex_from_remote`

* cmd as list at first place

* temporarily skip other tests to consolidate the CI error and facilitate the iteration; Display more information from subprocess.run()

* print out str

* print out version info for gzip

* use uncompress for .Z file

* ditch using uncompress

* updates on test code

* pin ISCE3 version for SAS Release

* updates in requirements and pytest command

* Update Dockerfile and specfile

* reorganize tests

* add cassettes

* add back the other tests

* get rid of stdouts used for debugging

* bump COMPASS version

* specify pytest-recording version to install into Docker

* use `journal` to log the messages

* fix typo [ci skip]

* revise code for less repetition

* updated cassette and docker build script

* add argument to `build_docker_image.sh` to optionally provide base image as an argument; Update Dockerfile accordingly

* Update environment YAMLfile and specfile [ci skip]

* update requirements.txt

* change the description of Docker image

* add `_check_internet_connection` into `conftest.py`

* remove deprecated `requirements.txt`

* Write the base docker image tag inside Docker image

* fix docstring format

* minor updates for `conftest.py`

* Docstring updates; error handling; assertion improvement

* minor improvement in bash script and Dockerfile

---------

Co-authored-by: Seongsu Jeong <[email protected]>

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch release 240315 (#219)

* bump up the version; update Dockerfile with ISCE3 build

* revise script to build Docker; revise Dockerfile with ISCE3 build; update s1reader version

* add `.pre-commit-config.yaml`

---------

Co-authored-by: Seongsu Jeong <[email protected]>

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Additional fix for 3rd final point release (#215)

* restore previous code to add azimuth FM rate; version bump

* code cleanp

* docker update; az fm rate flag fix; typo fix on the comment

* Update src/compass/utils/helpers.py

Co-authored-by: Liang Yu <[email protected]>

---------

Co-authored-by: Seongsu Jeong <[email protected]>
Co-authored-by: Liang Yu <[email protected]>

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Missing polygon, fake jpeg, and turning off azimuth FM rate (#212)

* take care of missing polygon

* take care of exception raised by GDAL

* bump the version

* revert changes regarding SET off

* Exclude azimuth FM rate from the timing correction; bump version

* catch general errors rather than specific types of error

* except: -> except Exception: to take care of codacy issue

* remove redundant parenthesis in equation

* updates on Docker base image and label

---------

Co-authored-by: Seongsu Jeong <[email protected]>

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump the version for the final point 2nd delivery (#213)

Co-authored-by: Seongsu Jeong <[email protected]>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docker image preparation for final point release (#209)

* install s1-reader from source code

* update environment.yaml and specfile

* install s1-reaeder 0.2.2 from conda forge

* function name update in unit test code

* function name update

* bump the version

---------

Co-authored-by: Seongsu Jeong <[email protected]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Preparation for final delivery (#205)

* specfile update

* environment.yml update

* remove installing s1-reader from source code

* update enrivonment.yml for CI test

* update environment.yml and specfile.txt to make CI running

* add scikit-image

* specfile update

* retract unused file `env_compass.yaml`; add whitespace to `environment.yml`

* bug fix when computing bounding box for land polygon rasterization

* remove debugging code in `_get_land_mask()`

* fix on y_spacing in metadata

* bump the version

* -abs(y_spacing) -> y_spacing

* Working version of shapely & pyproj-based land mask extractor

* coda cleanup

* land lask computation using gdal, ogr, and osr

* docstring cleanup

* Get rid of redundant `pysolid` in `environment.yml`

* revise lines for module import

---------

Co-authored-by: Seongsu Jeong <[email protected]>

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix `s1_geocode_stack.py`, undefined variable in `s1_rdr2geo.py`, uni…

…t tests (#198)

* fix undefined variable in `s1_rdr2geo.py`.

* Add a unit test which runs the static layers script. Add cli command for static layers.

* fix `s1_geocode_stack.py` for changes made to yamale template

* add the static layer test file

* add unit test for geocode stack

* tee pytest output to avoid 10 minute job no-output limit

* point to test burst db

* bump version to 0.4.1

* newline for file end

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix on local incidence file name in scratch (#189)

Co-authored-by: Seongsu Jeong <[email protected]>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`0.3.0` -> `0.3.1` (#166)

Co-authored-by: Seongsu Jeong <[email protected]>