There are three suggestions here, so I'm going to repeat them back to make sure we're clear.
1) The "extended" data files from the T5 Second Survey contain a number of new/extra fields and the wiki should provide the data in a "Legacy" format, something closer to:
https://travellermap.com/api/sec?sector=Spin&type=Legacy
2) I promised that I would move the generated economic data from it current /data page to new /economics page, and return the extended UWP data to the /data page. Which I have not done for reasons.
3) You think it would be interesting to have a subsector/data page (with extended but not T5SS UWP data) and a subsector/economics page, both updated either from the sector data or at the same time as the sector data.
There are two outstanding questions I have about implementing this:
I have two choices for formatting both the UWP data and the economic data. The first is to use the older style, a pre-formatted text layout with a fixed width font. It look something like this:
Code:
Hex Name UWP Remarks {Ix} (Ex) [Cx] N B Z PBG W A Stellar
---- -------------------- --------- ---------------------------------------- ------ ------- ------ ----- -- - --- -- ---- --------------
0101 Zeycude C430698-9 De Na Ni Po { -1 } (C53-1) [6559] - - - 613 8 ZhCo K9 V
0102 Reno C4207B9-A De He Na Po Pi { 1 } (C6A+2) [886B] - - - 603 12 ZhCo G8 V M1 V
The second option is to use a Wiki formatted table as shown in the current /data pages. The advantage of this latter is the columns can be sorted (for quick analysis), the layout looks better (at least to me), and I can hide some query extraction/formatting codes to make the subsector layout processing easier. You can also do a select/copy/paste and the columns come out as tab-delimeted for easy insertion into spreadsheets or text files for other analysis.
Second, since you are expressing the preference not to use the T5SS extended UWP format, do you have a preference for which of the <N> other sector formats are selected, or should I pick one.