pygeoapi icon indicating copy to clipboard operation
pygeoapi copied to clipboard

Dataset level limit for `Items` page

Open RousseauLambertLP opened this issue 5 years ago • 2 comments

At the moment, the datasets limit shown in the items page is the same for every datasets, because the limit is set in pygeoapi-config.yml at the server level (server.limit)

Given the large variety of datasets that can be served through pygeoapi, it would be a nice enhancement if we could set a limit at the dataset level that if present, would overwrite the server.limit value for that given dataset.

I would see something like:

resources:
    obs:
        type: collection
        title: Observations
        description: My cool observations
        limit: 500
        keywords:
            - observations
            - monitoring
...

CC @tomkralidis @alexandreleroux

RousseauLambertLP avatar Jul 27 '20 13:07 RousseauLambertLP

As per RFC4, this Issue has been inactive for 90 days. In order to manage maintenance burden, it will be automatically closed in 7 days.

github-actions[bot] avatar Mar 10 '24 21:03 github-actions[bot]

As per RFC4, this Issue has been closed due to there being no activity for more than 90 days.

github-actions[bot] avatar Mar 24 '24 03:03 github-actions[bot]

Superceded by #1856

tomkralidis avatar Dec 18 '24 12:12 tomkralidis