This is an automated email from the ASF dual-hosted git repository.
rkk pushed a commit to branch SDAP-507
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/SDAP-507 by this push:
new 51231ca SDAP-507 - Changelog
51231ca is described below
commit 51231cad14ba5242bbee1814ba1141a366d33b61
Author: rileykk <[email protected]>
AuthorDate: Thu Jan 11 10:54:14 2024 -0800
SDAP-507 - Changelog
---
CHANGELOG.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01d6272..793c601 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,10 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- SDAP-482: Updated Saildrone in situ endpoint in config file
- SDAP-485: Improved behavior for retrying failed Cassandra inserts when
saving matchup results.
- SDAP-487: Improved result fetch speed for large matchup results by tweaking
`doms.doms_data` schema to support querying by primary value id.
+- SDAP-507: Changes to remove `geos` sub-dependency from core image build:
+ - Removed `gdal` and `basemap` as core dependencies
+ - Moved `shapely` installation in docker build from conda install to pip
install
+ - Disabled `/domsplot` endpoint & commented out references to its source
file as it depends on `basemap` and raises `ImportError`s at startup
### Deprecated
### Removed
- SDAP-465: Removed `climatology` directory.