Releases: xcube-dev/xcube-geodb
Releases · xcube-dev/xcube-geodb
1.0.1
Changes in v1.0.1
Fixes
- Only half a fix. The default value for
raise_it
is now set to true. Better value for using the client as the original behavior was
raising the error - Fixed method
create_collection
when the parameterclear
is set to true and the deletion process attempts to delete a non-existent collection
1.0.0
v1.0.0
Fixes
- Fixed version naming issue in the extension's Makefile
- Fixed create database. Does not allow users anymore to write collections
to other users' databases. Closes #164, #165, #166, - Fixed that admin users have access to users' collections
- Collections are now always reported as 'collection' and not 'table_name'
New Features
- EPSG code strings e.g. 'epsg:4326' or 'EPSG:4326' are now accepted as CRS definition by
geodb.create_collection*
functions as well asgeodb.insert_into_collection
,geodb.transform_bbox_crs
,geodb.get_collection_by_bbox
.
Before only integers were accepted. This ensures alignment with xcube software. - The geoDB client has now two new methods (
publish_gs
,unpublish_gs
) that allow publishing collections to a WMS service (geoserver) - The geoDB client has now a new method (
get_published_gs
) that allows to list published collections to a WMS service (geoserver) - Added a notebook that describes how to use the WMS self service
- Ensured that the rest URL of the geoserver for publishing to WMS is configurable
- Messages are handled by class Message allowing to nicer print them in Jupyter notebooks. The user can also choose
whether an error will be raised or just printed. - Added method
geodb.get_all_published_gs
to get all gs published collections
1.0.0.dev6
Changes in 1.0.0.dev6
Fixes
- Fixed that the method unpublish_gs was not reporting any messages.
v1.0.0.dev5
- fixed name of parameter in
get_collection_by_bbox
: renamed parameterbbox_mode
tocomparison_mode
v1.0.0.dev4
- Added method
geodb.get_all_published_gs
to get all gs published collections
1.0.0.dev3
- Messages are handled by class Message allowing to nicer print them in Jupyter notebooks. The user can also choose whether an error will be raised or just printed.
1.0.0.dev2
Changes in 1.0.0.dev2 (in development)
- Added a notebook that describes how to use the WMS self service
- Ensured that the rest URL of the geoserver for publishing to WMS is configurable
- Fixed that admin users don't have access to users' collections
1.0.0.dev1
1.0.0.dev0
Changes in 1.0.0.dev0 (in development)
-
EPSG code strings e.g. 'epsg:4326' or 'EPSG:4326' are now accepted as CRS definition by
geodb.create_collection*
functions as well asgeodb.insert_into_collection
,geodb.transform_bbox_crs
,geodb.get_collection_by_bbox
.
Before only integers were accepted. This ensures alignment with xcube software. -
The geoDB client has now two new methods (
publish_gs
,unpublish_gs
) that allow publishing collections to a WMS service (geoserver)