Eric Bruning

Results 20 issues of Eric Bruning

Try to include: - Code Sample: here the URL doesn't matter, but is provided for convenience. ```python from datetime import datetime, timedelta from siphon.catalog import TDSCatalog day = datetime(2018, 5,...

Type: Bug

#### Description Of Changes Closes #361 with a documentation-update. #### Checklist - [x] Closes #361

These classes and helper functions support reading GOES-16 data from the official NOAA AWS bucket. Based on an older version originally shared with me by @dopplershift. Beware: no tests.

When WSR-88D data are in a SAILS VCP mode (elevation pattern below), it causes the PPI cross section plot to drop or oddly overplot some rays. This can be worked...

help wanted

In the `tobac_v1` theme's tracking step, a cell ID is assigned, and the convention is to [use NaN to mark that a feature has not been assigned to a cell...

enhancement

One of tobac's advantages is that it keeps each step in the tracking process separate. Right now, each step using tobac's various tracking functions produces a separate dataset or array....

enhancement
xarray transition

When running the tracking example of the TINT theme, the cell mask variable in the tracked dataset is reversed from what I expected. The input gridded NetCDF data look like...

enhancement

Gridded GLM imagery are now available on threads-test. This example adapts the water vapor + aircraft example to overlay GLM data on ABI imagery. Requires Unidata/siphon/#272 for parsing times.

Fixes #117. Adds an example of making the wrong assumption about how cat.datasets works as part of teaching the API. Also changes the description of how filtering by time works...

I just used this notebook to remind myself how to get data from a THREDDS server, and managed to confuse myself when using catalog.datasets, as documented in [siphon#361](https://github.com/Unidata/siphon/issues/361). I proposed...