This commit is contained in:
nuknal
2024-05-25 19:43:17 +08:00
parent b9f61cd26f
commit e3d98cb959
6 changed files with 2122 additions and 166 deletions

5
gdal_pansharpen.go Normal file
View File

@@ -0,0 +1,5 @@
package main
const (
ProductSuffix = "Pansharpened.tiff"
)