Skip to content

Commit

Permalink
add docstring to getBurstPairs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Apr 12, 2024
1 parent c8ee1fb commit 092bfdd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/getBurstPairs.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Search ASF for SLCs and create a matrix job mapping for burst pairs
'''
Search ASF for SLCs and create a matrix job mapping for burst pairs
This script is intended to be run as part of a GitHub Actions workflow, but you can also
run it locally setting inputs as environment variables:
GITHUB_OUTPUT=github_outputs.txt Polarization=VV BurstId=156_334153_IW1 NPairs=1 Year=2024 python getBurstPairs.py
'''
import asf_search as asf
import fsspec
import geopandas as gpd
Expand Down

0 comments on commit 092bfdd

Please sign in to comment.