Brian Rapp

Results 2 issues of Brian Rapp

- Added fileIngest module with conditional compilation (--with-ingester arg to configure) - Fixed issues reported by Coverity in noaaport tree - Increased size of retransmission table arrays to allow for...

`glmtools/io/traversal:OneToManyTraversal.__init__` has this loop: ``` for (entity_var, parent_var) in self._descend(): if dataset.dims[dataset[entity_var].dims[0]] == 0: # No data, so groupby will fail in xarray > 0.13 entity_grouper = None else: entity_grouper...