DHI / eoAPI

[Active Development] Earth Observation API (Metadata, Raster and Vector services)

Home Page:https://eoapi.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a full Earth Observation API with Metadata, Raster and Vector services.

Test Downloads


Documentation: https://eoapi.dev

Source Code: https://github.com/developmentseed/eoAPI


Earth Observation API

eoAPI combines several state-of-the-art projects to create a full Earth Observation API. Each service can be used and deployed independently but eoAPI creates the interconnections between each service:


🌍 eoAPI: An Open-Source Community Project

eoAPI is proudly open-source and driven by a dedicated community of contributors. We believe in the power of open collaboration and welcome anyone to contribute, discuss, and grow this tool with us. Join the conversations on GitHub Discussions and make a difference in the Earth Observation realm.


Getting started

Alternatively, you may launch the application locally:

python -m pip install --upgrade virtualenv
virtualenv .venv
source .venv/bin/activate

python -m pip install "psycopg[binary,pool]" uvicorn
python -m pip install runtime/eoapi/{SERVICE}  # SERVICE should be one of `raster, vector, stac`

export DATABASE_URL=postgresql://username:password@0.0.0.0:5439/postgis  # Connect to the database of your choice

.venv/bin/uvicorn eoapi.{SERVICE}.app:app --port 8000 --reload

Note: services might have incompatible dependencies which you can resolve by using a virtual environment for each service


Deployment

This repository has current runtimes that are consistently updated with new functionality.

The services can be deployed locally via docker with docker-compose up. The official runtimes can be launched with docker-compose -f docker-compose.yml -f docker-compose.official.yml up stac-fastapi titiler-pgstac tipg.

Two Infrastructure as Code (IaC) repositories are available:

  • eoapi-cdk: A set of AWS CDK constructs to deploy eoAPI services
  • eoapi-k8s: IaC and Helm charts for deploying eoAPI services on AWS and GCP

Finally, eoapi-template is an AWS CDK app that shows how to configure the eoapi-cdk constructs.

Contribution & Development

We highly value and rely on our community! Whether you're an expert or just getting started, you can make a difference. Here's how:

  • Contribute: Check out our CONTRIBUTING.md guide to understand how you can contribute.
  • Engage in Discussions: Share your ideas, ask questions, or provide feedback through GitHub Discussions. This is where most of our project conversations take place.
  • Report Issues: Found a bug or have a feature request? Raise it on our issues page.

License

At Development Seed, we believe in open collaboration and making tools and data more accessible. In line with this ethos, we've explicitly chosen a MIT license for eoAPI.

For full license details, see LICENSE.

Authors

Nurtured by Development Seed

See contributors for a listing of individual contributors.

Changes

See CHANGES.md.

About

[Active Development] Earth Observation API (Metadata, Raster and Vector services)

https://eoapi.dev

License:MIT License


Languages

Language:HTML 88.0%Language:Python 10.1%Language:PLpgSQL 1.0%Language:Shell 0.9%