OpenDRR / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
0 stars 1 forks source link

CSD geometries can exceed data limit #16

Closed DamonU2 closed 2 years ago

DamonU2 commented 2 years ago

Geometries of some of the coastal CSD's are quite detailed and too many will exceed the 6MB data limit.

To workaround, limit queries to 10.

Run through docker container for higher limits?

DamonU2 commented 2 years ago

Fixed through multiple changes