Eric Bruning
Eric Bruning
Since the -o argument is not required, do you mean that it always tries to write a file even without that argument? I had never thought of running the script...
Your expectation makes total sense. I think the difference here is because the average is an antialiased version of the values weighted by the 2km GLM sub pixel coverage fraction,...
Yes, it's possible to pass an arbitrary custom start and end time to the gridding system (--start and --end in `make_glm_grids.py`), and if you have the x,y fixed grid coords...
Hi @MethaneRain, to take your last question first, the master branch now outputs a unified grid file format, where all grids files are in the same `.nc` file. We also...
It's been happening in post-processing at the moment, so not in this package. You can sum FED and TOE directly, but 1 min AFA must be multiplied by FED to...
@gerritholl yes, this is an awkward use of the ABI terminology since GLM does not have scan modes. I tried to match the ABI filename convention, which I think was...
Also remove glm_lma_param_space.sh, and update docs/index.rst to indicate it's not there. Alternately, update that script to show use after fixing #13 .
Largely addressed (except for the comment immediately above) by https://github.com/deeplycloudy/glmtools/commit/4d669ef01bc5ed8fa9416acc666b62baf271745d and https://github.com/deeplycloudy/glmtools/commit/4cd7cac15983db4d2cf763723f38e72cacdd3788
See work toward this end on the addnewgrid branch, which as of tonight is an example of adding one new field (minimum flash area)
Thanks to work on a class project by @robertej09, @lbunting, and @PuraCiensualidad, a draft implementation of this is underway. They implemented the NCL method as well as the version in...