NTNU-IndEcol / BuildME

6 stars 1 forks source link

Use proxy table for archetypes #31

Closed nheeren closed 2 years ago

nheeren commented 2 years ago

Instead of copying archetypes over and over, I want to restructure the approach. The settings file (or some other file) will specify what archetypes will be used for what region.

nheeren commented 2 years ago

Added settings.archetype_proxies dict to specify what archetype represents what. Not implemented yet.

https://github.com/nheeren/BuildME/blob/dddeff73e0c909b89096ae3eec71d53eb6678d46/BuildME/settings.py#L240

nheeren commented 2 years ago

Implemented in latest commit 948da59dfd5c3530f41f94ba9d35e71e4720ef1a. May need some more testing =)