Skip to content

[Burn-P3+ FireSTARR Bug]: syncrosim gdal directory does not exist in linux causing run failure #12

@katieb1

Description

@katieb1

Contact Details

No response

What happened?

Should wrap this line in a conditional to only be run if not on a unix machine:

ssim_proj_lib <- ssimEnvironment()$ProgramDirectory %>%
  file.path("gdal", "share") %>%
  normalizePath()

Otherwise the following warning is thrown at runtime because SyncroSim linux does not contain the gdal path:

Warning message:
In normalizePath(.) :
  path[1]="/home/ubuntu/syncrosim-3-1-17/gdal/share": No such file or directory
Object reference not set to an instance of an object

What component are you seeing the problem on?

R

Relevant log output

No response

Approvals Process

  • Testing For Issue
  • Merge

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions