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
483 stars 258 forks source link

add pygeoapi to conda-forge #335

Closed tomkralidis closed 4 years ago

tomkralidis commented 4 years ago

@ocefpaf any advice on how to get pygeoapi onto conda-forge?

ocefpaf commented 4 years ago

The first step is to add a recipe in staged-recipes. Our docs are not comprehensive enough but should help a little.

I started a submission in https://github.com/conda-forge/staged-recipes/pull/10592

tomkralidis commented 4 years ago

Thanks @ocefpaf

tomkralidis commented 4 years ago

Added in https://github.com/conda-forge/pygeoapi-feedstock thanks again @ocefpaf !