Skip to content

Releases: xcube-dev/xcube-geodb

1.0.1

01 Sep 12:42
Compare
Choose a tag to compare

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 parameter clear is set to true and the deletion process attempts to delete a non-existent collection

1.0.0

16 Aug 07:35
Compare
Choose a tag to compare

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 as geodb.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

13 Aug 12:49
Compare
Choose a tag to compare
1.0.0.dev6 Pre-release
Pre-release

Changes in 1.0.0.dev6

Fixes

  • Fixed that the method unpublish_gs was not reporting any messages.

v1.0.0.dev5

13 Aug 09:06
Compare
Choose a tag to compare
v1.0.0.dev5 Pre-release
Pre-release
  • fixed name of parameter in get_collection_by_bbox: renamed parameter bbox_mode to comparison_mode

v1.0.0.dev4

12 Aug 13:58
8665a48
Compare
Choose a tag to compare
v1.0.0.dev4 Pre-release
Pre-release
  • Added method geodb.get_all_published_gs to get all gs published collections

1.0.0.dev3

12 Aug 11:44
d8855cb
Compare
Choose a tag to compare
1.0.0.dev3 Pre-release
Pre-release
  • 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

28 Jun 14:17
ece46f2
Compare
Choose a tag to compare
1.0.0.dev2 Pre-release
Pre-release

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

23 Jun 14:18
Compare
Choose a tag to compare
1.0.0.dev1 Pre-release
Pre-release

Changes in 1.0.0.dev1 (in development)

  • 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,

1.0.0.dev0

15 Jun 09:44
Compare
Choose a tag to compare
1.0.0.dev0 Pre-release
Pre-release

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 as geodb.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)

0.1.16

28 Apr 07:07
Compare
Choose a tag to compare

v0.1.16

Fixes

  • Corrected transform_bbox_crs method. Uses now minx, miny, maxx, maxy notation for the bbox

New Features

  • Added a parameter to transform_bbox_crs bbox allowing to use Lon Lat notation for EPSG 4326 when
    transforming the bbox's CRS to EPSG 4326.