Skip to content

Commit

Permalink
Remove .nc postfix from s3 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Feb 9, 2018
1 parent 8fd1a6d commit e665a75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/config_samples/ingester/ls5_nbar_albers_s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion docs/config_samples/ingester/ls5_nbar_albers_s3test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion docs/config_samples/ingester/ls5_pq_albers_s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion docs/config_samples/ingester/ls5_pq_albers_s3test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e665a75

Please sign in to comment.