Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion stac_fastapi/core/README.md

This file was deleted.

20 changes: 20 additions & 0 deletions stac_fastapi/core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# stac-fastapi-core

Core functionality for stac-fastapi. For full documentation, please see the [main README](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/README.md).

## Package Information

- **Package name**: stac-fastapi-core
- **Description**: Core functionality for STAC API implementations.
- **Documentation**: [https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/)
- **Source**: [GitHub Repository](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/)

## Installation

```bash
pip install stac-fastapi-core
```

## Quick Start

For detailed usage and examples, please refer to the [main documentation](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/).
1 change: 0 additions & 1 deletion stac_fastapi/elasticsearch/README.md

This file was deleted.

20 changes: 20 additions & 0 deletions stac_fastapi/elasticsearch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# stac-fastapi-elasticsearch

This is the Elasticsearch backend for stac-fastapi. For full documentation, please see the [main README](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/README.md).

## Package Information

- **Package name**: stac-fastapi-elasticsearch
- **Description**: An implementation of STAC API based on the FastAPI framework with Elasticsearch.
- **Documentation**: [https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/)
- **Source**: [GitHub Repository](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/)

## Installation

```bash
pip install stac-fastapi-elasticsearch
```

## Quick Start

For detailed usage and examples, please refer to the [main documentation](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/).
1 change: 0 additions & 1 deletion stac_fastapi/opensearch/README.md

This file was deleted.

20 changes: 20 additions & 0 deletions stac_fastapi/opensearch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# stac-fastapi-opensearch

This is the OpenSearch backend for stac-fastapi. For full documentation, please see the [main README](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/README.md).

## Package Information

- **Package name**: stac-fastapi-opensearch
- **Description**: An implementation of STAC API based on the FastAPI framework with OpenSearch.
- **Documentation**: [https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/)
- **Source**: [GitHub Repository](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/)

## Installation

```bash
pip install stac-fastapi-opensearch
```

## Quick Start

For detailed usage and examples, please refer to the [main documentation](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/).
1 change: 0 additions & 1 deletion stac_fastapi/sfeos_helpers/README.md

This file was deleted.

22 changes: 22 additions & 0 deletions stac_fastapi/sfeos_helpers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# sfeos-helpers

Helper utilities for the stac-fastapi project. For full documentation, please see the [main README](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/README.md).

## Package Information

- **Package name**: sfeos-helpers
- **Description**: Helper utilities for the stac-fastapi project.
- **Documentation**: [https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/)
- **Source**: [GitHub Repository](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/)

## Installation

This package is a dependency of stac-fastapi-elasticsearch and stac-fastapi-opensearch and is typically installed automatically.

```bash
pip install stac-fastapi-elasticsearch # or stac-fastapi-opensearch
```

## Quick Start

For detailed usage and examples, please refer to the [main documentation](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/).