Skip to content

Commit c626a1b

Browse files
committed
update RFC5 details
1 parent fb0367a commit c626a1b

File tree

1 file changed

+4
-6
lines changed
  • docs/development/rfc

1 file changed

+4
-6
lines changed

docs/development/rfc/5.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: RFC5 - Enhanced data limit handling
88
- author: Tom Kralidis
99
1010
- status: draft
11-
- modified: 2024-11-19
11+
- modified: 2024-12-30
1212

1313
## Overview
1414

@@ -31,7 +31,7 @@ limits:
3131
maxitems: 500 # applies to vector data
3232
maxdistance: [x, y] # applies to all datasets
3333
units: m # as per UCUM https://ucum.org/ucum#section-Tables-of-Terminal-Symbols
34-
on_surpass: error # one of error, throttle
34+
on_exceed: error # one of error, throttle
3535
```
3636
3737
The `limits` setting will be applied as follows:
@@ -44,7 +44,7 @@ The `limits` setting will be applied as follows:
4444
## Implementation
4545

4646
- an `evaluate_limit` function will be added to the `pygeoapi` module for use by `pygeoapi.api` accordingly
47-
- if `limits.on_surpass` is `error`, then pygeoapi will throw HTTP 413
47+
- if `limits.on_exceed` is `error`, then pygeoapi will throw HTTP 413
4848

4949
### Backwards Compatibility Issues
5050

@@ -62,9 +62,7 @@ Documentation will be added to the configuration description page.
6262

6363
Issue: <https://github.com/geopython/pygeoapi/issues/1856>
6464

65-
Branch: <https://github.com/geopython/pygeoapi/tree/limits>
66-
67-
Pull Request: TBD
65+
Pull Request: <https://github.com/geopython/pygeoapi/pull/1892>
6866

6967
## Voting History
7068

0 commit comments

Comments
 (0)