do not use IHS
This commit is contained in:
13
gdal_pansharpen_test.go
Normal file
13
gdal_pansharpen_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package imageproc
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestGDALPansharpen(t *testing.T) {
|
||||
// err := GDALPansharpen("data/052022/SJY01_PAN_20240520_115428_052022_103_010.tiff",
|
||||
// "data/052022/SJY01_MSS_20240520_115428_052022_103_010.tiff")
|
||||
// if err != nil {
|
||||
// t.Error(err)
|
||||
// }
|
||||
|
||||
GDALTranslate("data/052022/SJY01_MSS_20240520_115428_052022_103_010_FUS.tiff", "")
|
||||
}
|
||||
Reference in New Issue
Block a user