Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jul 31, 2023
1 parent 37462d0 commit 16fd525
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pygeoapi plugins developed by the Center for Geospatial Solutions

## OGC API - Features

CGS additional feature providers are listed below, along with a matrix of supported query parameters.
Additional OGC API - Feature providers are listed below, along with a matrix of supported query parameters.

| Provider | Property Filters/Display | Result Type | BBox | Datetime | Sort By | Skip Geometry | CQL | Transactions | CRS |
| ------------------ | ------------------------ | ------------ | ---- | -------- | ------- | ------------- | --- | ------------ | --- |
Expand Down Expand Up @@ -80,7 +80,11 @@ The SPARQL Provider only uses variables prefixed with sparql\_ in the configurat

## OGC API - Processes

CGS provides an intersection process, using OGC API - Features Part 3: Filtering to return CQL intersections of features.
Additional OGC API - Process are listed below

### Intersector

The intersection process uses OGC API - Features Part 3: Filtering to return CQL intersections of features.
An example configuration in a pygeoapi configuration is below.

```
Expand All @@ -90,4 +94,17 @@ An example configuration in a pygeoapi configuration is below.
name: pygeoapi_plugins.process.intersect.IntersectionProcessor
```

This plugin is used in https://nhdpv2-census.internetofwater.app/.
This plugin is used in https:/reference.geoconnex.us/.

### Sitemap Generator

The Sitemap Generator process makes use of the XML formatter and OGC API - Features to generate a sitemap
of the pygeoapi instance. An example configuration in a pygeoapi configuration is below.

```
sitemap-generator:
type: process
processor:
name: pygeoapi_plugins.process.sitemap.SitemapProcessor
```

0 comments on commit 16fd525

Please sign in to comment.