LeviDPC
LeviDPC
This project has a bug that has kept it from running on versions of Pytorch 1.5 or after. I'm pretty sure this is because in Pytorch 1.5 one of the...
Hey, Thanks for making such an interesting and cool project. I'm trying to understand how the number of scales used in SinGAN is calculated. This code is from functions.py and...
Gridded output netcdf files (for example as created by the make_GLM_grids.py example) contains output that looks like this: double nominal_satellite_subpoint_lat ; nominal_satellite_subpoint_lat:_FillValue = -999. ; nominal_satellite_subpoint_lat:long_name = "nominal satellite subpoint...
Goes East Gridded GLM output netcdf files (For this write up I Created them with ```make_GLM_grids.py``` example) seem to have incorrect ```nominal_satellite_subpoint_lon``` values. Example: Generate file: ` LeviDPC$ python make_GLM_grids.py...
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...