Scott Collis

Results 90 comments of Scott Collis

``` >>> import matplotlib >>> matplotlib.__version__ '1.5.3' >>> ```

Many thanks!

Note: no error when using time instead of time_range

now when using ```query = ncss.query().accept('csv').time_range(datetime.utcnow() - timedelta(days=0.5), datetime.utcnow() - timedelta(minutes=5)) ``` I get ```--------------------------------------------------------------------------- HTTPError Traceback (most recent call last) in () 12 13 ---> 14 data = ncss.get_data(query)...

@rcjackson when you get a moment let me know your thoughts on this...

Perhaps we need a constants section with this data in there and well referenced to various papers...

@rcjackson can you do two things so we can close this out: 1) Add a notebooks showing application to X,C and S band in https://github.com/ARM-DOE/pyart/tree/master/notebooks (We will eventually binder this)...

not the highest priority... Lets aim for a month or so.

Are they hardset in the method? Can we make them keyword parameters? This is always going to be a challenge in Py-ART. Thank you for bringing this up Mo-Sun-Jin  From:...

Cool. Just catching up2nd Bobby’s suggestion  From: Zach Sherman ***@***.***>Date: Thursday, February 3, 2022 at 3:33 PMTo: ARM-DOE/pyart ***@***.***>Cc: Scott ***@***.***>, Mention ***@***.***>Subject: Re: [ARM-DOE/pyart] About the paramters of ZPHI...