Skip to content

opencdms/pygeoapi-process-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Cookie cutter based on https://cookiecutter.readthedocs.io/en/stable/ to create a pygeoapi process.

Usage

cookiecutter gh:opencdms/pygeoapi-process-cookiecutter

When running using the cookiecutter the following are requested by the prompt:

  • package_url: The home page for the new package / pygeoapi process plugin.
  • package_name: The name of the new python package containing the process.
  • process_id: The id of the OGC-API process. This is used in the API path to access the process, e.g. https://example.com/processes/{process_id}
  • process_class_name: The name of the process class in the package.
  • process_description: A short description of the process
  • keywords: A list of keywords
  • license: The licence to use for the process, defaults to APL2.

Links

About

Cookiecutter for pygeoapi processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published