You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upload method. Can be "url", "file", "external". “file” uploads a file from a local source. The body of the request is the file itself. “url” uploads a file from a remote source. The body of the request is a URL pointing to the file to upload. This URL must be visible from the server. “external” uses an existing file on the server. The body of the request is the absolute path to the existing file.
I assume that the method create_coveragestore has a parameter , which is set to file by default, and can be set to url or external.
The text was updated successfully, but these errors were encountered:
Hey @yuhangch, I know, it is been a long time, I didn't respond to your issue. But anyway, As you said, the create_coveragestore functionality is currently working for the file only. But if you have any idea about setting URL or external as the coveragestore parameter, Please send the Pull request to this repo. The create_coveragestore function is available here
This is a feature request.
In GeoServer Rest API doc : coveragestores
I assume that the method
create_coveragestore
has a parameter , which is set tofile
by default, and can be set tourl
orexternal
.The text was updated successfully, but these errors were encountered: