From 0089da4996d27fed111e1d7023780a914b60b360 Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Wed, 6 May 2020 15:22:42 +1000 Subject: [PATCH] Update whats_new: eo3 metadata support --- docs/about/whats_new.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/about/whats_new.rst b/docs/about/whats_new.rst index fe1034653d..cca14f7ae6 100644 --- a/docs/about/whats_new.rst +++ b/docs/about/whats_new.rst @@ -20,6 +20,8 @@ v1.8rc (???) - Changed geo-registration mechanics for arrays returned by ``dc.load``. (:pull:`899`, :issue:`837`) - Migrate geometry and CRS backends from ``osgeo.ogr`` and ``osgeo.osr`` to ``shapely`` and ``pyproj`` respectively (:pull:`880`) - Driver metadata storage and retrieval. (:pull:`931`) +- Support EO3 style datasets in ``datacube dataset add`` (:pull:`929`, :issue:`864`) + v1.7.0 (16 May 2019) ====================