agilescientific / welly

Welly helps with well loading, wireline logs, log quality, data science
https://code.agilescientific.com/welly
Apache License 2.0
313 stars 132 forks source link

Specify order of columns in project curve table #51

Open kwinkunks opened 8 years ago

kwinkunks commented 8 years ago

Probably with a flag like auto_order which is True by default (current behaviour).

Or maybe there are other options, eg order='alpha', or order='count' or order='keys' perhaps.

EvanBianco commented 7 years ago

This doesn't happen for the left most columns, but it does works for the curve columns via the order of the elements in keys.

image

Unless I'm missing a particular use case. I'd say we can close this issue.

kwinkunks commented 7 years ago

Right, but the idea is to be able to resort them dynamically according to some criteria. They're arranged according to my keys list, but now I want alphabetical, now by the reverse of the count of wells per curve, or average quality (say).