-
Notifications
You must be signed in to change notification settings - Fork 3
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
download inform / progress #18
Comments
At the moment, the files are downloaded with help of OWLib, which has not so nice implementation of file download:
Suggestion: Rewrite OWSLib, https://github.com/geopython/OWSLib/blob/51df57989877670b7a19f633f04a4b8cf774d9f1/owslib/wps.py#L1483 so it uses something like
and using something like
construction - Same applies for https://github.com/geopython/OWSLib/blob/51df57989877670b7a19f633f04a4b8cf774d9f1/owslib/wps.py#L902 |
done in the 18_progress branch But you have to use https://github.com/jachym/owslib/tree/782_wps_download branch |
@jachym Tested on http://lincalc-02.fsv.cvut.cz/services/wps start: 01/01/2018 No data downloaded, process finished on server. Client frozen. |
Service for testing: http://157.90.183.85:8080/services/wps |
Result of testing: no download progress show |
See related PR: geopython/OWSLib#784 |
Inform user about download data.
Option 1: "Downloading output data, please wait ..."
Option 2: "Downloading data 5%..."
The text was updated successfully, but these errors were encountered: