Geoserver-rest

Latest version: v2.8.3

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

2.3.0

What's new with this release?

* `create_layergroup` function added
* Params for `delete_workspace` and `delete_style` changed to `{recursive: true}`
* Added methods to use REST API for user/group service CRUD operations.
* Removed `key_column` parameter and added `srid` parameter (coordinate system of the layer, default is 4326) from `publish_featurestore_sqlview` function
* Solved the Bug [73](https://github.com/gicait/geoserver-rest/issues/73) and [#69](https://github.com/gicait/geoserver-rest/issues/69)

What's Changed
* Rearranging and fixing problems within create_featurestore method and adding new method "edit_featuretype" by JLoos92 in https://github.com/gicait/geoserver-rest/pull/60
* create database entry key fixed (spelling) by JLoos92 in https://github.com/gicait/geoserver-rest/pull/62
* Adds REST API for CRUD on user/group service by theoway in https://github.com/gicait/geoserver-rest/pull/63
* Update Geoserver.py by eleticial in https://github.com/gicait/geoserver-rest/pull/74
* tidying up & attempted layergroup creation by jeafreezy in https://github.com/gicait/geoserver-rest/pull/75

New Contributors
* theoway made their first contribution in https://github.com/gicait/geoserver-rest/pull/63
* eleticial made their first contribution in https://github.com/gicait/geoserver-rest/pull/74
* jeafreezy made their first contribution in https://github.com/gicait/geoserver-rest/pull/75

**Full Changelog**: https://github.com/gicait/geoserver-rest/compare/v2.1.0...v2.3.0

2.1.0

Improvements,

* Expose primary key option for datastore in `create_featurestore` function
* Time dimension support for the coverage store
* Bug fixing for the `.tiff` datastore
* Added the `request.content `to error messages in order to get more information about the error

2.0.0

Finally `geoserver-rest` v2.0.0 is here with following updates,

1. Fully replaced the [`pycurl`](http://pycurl.io/) dependency with [`python request`](https://docs.python-requests.org/en/master/)
2. Dropped the [`psycopg2`](https://www.psycopg.org/) dependencies
3. Dropped the PostgreSQL functionalities (deleted ``geo/Postgres.py`` file). I think the functionalities of PostgreSQL is outside the scope of this library. So I initiated the separated library [`postgres-helper`](https://postgres-helper.readthedocs.io/en/latest/)`
4. Documentation adjustments
5. The ``overwrite`` options removed from ``create_coveragestore``, ``create_coveragestyle`` and other style functions

1.6.1

* Bug fixing
* Get functions

1.5.0

New functions
1. get_version
2. get_status
3. get_system_status
4. reload
5. reset
6. get_datastore
7. get_datastores
8. get_coveragestore
9. get_coveragestores
10. get_layer
11. get_layers
12. get_layergroup
13. get_layergroups
14. get_style
15. get_styles
16. get_default_workspace
17. set_default_workspace
18. get_workspaces


Update on delete request

All the delete requests have now a `recursive:true` param. For example, if
we delete the workspace, it will delete the datastore, coveragestore,
styles, layers, etc, inside the particular workspace.

Update on docs

1. Conda installation added

What's Changed
* delete_values function added in postgres function by iamtekson in https://github.com/gicait/geoserver-rest/pull/32
* coverage_style update by iamtekson in https://github.com/gicait/geoserver-rest/pull/31
* get request for version, manifest, status by iamtekson in https://github.com/gicait/geoserver-rest/pull/35
* Create CODE_OF_CONDUCT.md by iamtekson in https://github.com/gicait/geoserver-rest/pull/37


**Full Changelog**: https://github.com/gicait/geoserver-rest/compare/v1.3.0...v1.5.0

1.0.3

Documentation error fixed

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.