Ward Fisher

Results 558 comments of Ward Fisher

I've updated the header file and code; let me know if I've missed something, otherwise I'll close this out shortly. You can test using the `master` branch, and I will...

Thanks for the heads up; I'll get this taken care of!

It appears that the e.what() is not being properly populated, hence an empty string is being printed. The exception refers to having an incorrect ncid value reported. This code was...

We can make that more clear; as it is, the C++ interface requires libnetcdf with netcdf4 enabled, which implies the existance of libhdf5. But cleaning up/modernizing/making the build system consistent...

It isn't currently officially supported, but I am working on the new release now which provides official support. Unofficially, the latest development branch is cmake compatible.

@htmlboss that would be fantastic, we'd welcome the contribution :).

I'm concerned about accidentally boxing out some developers because of a compiler they're using, but I think most modern compilers support setting the `__cplusplus` macro. Lets go with option `1`...

Thanks for the kind words; I was starting to think that I was perhaps the only one who was interested in this project :). Kiosk mode would be great; the...

That is tricky; this project spawned from the https://github.com/Unidata/cloudidv project. I wasn't able to find a satisfactory solution at the time and ultimately decided "These are scientists, and they're in...

This is a good conversation but I doubt I'll have an out-of-the-box solution in short order. I've created an issue, https://github.com/Unidata/cloudstream/issues/6 to track progress on actually implementing universal kiosk mode,...