The stations database already tracks materialTrader as a boolean, this can be combined with a filter on the value for primaryEconomy to make it possible to look up material traders by type of material.
- Raw Materials Trader = Refinery and Extraction economies
- Manufactured Materials Trader = Extraction and Industrial economies
- Encoded Materials Trader = High Tech and Military economies
I am unclear if secondaryEconomy has any impact.
This issue is dependent on normalizing the values for primaryEconomy (see this issue) for it to work correctly.
The
stationsdatabase already tracksmaterialTraderas a boolean, this can be combined with a filter on the value forprimaryEconomyto make it possible to look up material traders by type of material.I am unclear if
secondaryEconomyhas any impact.This issue is dependent on normalizing the values for
primaryEconomy(see this issue) for it to work correctly.