This repository includes the EOEPCA Data Access building block
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- Description
- Getting Started
- Documentation
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
The EOEPCA Data Access building block is built upon the upstream View Server project.
View Server is a Docker based software and all of its components are distributed and executed in context of Docker images, containers and Helm charts. Basic knowledge of Docker and either Docker Swarm or Helm and Kubernetes is a prerequisite.
The provided external services are services for searching, viewing, and downloading of Earth Observation (EO) data. Service endpoints optimized for performance as well as for flexibility are provided alongside each other.
The View Server default Chart vs consists of the following service components (with their respective Docker image in parenthesis):
- Web Client (client)
- Cache (cache)
- Renderer (core)
- Registrar (core)
- Seeder (seeder)
- Preprocessor (preprocessor)
- Ingestor (ingestor)
- Harvester (harvester)
- Scheduler (scheduler)
- Database (postgis)
- Queue Manager (redis)
View Server is Open Source, released under an MIT license.
This repository holds EOEPCA customizations for the View Server Core component (Renderer and Registrar) EOEPCA customizations for the Harvester component can be found in https://github.com/EOEPCA/rm-harvester
The Data Access provides the following interfaces:
- OGC WMS 1.1/1.3 (EO-WMS)
- OGC WCS 2.0.0 (EO Application Profile)
- OGC WMTS 1.0
- DSEO
- OpenSearch with OGC EO, Geo and Time extensions
To get a View Server copy up and running follow these simple steps.
https://vs.pages.eox.at/vs/operator/k8s.html#operating-k8s
Data Access deployment is described here in the EOEPCA Deployment Guide.
The View Server documentation can be found at https://vs.pages.eox.at/vs/.
EOEPCA related documents:
The component documentation can be found at https://eoepca.github.io/rm-data-access/.
You can find some usage examples in the View Server Client documentation: https://vs.pages.eox.at/vs/user/webclient.html
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache-2.0 License. See LICENSE
for more information.
Project Link: https://github.com/EOEPCA/rm-data-access
- README.md is based on this template by Othneil Drew.