-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated qtrees model name; updated release notes
- Loading branch information
Showing
6 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
File renamed without changes.
File renamed without changes.
File renamed without changes.