Skip to content

Commit

Permalink
Add nodata percentage column
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Jul 27, 2024
1 parent b7792af commit ef49c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacchip/processors/prechip.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def process() -> None:
"date",
"chip_index_x",
"chip_index_y",
"nodata_percentage",
]
)
if platform:
Expand Down

0 comments on commit ef49c23

Please sign in to comment.