Brian Blaylock

Results 111 comments of Brian Blaylock

I installed it and it didn't work out of the box. But I'll keep an eye on this new package and incorporate it in Herbie if it seems helpful. (How...

I'll have to look into this. This warning means the xarray accessors could not be imported. My first guess is that you might not have Cartopy installed, which is required...

Hi @nrchade, Thanks for reporting this behavior. I admit, the in-memory processing is not well executed in goes2go (would love to see a pull request improving the behavior). I haven't...

Adding this for reference ![image](https://user-images.githubusercontent.com/6249613/203443350-66dcbc90-69d7-4d1c-a144-e86b3eea3ae8.png) To load data directly into memory, need to add "mode=bytes" to the URL path

Hi @craigim, This is a nice idea. I am aware of the Himawari data. I have never looked at that data, probably because it looks like the data is in...

(of course, after I posted this I found someone else reported this in another issue...https://github.com/SciTools/cartopy/issues/1674)

I'll add my 2 cents based on my experience with [**goes2go**](https://github.com/blaylockbk/goes2go)...apologies for the long comment. For comparison, the `goes2go` API is roughly this... ```python from goes2go import GOES G =...

> I'm mixed on the idea of accepting strings for date/time; on one hand, it does seem to make it easy; on the other, it seems really weird to couple...

Another "feature" would be allowing an alias "east" or "west" that switches to the appropriate satellite depending on which was operational for the date requested. ```python GOESArchive(satellite="west") # could be...

https://github.com/ecmwf/cfgrib/issues/187 and https://github.com/ecmwf/cfgrib/issues/321 are additional cases where Datatree could help cfgrib: Different `stepRange` for precipitation (and other?) variables.