https://github.com/byteroad/pygeoapi-config
https://github.com/byteroad/pygeoapi-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/byteroad/pygeoapi-config
- Owner: byteroad
- License: mit
- Created: 2025-08-08T09:52:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-30T16:30:38.000Z (8 months ago)
- Last Synced: 2025-10-30T18:20:35.168Z (8 months ago)
- Size: 580 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README.md
This repository holds the [configuration file of pygeoapi](./docker.config.yml). This file is integrated into a pipeline of ingestion, as shown in the diagram bellow.

## Quick Start :rocket:
1. Clone this repository with: `git clone https://github.com/byteroad/pygeoapi-config.git`, or using a Git tool.
2. Update the file using a text editor, or using the [`pygeoapi_config` QGIS plugin](https://github.com/byteroad/pygeoapi_config).
3. Commit the updated file to this repository. This will trigger the [automated tests](https://github.com/byteroad/pygeoapi-config/actions/) and notify reviewers, for manual review.
4. After the file is reviewed and merged, it will be used on the next steps of the pipeline, which take place outside this repository.
## License
This project is released under an [MIT License](./LICENSE)
[](https://opensource.org/licenses/MIT)
(dev-exercise-template)