-
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.
fixed issue in arrow parms when asset name is provided but is blank
- Loading branch information
Showing
7 changed files
with
49 additions
and
10 deletions.
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,31 @@ | ||
# Release v4.7.1 | ||
|
||
2024-09-30 | ||
|
||
Version description of the v4.7.1 release of SlideRule Earth. | ||
|
||
## ATL24 Changes | ||
|
||
* Fixed default for parameter `thresh` in C-Shelph. | ||
* Fixed calculation of `min_surface_photons_per_window` and `min_bathy_photons_per_window` in OpenOceans++ | ||
* Updated models to latest for QTrees, CoastNet, and Ensemble | ||
* Implemented use of `geoid_corr_h` for all classifiers except for the Ensemble. The Ensemble will be updated once it is retrained on the latest round of test results that incorporate the `geoid_corr_h` field. Previously, all classifiers were using non-refraction corrected height, but the ensemble was being trained using the refraction corrected height. Also, any post-test-run validation of the results only had the refraction corrected heights in the output. So the `geoid_corr_h` field was added so that it can clearly represent non-refraction corrected heights, while `ortho_h` includes the refraction correction (and any future corrections we might add). | ||
* QTrees, CoastNet, and OpenOceans++ have been updated with the latest code and are now compiled in as header only libraries. | ||
* MedianFilter and C-Shelph are pulled directly from the ut-ATL24-medianfilter and ut-ATL24-C-shelph repositories | ||
* Version information is included in for all external classifiers (CoastNet, QTrees, OpenOceans++, MedianFilter, C-Shelph) | ||
* Metadata is now provided inside the Parquet and HDF5 files instead of as separate json files. | ||
|
||
## Known Issues | ||
|
||
|
||
## Development Updates | ||
|
||
|
||
|
||
## Getting This Release | ||
|
||
[https://github.com/SlideRuleEarth/sliderule/releases/tag/v4.7.1](https://github.com/SlideRuleEarth/sliderule/releases/tag/v4.7.1) | ||
|
||
## ATL24 Request Parameters | ||
|
||
## Benchmarks |
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
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
6 changes: 3 additions & 3 deletions
6
targets/slideruleearth-aws/docker/sliderule/libdep-aarch64.lock
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
arrow: apache-arrow-15.0.2-0-ge03105efc | ||
gdal: v3.9.2-0-g3aae5b4cf3 | ||
geos: 3.13.0beta2-0-g24ac4f1e5 | ||
geos: 3.13.0-0-gd7957246c | ||
libgeotiff: 1.7.3-0-gd2c72db | ||
PROJ: 9.4.1-0-g875a485f | ||
rapidjson: v1.1.0-753-g7c73dd7d | ||
PROJ: 9.5.0-0-g0a407325 | ||
rapidjson: v1.1.0-755-g815e6e7e | ||
xgboost: v2.1.1-0-g9c9db1259-dirty |