Skip to content

Commit 502a701

Browse files
committed
update readme
1 parent 5a03393 commit 502a701

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The following organizations have contributed time and/or funding to support the
3030

3131
## Latest News
3232

33+
- **11/07/2025:** The SFEOS STAC Viewer is now available at: https://healy-hyperspatial.github.io/sfeos-web. Use this site to examine your data and test your STAC API!
3334
- **10/24/2025:** Added `previous_token` pagination using Redis for efficient navigation. This feature allows users to navigate backwards through large result sets by storing pagination state in Redis. To use this feature, ensure Redis is configured (see [Redis for navigation](#redis-for-navigation)) and set `REDIS_ENABLE=true` in your environment.
3435
- **10/23/2025:** The `EXCLUDED_FROM_QUERYABLES` environment variable was added to exclude fields from the `queryables` endpoint. See [docs](#excluding-fields-from-queryables).
3536
- **10/15/2025:** 🚀 SFEOS Tools v0.1.0 Released! - The new `sfeos-tools` CLI is now available on [PyPI](https://pypi.org/project/sfeos-tools/)
@@ -94,6 +95,7 @@ This project is built on the following technologies: STAC, stac-fastapi, FastAPI
9495
- [Table of Contents](#table-of-contents)
9596
- [Collection Search Extensions](#collection-search-extensions)
9697
- [Documentation & Resources](#documentation--resources)
98+
- [SFEOS STAC Viewer](#sfeos-stac-viewer)
9799
- [Package Structure](#package-structure)
98100
- [Examples](#examples)
99101
- [Performance](#performance)
@@ -137,6 +139,31 @@ This project is built on the following technologies: STAC, stac-fastapi, FastAPI
137139
- [Gitter Chat](https://app.gitter.im/#/room/#stac-fastapi-elasticsearch_community:gitter.im) - For real-time discussions
138140
- [GitHub Discussions](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/discussions) - For longer-form questions and answers
139141

142+
## SFEOS STAC Viewer
143+
144+
The SFEOS STAC viewer is a web-based application for examining and testing STAC APIs. It provides an interactive interface to explore geospatial data catalogs, visualize spatial extents, and test API endpoints.
145+
146+
### Access
147+
148+
The viewer is available at: https://healy-hyperspatial.github.io/sfeos-web/
149+
150+
### Features
151+
152+
- Browse collections and items interactively
153+
- Interactive map visualization of spatial extents
154+
- Test API endpoints directly from the interface
155+
- Search and filter capabilities for exploring data
156+
157+
### Usage
158+
159+
Navigate to the URL above and connect to your SFEOS API instance by providing the base URL of your STAC API. This is done with the `API SERVER` button on the right side of the page.
160+
161+
You can also override the default STAC API URL by appending the `stacApiUrl` parameter to the application URL. For example:
162+
163+
https://healy-hyperspatial.github.io/sfeos-web?stacApiUrl=http://localhost:8080
164+
165+
**Note**: The parameter name `stacApiUrl` is case-sensitive. This allows you to connect to different STAC API servers without modifying the web app configuration.
166+
140167
## Collection Search Extensions
141168

142169
SFEOS provides enhanced collection search capabilities through two primary routes:

0 commit comments

Comments
 (0)