- Playground
- Help and Background Info
Templating Overview
This page allows you to explore templating JSON-LD with Jinja so that it is easier to contribute and expose your data for Geoconnex.
- The left editor contains raw JSON-LD output from pygeoapi.
- The center editor contains the Jinja template that processes it.
- The right editor shows the final templated output.
Notes on templating within pygeoapi
When pygeoapi applies a Jinja template, it considers the entire source JSON-LD to be the top-level key named data
. Otherwise, the Jinja templating in pygeoapi is standard and follows expected patterns.
note
For info on getting pygeoapi running locally, see step 2 of the contribution guide.