gicait / geoserver-rest

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

Create geopackage datastore #143

Closed knl88 closed 4 months ago

knl88 commented 5 months ago

Hi, think it would be useful with a dedicated method for creating and publishing geopackages. There is also an issue #142 that is PR could close . In short, this PR adds a dedicated create datastore from geopackage method, the published layer will be the layer in the geopackage. The test covers the creation of a store and layer from an example geopackage file.