Skip to content

Commit

Permalink
next todos
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Sep 4, 2024
1 parent 21c1e1d commit 0e2e779
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/hyp3_srg/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ def timeseries(
bucket_prefix: Add a bucket prefix to the product(s)
work_dir: Working directory for processing
"""

"""
DONE: Get the BBOXs for the DEM.
DONE: Retrieve the SRG DEM files.
TODO: Default values for looks, baselines, tropo, and thresholds
TODO: Call merge_slcs.py if necessary
TODO: Create the SBAS list with sbas_list.py
TODO: Get the size of the .geo files from the .rsc file.
TODO: Form the interferograms.
TODO: ...
"""

if work_dir is None:
work_dir = Path.cwd()

Expand Down

0 comments on commit 0e2e779

Please sign in to comment.