bcgov / designatedlands

Python script to combine conservation related spatial data from many sources to create a single 'Designated Lands' layer for British Columbia
Apache License 2.0
9 stars 4 forks source link

config file path is hard coded #59

Closed smnorris closed 3 years ago

smnorris commented 5 years ago

README notes that the tool will accept custom config files and read_config function accepts a path as an argument... but there is no actual mechanism for changing the path set here: https://github.com/bcgov/designatedlands/blob/master/designatedlands/config.py#L44

smnorris commented 5 years ago

Note that this does not just mean the config file must be named designatedlands.cfg - the tool will bail if designatedlands.cfg does not exist in the current working directory.

ateucher commented 3 years ago

No longer an issue after #74