Tags: opera-adt/COMPASS
Tags
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]>
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]>
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]>
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]>
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]>
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
Docker image preparation and bump COMPASS version for cal/val delivery ( #162) * Dockerfile and specfile to test ISCE3 dev version * fix on * using s1reader version 0.1.7 * `0.1.5` -> `0.2.0` * WIP Dockerfile and specfile for optimization * RAiDER install from source code * Optimized specfile for Docker with develop version * fix on specfile * fix on Dockerfile * permission adjustment * fix on Dockerfile * Specfile updated for conda ISCE3 based Docker iamge * Dockerfile tag updated * reverting specfile except for isce3 * updating specfile * .cache and .config * Remove Docker image recipe based on on-the-fly ISCE build * version update to match the Docker label * specfile update after adding `pytest-order` * specfile update * comment added for clarification * printing out `stat_val` for more information in pytest * Putting tolerance in testing stats from phase --------- Co-authored-by: Seongsu Jeong <[email protected]>
PreviousNext