How tools, CLIs, and libraries discover and talk to an EOEPCA+ deployment.
Clients start from a single entry point, /.well-known/api-catalog, and follow typed links to workspace, catalogue, processing, identity, and other services.
| Path | Purpose |
|---|---|
docs/ |
Building-block docs: design, API Catalog spec, getting started |
eoepca-client/ |
Python library and eoepca CLI |
Full documentation: Read the Docs
Fetch the catalog for a deployment:
curl -sS https://develop.eoepca.org/.well-known/api-catalog | jq .Or use the Python client:
uv tool install eoepca-client
eoepca login -p develop
eoepca whoamiSee eoepca-client/README.md for library usage, STAC commands, and development setup.