SeaDAS 8.3.0 Release Checklist - seadas/seadas-toolbox GitHub Wiki
Versioning
-
Edit this file https://seadas.gsfc.nasa.gov/downloads/SEADAS_TOOLBOX_VERSION.txt (which sets remote SeaDAS Toolbox version):
1.3.0 -
Edit this file https://seadas.gsfc.nasa.gov/downloads/VERSION.txt (which sets remote SeaDAS version):
8.3.0
SeaDAS Platform Installers
Upload installers
On this page: https://seadas.gsfc.nasa.gov/downloads/ add the following links:
- Add Link: https://oceandata.sci.gsfc.nasa.gov/SeaDAS/installer/8.3.0/seadas_8.3.0_windows64_installer.exe
- Add Link: https://oceandata.sci.gsfc.nasa.gov/SeaDAS/installer/8.3.0/seadas_8.3.0_mac_installer.sh
- Add Link: https://oceandata.sci.gsfc.nasa.gov/SeaDAS/installer/8.3.0/seadas_8.3.0_linux64_installer.sh
Update ocssw images
Update this page https://seadas.gsfc.nasa.gov/downloads/ with the following images
Update Main SeaDAS Page
Add following summary announcement to https://seadas.gsfc.nasa.gov
The latest version of SeaDAS is 8.3.0, which contains SeaDAS Toolbox (version 1.3.0) and Sentinel-3 Toolbox (version 9.0.3).
Release Notes
Update https://seadas.gsfc.nasa.gov/release-notes/ with the contents of https://github.com/seadas/seadas-toolbox/wiki/SeaDAS-8.3.0-Release-Notes.
Release History
Add following brief announcement to https://seadas.gsfc.nasa.gov/history/
SeaDAS 8.3.0 adds support to many files (PACE-OCI L1C files, SPEXOne files, HARP2 L1C files, NSIDC files, OB.DAAC level-3 mapped files), adds major revisions to Statistics Tool, masking support to Reproject Tool, restores Time Series Tool (from SeaDAS 7.5.3), uses docker image to facilitate Windows processing, fixes L2gen GUI bugs and other bugs. SeaDAS 8.3.0 is now considered to have essentially all the tools/capabilities of it's legacy SeaDAS 7.5.3 (which will no longer be supported). SeaDAS 8.3.0 uses a modification of ESA SNAP (version 9.0.3) and ESA S3TBX (version 9.0.3).
Help Pages
- Update command line help for SeaDAS processors in GUI
- Update the install_ocssw.png file in install_ocssw help page
- Update with 8.3.0 Help
https://seadas.gsfc.nasa.gov/help/
Update Center
Update with 8.3.0 nbm files
- https://oceandata.sci.gsfc.nasa.gov/SeaDAS/updatecenter/8.0/seadas-toolbox/updates.xml.gz
- https://oceandata.sci.gsfc.nasa.gov/SeaDAS/updatecenter/8.0/snap/updates.xml.gz
- https://oceandata.sci.gsfc.nasa.gov/SeaDAS/updatecenter/8.0/snap-toolboxes/updates.xml.gz
- https://oceandata.sci.gsfc.nasa.gov/SeaDAS/updatecenter/8.0/snap-supported-plugins/updates.xml.gz
- https://oceandata.sci.gsfc.nasa.gov/SeaDAS/updatecenter/8.0/snap-community-plugins/updates.xml.gz
Announcements
- Add to announcements page (which probably should be a listing of all announcements including releases, new video tutorials, conferences, etc.
https://seadas.gsfc.nasa.gov/announcement/
SeaDAS Toolbox Plugin
Update plugin to SeaDAS Toolbox 1.3.0
https://seadas.gsfc.nasa.gov/installers/snap-seadas-toolbox/
Creating the GIT Repository Tags
Tag links
- https://github.com/seadas/seadas-toolbox/releases/tag/1.3.0
- https://github.com/senbox-org/snap-desktop/releases/tag/SEADAS-8.3.0
- https://github.com/senbox-org/snap-engine/releases/tag/SEADAS-8.3.0
- https://github.com/senbox-org/s3tbx/releases/tag/SEADAS-8.3.0
Tag commands
-
snap-engine and snap-desktop branch SEADAS-8.3.0-SNAP-9.0.3
GIT_COMMITTER_DATE="2022-12-12 12:00" git tag -a SEADAS-8.3.0 -m "Modification of SNAP 9.0.3 which is in SeaDAS 8.3.0 Platform" -
s3tbx branch SEADAS-8.3.0-S3TBX-9.0.3-SNAP-9.0.3
GIT_COMMITTER_DATE="2022-12-12 12:00" git tag -a SEADAS-8.3.0 -m "Modification of S3TBX 9.0.3 which is in SeaDAS 8.3.0 Platform" -
seadas-toolbox branch SEADAS-8.3.0-seadas-toolbox-1.3.0-SNAP-9.0.3
GIT_COMMITTER_DATE="2022-12-12 12:00" git tag -a 1.3.0 -m "Released in SeaDAS 8.3.0 Platform which implemented a modification of SNAP 9.0.3"