pyoseo
  • Introduction
    • Overview
    • Implementation
  • Installing pyoseo
    • pyoseo
    • Installing other components
  • Database structure
  • OSEO operations
    • GetOptions operation
    • Submit operation
    • Getstatus operation
    • DescribeResultAccess operation
    • Cancel operation
  • Roadmap
  • Hooking up your authentication module
    • Authentication classes
    • Example
  • Hooking up your order processing modules
    • Order processing classes
    • Example
  • Hooking up your custom order options
  • oseoserver API
    • Pyoseo settings
    • OseoServer
    • Django views
    • Django models
    • Celery tasks
    • Base
    • Submit
    • GetStatus
    • DescribeResultAccess
    • GetOptions
 
pyoseo
  • Docs »
  • Welcome to pyoseo’s documentation!
  • Edit on GitHub

Welcome to pyoseo’s documentation!¶

pyoseo is an ordering server that implements the Open Geospatial Consortium’s OSEO specification.

pyoseo can be used to handle the dissemination of geospatial data.

It is implemented as a django application.

Contents:

  • Introduction
    • Overview
    • Implementation
  • Installing pyoseo
    • pyoseo
    • Installing other components
  • Database structure
  • OSEO operations
    • GetOptions operation
    • Submit operation
    • Getstatus operation
    • DescribeResultAccess operation
    • Cancel operation
  • Roadmap
  • Hooking up your authentication module
    • Authentication classes
    • Example
  • Hooking up your order processing modules
    • Order processing classes
    • Example
  • Hooking up your custom order options
  • oseoserver API
    • Pyoseo settings
    • OseoServer
    • Django views
    • Django models
    • Celery tasks
    • Base
    • Submit
    • GetStatus
    • DescribeResultAccess
    • GetOptions

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2014, Ricardo Silva.

Built with Sphinx using a theme provided by Read the Docs.