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

Clean up shape file upload script #4

Open
asdofindia opened this issue Jan 24, 2020 · 1 comment
Open

Clean up shape file upload script #4

asdofindia opened this issue Jan 24, 2020 · 1 comment

Comments

@asdofindia
Copy link

The shape upload script presently is spaghetti code. It is unclear how many different things it does and how.

Have to investigate the following to rewrite this:

  • Is there a wrapper for postgis that allows uploading shape files without manually writing SQL?
  • Is there perhaps a way to use the geoserver rest API itself in order to take care of everything that needs to be changed at geoserver end after uploading shape file into postgres?
@asdofindia
Copy link
Author

There seems to be a client library at https://github.com/geosolutions-it/geoserver-manager

It doesn't seem to be updated in some years. But the API is cool: https://github.com/geosolutions-it/geoserver-manager/wiki/Various-Examples

Unless there is a better client library, it might very well be worth it to adopt and maintain this project (it is MIT license).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant