Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions docs/src/external_links.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
!!! tip
If you have an article, project, tool, or anything related to TiTiler that is not yet listed here, create a [Pull Request adding it](https://github.com/developmentseed/titiler/edit/main/docs/src/external_links.md).

## eoAPI

!!! tip
If you have an article, project, tool, or anything related to TiTiler that is not yet listed here, create a [Pull Request adding it](https://github.com/developmentseed/titiler/edit/main/docs/external-links.md).
[eoAPI](https://eoapi.dev/) is a modular and cloud-native set of services for serving STAC-compliant geospatial data. It builds on the same ecosystem as TiTiler and aims to make deploying and scaling Earth observation APIs easier.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me the link with titiler is quite vague. I think we should clearly say that titiler is part of the building block of the eoapi stack.


Whether you're getting started locally, deploying on AWS, or using Kubernetes, eoAPI provides flexible components to support your workflows:

- [Intro guide](https://eoapi.dev/intro/)
- [Deploy to AWS with eoapi-cdk](https://github.com/developmentseed/eoapi-cdk)
- [Deploy with Kubernetes](https://github.com/developmentseed/eoapi-k8s)
- [Generate STAC metadata examples](https://github.com/developmentseed/eoAPI/tree/main/demo)
- [Customize your own version](https://github.com/developmentseed/eoapi-devseed)

## Mentions

Expand All @@ -22,7 +32,7 @@
* [developmentseed/titiler-image](https://github.com/developmentseed/titiler-image): TiTiler demo application for Sentinel-2 Digital Twin dataset


## Projects / Demo using TiTiler
## Projects Using TiTiler

* ESA Charter Mapper [geobrowser](https://docs.charter.uat.esaportal.eu/webPortal/geobrowser/titiler/)

Expand Down
Loading