diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd110604..f0f028bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +- CloudFerro logo to sponsors and supporters list [#485](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/485) +- Latest news section to README [#485](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/485) + ### Changed ### Fixed diff --git a/README.md b/README.md index a8e2a2973..716cc9230 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,13 @@ The following organizations have contributed time and/or funding to support the Healy Hyperspatial Atomic Maps VITO Remote Sensing + CloudFerro

+## Latest News + +- 10/04/2025: The [CloudFerro](https://cloudferro.com/) logo has been added to the sponsors and supporters list above. Their sponsorship of the ongoing collections search extension work has been invaluable. This is in addition to the many other important changes and updates their developers have added to the project. + ## Project Introduction - What is SFEOS? SFEOS (stac-fastapi-elasticsearch-opensearch) is a high-performance, scalable API implementation for serving SpatioTemporal Asset Catalog (STAC) data - an enhanced GeoJSON format designed specifically for geospatial assets like satellite imagery, aerial photography, and other Earth observation data. This project enables organizations to: @@ -67,6 +72,7 @@ This project is built on the following technologies: STAC, stac-fastapi, FastAPI - [stac-fastapi-elasticsearch-opensearch](#stac-fastapi-elasticsearch-opensearch) - [Sponsors & Supporters](#sponsors--supporters) + - [Latest News](#latest-news) - [Project Introduction - What is SFEOS?](#project-introduction---what-is-sfeos) - [Common Deployment Patterns](#common-deployment-patterns) - [Technologies](#technologies) diff --git a/assets/cloudferro-logo.png b/assets/cloudferro-logo.png new file mode 100644 index 000000000..464d53e64 Binary files /dev/null and b/assets/cloudferro-logo.png differ