Charlie Marshak
Charlie Marshak
## Description This is a pull request related to #3343. It's a speedup to label2rgb using [scipy.ndimage.measurements](https://docs.scipy.org/doc/scipy-0.16.0/reference/ndimage.html#module-scipy.ndimage.measurements). I modified the functions used for `label2rgb` without the overlay keyword arguments. ##...
## Description I wanted to propose an application of `scipy.ndimage.measurements` to speed up `color.label2rgb` in case it might be helpful to the project. I have been experimenting with [superpixel segmentations](http://scikit-image.org/docs/dev/auto_examples/segmentation/plot_segmentations.html),...
For the notebook provided, I am currently getting the following error quite frequently and cannot easily make get requests: ``` ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) ```...
**Describe the bug** It appears a new exception is being raised in the orbit download of raider. I am not sure if this is transient issue or something that is...
#593 assumes HRRR CONUS. What would need to be changed are the following pieces: - spatial check of HRRR here: https://github.com/dbekaert/RAiDER/blob/3dcdad643c3da3ea15404724ff0192631e536317/tools/RAiDER/cli/raider.py#L611-L620 - i.e. whether it's CONUS or AK - addition...
Would be nice if RAiDER for GUNW entrypoints and weathermodels ERA5 and HRES localized all the weather models at once. 4 separate request are made (2 for each ref/sec date)....
I am working on #529. Just noticing that certain weather models have "Present" (or a string) as their end date for the `_valid_range` property, but certain models do not. For...