From e665a7557e0ac2263978cdcdea3a06cf3e31e134 Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Fri, 9 Feb 2018 11:23:31 +1100 Subject: [PATCH] Remove `.nc` postfix from s3 configs --- docs/config_samples/ingester/ls5_nbar_albers_s3.yaml | 2 +- docs/config_samples/ingester/ls5_nbar_albers_s3test.yaml | 2 +- docs/config_samples/ingester/ls5_pq_albers_s3.yaml | 2 +- docs/config_samples/ingester/ls5_pq_albers_s3test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config_samples/ingester/ls5_nbar_albers_s3.yaml b/docs/config_samples/ingester/ls5_nbar_albers_s3.yaml index 208e781ad3..b5201c582d 100644 --- a/docs/config_samples/ingester/ls5_nbar_albers_s3.yaml +++ b/docs/config_samples/ingester/ls5_nbar_albers_s3.yaml @@ -4,7 +4,7 @@ output_type: ls5_nbar_albers description: Landsat 5 Surface Reflectance NBAR 25 metre, 100km tile, Australian Albers Equal Area projection (EPSG:3577) location: '/home/ubuntu/data/output' -file_path_template: 'LS5_TM_NBAR/LS5_TM_NBAR_3577_{tile_index[0]}_{tile_index[1]}_{start_time}_v{version}.nc' +file_path_template: 'LS5_TM_NBAR/LS5_TM_NBAR_3577_{tile_index[0]}_{tile_index[1]}_{start_time}_v{version}' global_attributes: title: Surface Reflectance NBAR+ 25 v2 summary: | diff --git a/docs/config_samples/ingester/ls5_nbar_albers_s3test.yaml b/docs/config_samples/ingester/ls5_nbar_albers_s3test.yaml index da29350c75..a0b67dfb80 100644 --- a/docs/config_samples/ingester/ls5_nbar_albers_s3test.yaml +++ b/docs/config_samples/ingester/ls5_nbar_albers_s3test.yaml @@ -4,7 +4,7 @@ output_type: ls5_nbar_albers description: Landsat 5 Surface Reflectance NBAR 25 metre, 100km tile, Australian Albers Equal Area projection (EPSG:3577) location: '/home/ubuntu/data/output' -file_path_template: 'LS5_TM_NBAR/LS5_TM_NBAR_3577_{tile_index[0]}_{tile_index[1]}_{start_time}_v{version}.nc' +file_path_template: 'LS5_TM_NBAR/LS5_TM_NBAR_3577_{tile_index[0]}_{tile_index[1]}_{start_time}_v{version}' global_attributes: title: Surface Reflectance NBAR+ 25 v2 summary: | diff --git a/docs/config_samples/ingester/ls5_pq_albers_s3.yaml b/docs/config_samples/ingester/ls5_pq_albers_s3.yaml index 4279e678b9..7bcfbf5f69 100644 --- a/docs/config_samples/ingester/ls5_pq_albers_s3.yaml +++ b/docs/config_samples/ingester/ls5_pq_albers_s3.yaml @@ -4,7 +4,7 @@ output_type: ls5_pq_albers description: Landsat 5 Pixel Quality 25 metre, 100km tile, Australian Albers Equal Area projection (EPSG:3577) location: '/home/ubuntu/data/output' -file_path_template: 'LS5_TM_PQ/LS5_TM_PQ_3577_{tile_index[0]}_{tile_index[1]}_{start_time}.nc' +file_path_template: 'LS5_TM_PQ/LS5_TM_PQ_3577_{tile_index[0]}_{tile_index[1]}_{start_time}' global_attributes: title: Pixel Quality 25 v2 summary: | diff --git a/docs/config_samples/ingester/ls5_pq_albers_s3test.yaml b/docs/config_samples/ingester/ls5_pq_albers_s3test.yaml index 61b3b4b1ff..d734260b94 100644 --- a/docs/config_samples/ingester/ls5_pq_albers_s3test.yaml +++ b/docs/config_samples/ingester/ls5_pq_albers_s3test.yaml @@ -4,7 +4,7 @@ output_type: ls5_pq_albers description: Landsat 5 Pixel Quality 25 metre, 100km tile, Australian Albers Equal Area projection (EPSG:3577) location: '/home/ubuntu/data/output' -file_path_template: 'LS5_TM_PQ/LS5_TM_PQ_3577_{tile_index[0]}_{tile_index[1]}_{start_time}.nc' +file_path_template: 'LS5_TM_PQ/LS5_TM_PQ_3577_{tile_index[0]}_{tile_index[1]}_{start_time}' global_attributes: title: Pixel Quality 25 v2 summary: |