geopython / 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
461 stars 251 forks source link

Uncomment gdal #1567

Closed francbartoli closed 4 months ago

francbartoli commented 4 months ago

Overview

This PR is meant to bring back the GDAL dependency that for some reason is missing from requirements-provider.txt in order to run tests locally

Related issue / discussion

Additional information

Dependency policy (RFC2)

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)

kalxas commented 4 months ago

@francbartoli the GDAL installation part worked, CI now fails in the unit tests

francbartoli commented 4 months ago

@kalxas tests are now passing, they were failing for some inconsistent results returned from the WFS request to MapServer. These were unrelated to the GDAL version change

kalxas commented 4 months ago

@francbartoli excellent, thanks!