Skip to content

Commit

Permalink
fullBurstId not relativeId
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jan 19, 2024
1 parent 6e0f77b commit 3134128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/timeseries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
results = asf.search(platform=[asf.PLATFORM.SENTINEL1],
processingLevel=asf.BURST,
polarization=${{ inputs.polarization }},
relativeBurstID=${{ inputs.fullBurstID }})
fullBurstID=${{ inputs.fullBurstID }})
print('Results: ', len(results))
burstIDs = [x.meta['native-id'] for x in results]
Expand Down

0 comments on commit 3134128

Please sign in to comment.