From c36cdc819bc9d970785e51d37c32ad7f5f582fdd Mon Sep 17 00:00:00 2001 From: "pin.jin@ga.gov.au" Date: Wed, 18 Jan 2023 22:49:21 +0000 Subject: [PATCH 1/2] fix indentation; --- docs/installation/product-definitions.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/installation/product-definitions.rst b/docs/installation/product-definitions.rst index 6024d57f38..ded9b5465b 100644 --- a/docs/installation/product-definitions.rst +++ b/docs/installation/product-definitions.rst @@ -16,11 +16,11 @@ and some very basic information about the product metadata_type: eo3 metadata: - product: + product: name: dem_srtm measurements: - - name: elevation + - name: elevation dtype: int16 nodata: -32768.0 units: "metre" @@ -39,17 +39,20 @@ known when loading data. license: CC-BY-4.0 metadata: - product: + product: name: dem_srtm storage: crs: EPSG:4326 + tile_size: + x: 100000.0 + y: 100000.0 resolution: - longitude: 0.000277777777780 - latitude: -0.000277777777780 + longitude: 0.000277777777780 + latitude: -0.000277777777780 measurements: - - name: elevation + - name: elevation dtype: int16 nodata: -32768.0 units: "metre" From 5f897f86db4e227f543f4ea5fe9a9c1bd3d273ff Mon Sep 17 00:00:00 2001 From: "pin.jin@ga.gov.au" Date: Wed, 18 Jan 2023 22:56:29 +0000 Subject: [PATCH 2/2] update whats new --- docs/about/whats_new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/whats_new.rst b/docs/about/whats_new.rst index e0fd101122..f4a9ad2f2c 100644 --- a/docs/about/whats_new.rst +++ b/docs/about/whats_new.rst @@ -23,7 +23,7 @@ v1.8.next - Fix deprecation message due to distutils Version classes (:pull: `1375`) - Postgresql drivers cleanup - consolidate split_uri into utils and removed unused constants (:pull: `1378`) - Postgresql drivers cleanup - Handle NaNs in search fields and allow caching in sanitise_extent (:pull: `1379`) - +- Fix example product yaml documentation (:pull: `1384`) v1.8.9 (17 November 2022) =========================