glmtools icon indicating copy to clipboard operation
glmtools copied to clipboard

GOES-R Geostationary Lightning Mapper Tools

Results 42 glmtools issues
Sort by recently updated
recently updated
newest added

`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...

There exists a GLM file (Goes18 01/12/2025 - 06:33:00) where the number of events (33601) is larger then a signed int16 (as n_points is set to [here](https://github.com/deeplycloudy/glmtools/blob/master/glmtools/io/mimic_lma.py#L609)) can handle (max...