IMCtermite
IMCtermite copied to clipboard
Loading single channels
What an awesome library! You know what would it make even better? The ability to load single channels with data without loading all channels.
I know I can load data with .getchannels(True) , but here I need to load all data. I would like something like .gitchannel("channelName") that works similar, but only loads the specified channel.
This has advantages:
- faster if I really need only one channel
- easier/enables to work with huge amount of data in one file