cat-cfs / gcbm_preprocessing

0 stars 2 forks source link

SCEN_BASE_GCBM_config_provider.json path issue #42

Closed benhudson85 closed 7 years ago

benhudson85 commented 7 years ago

Something that was changed in one of the recent repository commits is impacting the path sent to SCEN_BASE_GCBM_config_provider.json and possibly other configs. It's coming through as this:

"layer_path": "G:\GCBM\17_BC_ON_1ha\05_working_BC_1km\TSA_10_Kalum\SCEN_Base\rollback_fire_1990_moja",

and appears to be missing the 01b_tiled_layers directory like this older one:

"layer_path": "G:\GCBM\17_BC_ON_1ha\05_working_BC\TSA_23_100_Mile_House\01b_tiled_layers\SCEN_Base\rollback_fire_1990_moja",

naddison1 commented 7 years ago

In your configuration.xls is the parameter 'GCBM Data Directory' = .\01b_tiled_layers?

benhudson85 commented 7 years ago

default is set to .

GCBM Data Directory | .

and by default I just mean the initial value in the excel template. Actual "Default" value is something else entirely.

naddison1 commented 7 years ago

Try it with .\01b_tiled_layers. I think the newest version of the master batch has this as the new default

benhudson85 commented 7 years ago

nice! indeed it does. I'm sure that'll take care of the issue. Thanks!