Skip to content
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

Support url/external method in create_coveragestore #22

Open
yuhangch opened this issue Dec 4, 2020 · 1 comment
Open

Support url/external method in create_coveragestore #22

yuhangch opened this issue Dec 4, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@yuhangch
Copy link

yuhangch commented Dec 4, 2020

This is a feature request.
In GeoServer Rest API doc : coveragestores

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.

@iamtekson iamtekson added the question Further information is requested label Dec 4, 2020
@iamtekson
Copy link
Collaborator

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

@iamtekson iamtekson added help wanted Extra attention is needed and removed question Further information is requested labels Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants