Joe Hamman
                                            Joe Hamman
                                        
                                    I'm getting a related issue ``` bash cat my.jpeg | display ``` Returns the following errors ``` bash: /var/folders/wp/vl03tkh17lg8lhlbfftzjh400000gn/T//bash_kernel.ko2xmYMGfG: cannot overwrite existing file cat: stdout: Broken pipe Not a valid...
Hi all. I wanted to share a little experiment we've been playing with, [xarray-schema](https://github.com/carbonplan/xarray-schema), which provides schema validation logic for Xarray objects. We've been following this thread closely and we're...
@sgillies - quick question on one part of this document (which is very useful by the way). > You can also pass a file-like object opened in binary mode to...
I think we want the coordinates (lat/lon) and mask to be consistent between all files. Some checks in the code to make sure that is always the case would be...
I'm not sure how I feel about this. What we're trying to ovoid is having a structure that looks like this anywhere in `vic_run` or `drivers/shared`: ``` C if strcmp(VIC_DRIVER,...
I think the right way to do this is to refactor the `display_current_settings.c` of all drivers into smaller functions, the parts that need to be different can be defined by...
Okay, so how about this plan. - Each driver keeps its own `display_current_settings.c` - `driver/shared` gets a `print_current_settings.c` where a series of functions will consolidate code from the `classic/image/python` drivers...
> Sounds good to me. So, can you clarify what you mean by "series of functions" - do you want to create several sub-functions, perhaps for printing different sections/categories of...
@tbohn , if possible, can you post a figure showing demonstrating the issue (or absence of an issue). @bartnijssen and I will be interested to in making sure this is...
@tbhohn - thanks for the update and the good news. So if the major to-do is porting Tara's code, let's outline how/who/when to get it done.