geopython / geopython/pywps

Implement Download handler using Storage class

Open
#344 0 comments 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, data are stored as files (or using new storage classes - as database). But if storeexecuteresponse=true and reference is required from the client, we do reference to the file directly

in the future we plan to reference to OWS service

but maybe, we could refer to pywps download service, which would use pywps.inout.storage.Storage class

Contributor guide

Open the contributing guide

Research direction

Start by reading the pywps.inout.storage.Storage class and the issue's proposed pywps download service. Determine how stored outputs and client references currently work when storeexecuteresponse=true. Done means the download handler can reference stored data through Storage rather than directly exposing files, with the intended future OWS integration clarified.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.