Scott Collis
Scott Collis
Platform: ``` Python 3.5.2 |Continuum Analytics, Inc.| (default, Jul 2 2016, 17:53:06) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux ``` Throws error on basemap.drawcounties() (over Illinois) ``` Traceback (most...
Don't know if its just me but if I save as .mov things are good but .gif even with gif_resolution_factor=2.0 makes a small gi  f
Hey Developers. Could be a thredds issue.. Please close if not the right place. trying to find obs in Alaska for a project.. Specifically narrowed the variables required so I...
Creating a Checklist so we can keep track of this: - [x] Add an xradar branch to develop/test on - [x] Add helper functions to convert to an xradar object...
On making a radar from 8 sweeps the array for sweep_mode is shape (192,) rather than (8,32)
At the moment the way I apply a gatefilter to mask (ie when I want to save) data is as follows: ```gf = pyart.filters.GateFilter(radar) gf.exclude_below('reflectivity', 10) nf = deepcopy(radar.fields['reflectivity']) nf['data']...
Discussing with @mvanlierwalq about spectra calculations makes me think we need a thread to talk about a data model in Py-ART for Spectra Could it be as simple as letting...
Currently the LP method uses Z to keep KDP high when in regions of High Z. At X-Band where we can get phase shift on backscatter that is of greater...
First, I am not suggesting a name change. I worry that folks might be dissuaded from using for radar based objects and other objects by the description. Once TINT is...
Very simple set up (no dockerfile etc). failing on what looks like the provision of the container ``` Removing intermediate container 9f3c9d91d6b1 ---> d9988d005870 Step 14/53 : RUN wget --quiet...