pygeoapi icon indicating copy to clipboard operation
pygeoapi copied to clipboard

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 t...

Results 183 pygeoapi issues
Sort by recently updated
recently updated
newest added

Currently the geojson representation of items is injected into html by python ![image](https://user-images.githubusercontent.com/299829/130922857-e13ef502-6034-48b2-90f8-b946c25752eb.png) This leads to troubles in case: - the geojson is big (detailed geometries); the html loading becomes...

stale

**Description** Links in templates do not include the lang parameter set in the URL. **Steps to Reproduce** 1. Add a lang parameter to the collections URL (e.g. localhost:5000/collections/observations?lang=fr-CA) 2. Note...

bug

**Description** When listing items using a Postgresql provider, if the parameter `property` is used to select which properties should be returned, pygeoapy ignores it and returns all properties. The same...

bug

**Is your feature request related to a problem? Please describe.** Some users have difficulty configuring due to yml syntax issues, and the general length + complexity of the yml when...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, STAC support requires files to be accessible via regular filesystem operations, but I'm working on a project where it...

enhancement

Came out of investigation for a [WFS3 GeoHealthCheck plugin](https://github.com/geopython/GeoHealthCheck/issues/221). Interesting, there is quite some OpenAPI Python stuff out there, like a Spec Validator: https://github.com/p1c2u/openapi-spec-validator Very easy to run, but gives...

bug

**Description** As reported at the OGC OATiles code sprint our demo implementation of the [specification](https://github.com/opengeospatial/ogcapi-tiles) is outdated: - [ ] `tilesets` should replace `tileMatrixSetLinks` - [ ] there should also...

bug
enhancement

**Is your feature request related to a problem? Please describe.** Pygeoapi already has support for Starlette, and other Asyncio frameworks gain momentum. However, the API is not async, blocking the...

enhancement

Fast code analysis on postgresql provider, the datetime is not implemented. Implement `datetime` support as indicated on the OGC Feature standard. - [x] Get datasets with datetime stamps - [x]...

enhancement

This issue wants to capture some of the gitter discussion we had at the wfs3 hackathon in nl. There is generally 2 use cases for wfs 1. organisations with an...