Skip to content

Commit

Permalink
update overview field calculation for new underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale committed Jan 9, 2024
1 parent d4680d5 commit 583f6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_services/opera/make_opera_services_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def calculate_overview_fields(mosaic_dataset, local_path):
overview_end_date = max(start_dates).replace(microsecond=0) + datetime.timedelta(hours=8)

tag = [row[0] for row in arcpy.da.SearchCursor(mosaic_dataset, ['Tag']) if row[0] != 'Dataset']
_, _, _, polarization = tag[0].split('_')
_, _, _, _, polarization = tag[0].split('_')
overview_description = 'Zoom in further to access download link'

if ds_cursor is not None:
Expand Down

0 comments on commit 583f6c1

Please sign in to comment.