Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for OGC API - Coverages (#110) #516

Merged
merged 6 commits into from
Aug 21, 2020

Conversation

tomkralidis
Copy link
Member

@tomkralidis tomkralidis commented Aug 17, 2020

This PR adds capabilities/docs/tests for the OGC API - Coverages part 1 draft specification as well as a rasterio based provider, thereby implementing #110

Notes:

  • provider definitions now require a type property (currently coverage|feature|stac)
  • a sample raster dataset is included as part of the default setup. This results in rasterio (and thereby GDAL) becoming a core requirement. I've only included rasterio in requirements.txt for now

@tomkralidis tomkralidis changed the title Oacov add support for OGC API - Coverages Aug 17, 2020
@tomkralidis tomkralidis changed the title add support for OGC API - Coverages add support for OGC API - Coverages (#110) Aug 17, 2020
@tomkralidis
Copy link
Member Author

Update:

  • spectral OpenAPI document testing moved to after_success given the OACov schemas are in flux
  • Travis failures are unrelated

@tomkralidis tomkralidis reopened this Aug 21, 2020
@tomkralidis tomkralidis merged commit da824fb into geopython:master Aug 21, 2020
@tomkralidis tomkralidis deleted the oacov branch August 21, 2020 13:52
kngai pushed a commit to kngai/pygeoapi that referenced this pull request Aug 26, 2020
* add support for OGC API - Coverages

* fix coverage CRS ref

* fix ref to OACov schemas for testing

* move spectral testing to after_success

* update docs

* add mask param to rasterio provider
pvgenuchten pushed a commit to pvgenuchten/pygeoapi that referenced this pull request Jan 18, 2021
* add support for OGC API - Coverages

* fix coverage CRS ref

* fix ref to OACov schemas for testing

* move spectral testing to after_success

* update docs

* add mask param to rasterio provider
francbartoli pushed a commit to francbartoli/pygeoapi that referenced this pull request Jul 8, 2021
* add support for OGC API - Coverages

* fix coverage CRS ref

* fix ref to OACov schemas for testing

* move spectral testing to after_success

* update docs

* add mask param to rasterio provider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants