Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Geocoded burst stack processor #18

Closed
wants to merge 12 commits into from
5 changes: 2 additions & 3 deletions src/compass/defaults/s1_cslc_geo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ runconfig:
# Required. List of orbit (EOF) files (min=1)
orbit_file_path:
# Required. Path to the burst data
burst_file_path:
burst_file_path: burst.vrt
# Required. Path to light metadata file
light_metadata_path:
light_metadata_path: burst_metadata.json
# Required. The unique burst ID to process
burst_id:

Expand All @@ -38,7 +38,6 @@ runconfig:
geocoding:
output_format: ENVI
flatten: True
# Dem margin (in units of input DEM)
lines_per_block: 1000
output_epsg:
x_posting:
Expand Down
Loading