Skip to content

Commit

Permalink
updated qtrees model name; updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Nov 14, 2024
1 parent fc258b6 commit d768bd6
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/bathy/package/BathyFields.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
******************************************************************************/

#define COASTNET_MODEL "coastnet_model-20241111.json"
#define QTREES_MODEL "qtrees_model-20241024.json"
#define QTREES_MODEL "qtrees_model-20241104.json"
#define ENSEMBLE_MODEL "ensemble_model-20241030.json"
#define POINTNET_MODEL "pointnet2_model.pth"

Expand Down
20 changes: 20 additions & 0 deletions docs/rtd/source/release_notes/release-v4-8-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Release v4.8.11

2024-11-12

Version description of the v4.8.11 release of SlideRule Earth.

Bathy Version #11.

## ATL24 Changes

* Updated coastnet code and model
* Added geoid filter
* iso xml filename no longer includes ".h5" in the name
* the h5 granule name has the release and version appended to it (e.g. *001_01.h5)

## Known Issues and Remaining Tasks

## Getting This Release

[https://github.com/SlideRuleEarth/sliderule/releases/tag/v4.8.11](https://github.com/SlideRuleEarth/sliderule/releases/tag/v4.8.11)
19 changes: 19 additions & 0 deletions docs/rtd/source/release_notes/release-v4-8-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Release v4.8.12

2024-11-13

Version description of the v4.8.12 release of SlideRule Earth.

Bathy Version #12.

## ATL24 Changes

* Updated qtrees model

* Error handling updated so that if an error is encountered during creation of a dataframe in the C++ code, the entire granule is not generated. This is different than the way the Python code handles errors. In the Python code, if an exception is thrown, only that beam is removed from the granule. The reason for this change is that the C++ code relies on both CMR and S3 which are external services, which upon occasion have failures. When those failures occur, we don't want to just remove the beam that they occurred on, we want to rerun the entire granule. But for the Python code, everything is self-contained, and if there is an error, it is an error in the code itself that will occur on every rerun.

## Known Issues and Remaining Tasks

## Getting This Release

[https://github.com/SlideRuleEarth/sliderule/releases/tag/v4.8.12](https://github.com/SlideRuleEarth/sliderule/releases/tag/v4.8.12)

0 comments on commit d768bd6

Please sign in to comment.