-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Seongsu Jeong edited this page Jun 3, 2025
·
7 revisions
Welcome to the COMPASS wiki!
- Update
Dockerfile - Update the dependencies by re-solving them from
environment.yml - Make sure the updated package passes the tests.
- Add the version/date tag in
version.py, issue and merge the PR. - Go to the release page, and "Draft a new release".
- Create a tag number, e.g. v0.2.1
- Write a release note (comparing the changes with the last release would be helpful)
- Optionally, give a title for the release, e.g. delivery milestones.
- Generate Docker image using
build_docker_image.sh. NOTE: Be sure to provide the base Docker image file (e.g. the one in artifactory) If not provided, the Docker image will be built upon the default image defined here. - Generate "golden dataset" using the generated Docker
- Run the validation test using the script
validation_script.pyby comparing it with a reference outputs (e.g. CSLC / static layers from native CSLC-S1 installation)