This commit is contained in:
nuknal
2024-08-27 17:24:07 +08:00
parent 6f2cfa797a
commit ce0a4fc370
7 changed files with 173 additions and 79 deletions

View File

@@ -36,6 +36,8 @@ var procCmd = &cobra.Command{
logrus.SetLevel(config.GCONFIG.Log.LogLevel)
godal.RegisterAll()
// dem
dem.Dem1KmLT = dem.NewDem1Km(config.GCONFIG.Dem.Dem1Km)
@@ -51,7 +53,6 @@ var procCmd = &cobra.Command{
// reg.AuxPrint()
if err := reg.LoadMssRaw(); err != nil {
logrus.Fatal(err)
}
@@ -60,7 +61,6 @@ var procCmd = &cobra.Command{
logrus.Fatal(err)
}
godal.RegisterAll()
os.MkdirAll(params.OutputDir, 0755)
if doLUTRRC {