Commits

clee83 committed 062879db4a2
Improve EOS2 conversion performance. Previously, all data from every field in a grid (or swath) were read even though they are not always needed. This changelist implements lazy data fetch. If data is not requested, the data is never read.