Eric Bruning
Eric Bruning
Gridding the included test dataset as in the `plot_glm_test_data.ipynb` example but at 1 km results in a non-contiguous image as shown below. The `scale_factor` for the x and y coordinate...
The [parallax correction notebook](https://github.com/deeplycloudy/glmtools/blob/parallax-image-correct/examples/parallax-corrected-latlon.ipynb) contains a bunch of revisions to coordinate system utility functions from lmatools and glmtools. Those changes should be moved upstream, which would shorten the notebook substantially.
Would be a useful field for additional exploratory applications
Running check_glm_data.py against a data file produces a screenful of DEBUG messages, as well as a few INFO messages. Solution: set up a logger and/or set log level to warning...
Remove the `--goes_sector conus` argument in the example for gridding an arbitrary width/height; it's not needed.
Update these, or eliminate if no longer needed. Want to remove possibility for confusion. Use sample data from #7 in these examples.
The test in examples/grid/grid_sample_data.py should be moved into the test directory, which requires making the gridding script discoverable by the tests - perhaps install to bin? At the same time,...
### What went wrong? I read an xarray dataset, with units correctly attached. The metpy quantify accessor stripped units but did not return a Pint quantity. An extract of sample...
In working with other observed lightning data, I often have a time range of interest of a few seconds corresponding to a lightning flash, and I want to find it...