-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multiband tif files for STAC projection metedata
- Loading branch information
1 parent
f131ccc
commit 40ec1fb
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<PAMDataset> | ||
<PAMRasterBand band="1"> | ||
<Metadata> | ||
<MDI key="STATISTICS_MAXIMUM">1</MDI> | ||
<MDI key="STATISTICS_MEAN">1</MDI> | ||
<MDI key="STATISTICS_MINIMUM">1</MDI> | ||
<MDI key="STATISTICS_STDDEV">0</MDI> | ||
<MDI key="STATISTICS_VALID_PERCENT">100</MDI> | ||
</Metadata> | ||
</PAMRasterBand> | ||
<PAMRasterBand band="2"> | ||
<Metadata> | ||
<MDI key="STATISTICS_MAXIMUM">2</MDI> | ||
<MDI key="STATISTICS_MEAN">2</MDI> | ||
<MDI key="STATISTICS_MINIMUM">2</MDI> | ||
<MDI key="STATISTICS_STDDEV">0</MDI> | ||
<MDI key="STATISTICS_VALID_PERCENT">100</MDI> | ||
</Metadata> | ||
</PAMRasterBand> | ||
</PAMDataset> |