Daniel Lee
Daniel Lee
For me DSCOVR images aren't downloaded. Did the web service change?
Seems to have resolved itself - maybe I was having problems due to the spotty connection (I've been at airports all day today). Now that I'm in my hotel I...
This issue is still alive and well for us at EUMETSAT, as when `NetcdfDataset.Enhance` is set to `ScaleMissingDefer`, netCDF-Java "promotes" enums to strings, although `ScaleMissingDefer` shouldn't touch enums. Using `ScaleMissing`...
Are you able to find these constants as defined in OpenCV? They should be in there somewhere as variables - using magic numbers makes me very nervous. If this is...
@GuillaumeDae Looks to me like you don't have write permissions to the directory you're trying to write to.
Hi Sasi, sorry about not getting back very quickly - I'm not actively maintaining this package any more. I'm not sure what exactly the issue with the bin folder is,...
This is cool to know. Does `cv2.stereoCalibrate` use named argument? If that's the case, would you be willing to name the arguments in the invocation, à la `cv2.stereoCalibrate(foo=bar)` and send...
Hmm... Yeah, I don't have a setup where I can test it but the OpenCV API has been a bit volatile in the past, leading to such things. I don't...