Skip to main content

Build pyramid routes, provide template for user html pages

Project description

Pyramid OGC API

Tools used to facilitate the development of OGC API services with Pyramid. Provide template the the HTML vies of the API, have a generic one for la kind of view. Automatically create the routes and the views based on the OpenAPI 3 specification file and the OGC API common consideration. Provide some functions to facilitate the create of the template. Provide some functions to facilitate the create of the api. Provide some functions to facilitate the creation od an OpenLayers Map.

OGC API common consideration that we will consider to create some facilitation:

  • The f argument to switch between the HTML and the JSON view.
  • The link definition.
  • The paging definition.

It will also provide an example of the OGC API Feature service with:

  • The crs parameter..
  • The CQL filter based on (pygeofiler)[https://pypi-hypernode.com/project/pygeofilter/].
  • The CRUD interface.

Installation

python3 -m pip install pyramid-ogcapi

Getting started

Get the OGC API bundled specifications from the OGC GitHub organization, and save it as ogcapi-bundled.json.

Add in your configuration:

config.include("pyramid_ogcapi")
config.pyramid_openapi3_spec('ogcapi-bundled.json', apiname='ogcapi')
config.pyramid_openapi3_add_explorer(apiname='ogcapi')
config.pyramid_ogcapi_register_routes(apiname='ogcapi')

Integrate with jsonschema_gentypes.

Add the following views:

from pyramid import view_config
from pyramid_ogcapi import request_dict
from .ogcapi import OgcapiCollectionsCollectionidGet, OgcapiCollectionsCollectionidGetResponse

@request_dict
def myview(
  request: pyramid.request.Request,
  request_typed: OgcapiCollectionsCollectionidGet,
) -> OgcapiCollectionsCollectionidGetResponse:
    return {...}

Integrate with jsonschema_gentypes

Start example

Run the example:

make run

Open the Swagger UI.

Open the OpenAPI main page.

Contributing

Install the pre-commit hooks:

pip install pre-commit
pre-commit install --allow-missing-config

The prospector tests should pass.

The code should be typed.

The code should be tested with pytests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyramid_ogcapi-0.2.1.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

pyramid_ogcapi-0.2.1-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file pyramid_ogcapi-0.2.1.tar.gz.

File metadata

  • Download URL: pyramid_ogcapi-0.2.1.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pyramid_ogcapi-0.2.1.tar.gz
Algorithm Hash digest
SHA256 19badd5cad9e22ebe2c709e7570c7e3e74b8f65b71dfb12aa0c4b4e982871ea7
MD5 bcb66bb1d32861ee770abe4369ab8b9c
BLAKE2b-256 574a3a28584e7811b80e252d6c669039673c93f5dd9c1dd47c5eef03cc67022b

See more details on using hashes here.

Provenance

File details

Details for the file pyramid_ogcapi-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyramid_ogcapi-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8e987cd2bee491232d2b8b99a93f3112308f570f0d9b8f4f32cd43e05f7713e0
MD5 afcf1629400578e6f25eeac903ff43e2
BLAKE2b-256 49772b5947c6abb35096fd410cebd780b8c6889e5da0f2d71c0a39e795689662

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page