Custom Query (1118 matches)
Results (136 - 138 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2286 | fixed | pygeoapi service not running on VM version | ||
Description |
Installing OSGeoLive 14 nightly build 164 on Ubuntu 20.04 in a virtual machine using Oracle VM Virtual box. pygeoapi service not running opening localhost:5000. Manually starting it (pygeapi serve), I got missing PYGEOAPY_CONFIG environment variable. After manually setting the environment variable (export PYGEOAPI_CONFIG=/usr/local/share/pygeoapi/pygeoapi-config.yml) it is working. |
|||
#2285 | wontfix | OpenEO python | ||
Description |
https://openeo.org/documentation/1.0/python/#exploring-a-back-end |
|||
#2284 | fixed | Upgrade to pygeoapi 0.9.0 causes demo error | ||
Description |
Setting up python3-pygeoapi (0.9.0-1~focal0) ... Traceback (most recent call last): File "/usr/bin/pygeoapi", line 11, in <module> load_entry_point('pygeoapi==0.9.0', 'console_scripts', 'pygeoapi')() File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 878, in generate_openapi_document click.echo(yaml.safe_dump(get_oas(s), default_flow_style=False)) File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 863, in get_oas return get_oas_30(cfg) File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 422, in get_oas_30 collections[k]['providers'], 'feature')) KeyError: 'providers' |
Note:
See TracQuery
for help on using queries.