Design - geopython/pygeoapi GitHub Wiki

pygeoapi Design

Introduction

Scope

  • Envisage this library as a generic umbrella for WFS3 and STAC python objects
  • Address validation of entities against the specs
  • It is a core library without a specific backend model
  • Serialize and deserialize entities

Related Work/Linkages

Requirements

- python 3

Design

Configuration

Pluggable Backends

  • Django ORM
  • SQLAlchemy
  • Elasticsearch
  • OGR

Pluggable HTTP APIs