gicait / geoserver-rest

Python library for management of geospatial data in GeoServer.
https://geoserver-rest.readthedocs.io
MIT License
197 stars 79 forks source link

Managing layer settings #47

Closed Zeitsperre closed 5 months ago

Zeitsperre commented 3 years ago

I would like to be able to do things like managing the CRSes, and other settings for a particular layer via PUT requests (https://docs.geoserver.org/latest/en/user/data/webadmin/layers.html#coordinate-reference-systems). I've looked over the REST API and am keen to learn how best to implement this.

@iamtekson Do you have any advice for how best to start working on this?

iamtekson commented 3 years ago

I think the best way will be to create one additional file for layer management. The new file should contain the class inheritance from the main class Geoserver and should contain all the PUT requests as a function. I don't know, if you have any better idea, you can also suggest.

iamtekson commented 3 years ago

Hi @Zeitsperre, How can I reach you? Can you please provide me the contact information or email address? I want to discuss something with you. Thanks.

Zeitsperre commented 3 years ago

Hey @iamtekson you can reach me at my work email: smith.trevorj [at] ouranos [dot] ca.

iamtekson commented 3 years ago

Hello @Zeitsperre, I send you the email. did you get it. I am looking forward for your reply. Thank you.

iamtekson commented 5 months ago

I think now this issue is outdated. I will close it for now. If any relevant work is done in future, we can map this issue.