glmtools
glmtools copied to clipboard
Inputs into make_GLM_grids.py
I have a couple of questions about make_GLM_grids.py. I am trying to grid 2-min intervals of GLM data on the same grid as ABI. I realized that even though I have given make_GLM_grids.py a start and end time, I didn't provide it with a list of files to grid. Tried adding a list of 6 files and it gives a projection error. I tried just doing a wildcard input path in the call and got the same error. It works if I ask to do a 1-min grid, but not 1-min. So here are my questions:
- Does make_GLM_grids.py use start_time and end_time to mark which files to grid?
- Is make_GLM_grids.py hard-coded to only do 1-min or 5-min aggregations?
Thanks.