rainymotion icon indicating copy to clipboard operation
rainymotion copied to clipboard

Python library for radar-based precipitation nowcasting based on optical flow techniques

Results 5 rainymotion issues
Sort by recently updated
recently updated
newest added

Hi Georgy, I have some doubts regarding rainymotion package. How many images must be provided as input? What number of images will be the final result? Should the interval between...

Hi Georgy, I found out that in the latest version(s) of cv2, the creatOptFlow attributes are no longer part of cv2.optflow, but of the main branch of cv2, so: ```...

hi Georgy: I feel so excited on your Rainymotion project. I believe that it will give me great help in the field of nowcasting. However, I find it a little...

I modify definitions of classes (simplier for those who not used to use OOP). Also I sustituted `min` and `max` functions in the scaler because those fall dealing with NaN...

Hi Georgy, With a small test for a local event, I got the following error when running the Sparse model: It seems that pts_target is an empty array for that...