-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add support for passing local files to server as raw data #97
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added comments to the code.
Does OWSLib know when to tag content with CDATA ? As long as we're passing trivial text and base64, we're good, but if not, that could become a problem. |
We may prepare this in birdy. But probably we would like to move the encoding part to |
Just to reference comments in pywps PR: |
…cause when the server is local, we can use a reference with file://
... codacy complain belongs to this PR.
|
@huard fixed |
Overview
This PR fixes #96
Changes:
BaseIO
)Test suite requires bird-house/emu#74