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 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)