SpaceGroupUCL / depthmapX

depthmapX is a multi-platform Spatial Network Analysis Software
197 stars 52 forks source link

Move the options in the analysis modules #304

Closed pklampros closed 5 years ago

pklampros commented 5 years ago

Makes them independent of the Options object that seems to hold every single possible option required until now. With this PR it will also be easier to reason about which module requires which option. Not sure whether they should all be given in the constructor though...

Eventually these analysis modules could be constructed individually potentially each given its own options dialog/cli mode.