geopython / geopython/pywps

Implement dynamic status response and data response

Open
#354 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
186
Forks
117
Avg merge
11d 20h
Merged PRs (30d)
1

Description

# Description

Currently, PyWPS uses static files for status response (e.g. http://localhost:5000/outputs/51eb13f2-7ea9-11e8-be8f-08002710f680.xml)

This works fine, as long there is no Exception stored in the file (`status=True`). If the client downloads the file, response code will always be 200. But we should implement correct status code returning.

Same applies for stored files: It should be implemented as service (e.g. https://apps.sentinel-hub.com/eo-browser/ uses WMS for data retrieving), since the data can no longer be only files, but e.g. stored in database.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.