gicait / geoserver-rest

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

Create GeoTIFF Datastore/Coveragestore without uploading a file? #148

Open pedro-cf opened 5 months ago

pedro-cf commented 5 months ago

Greetings. Is it possible to create a GeoTIFF Datastore/Coveragestore without having to upload a file? Using a file that is already in the Geoserver?

iamtekson commented 5 months ago

Right now, the functionality is not available. I am open for any PR.

pedro-cf commented 5 months ago

I think this should apply for any fuction that involves uploading, allow the option to merely use a file that is already in geoserver instead of uploading

pedro-cf commented 4 months ago

Greetings @iamtekson

Do you know if the Geoserver REST API allows for the creation of datastores/coveragestores that make use of the COG (Cloud optimized Geotiff) plugin?

If so, this would be a great addition to this feature request!

iamtekson commented 4 months ago

Do you know if the Geoserver REST API allows for the creation of datastores/coveragestores that make use of the COG (Cloud optimized Geotiff) plugin?

I have no idea about this. But found this discussion in the StackOverflow. Seems like, we can integrate that too.

tommasosansone91 commented 3 months ago

Hello, I am also open to work on the development of this feature.