Skip to content

Commit

Permalink
interleave LOS by pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Mar 9, 2025
1 parent cfcc937 commit b9f44d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opera_utils/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def _make_3band_los(output_path: Path):
blockxsize=128,
blockysize=128,
predictor=2,
interleave="band",
interleave="pixel",
)
desc_base = "{} component of line of sight unit vector (ground to satellite)"
with rio.open(combined_los_path, "w", **profile) as dst:
Expand Down

0 comments on commit b9f44d9

Please sign in to comment.