Results 4 issues of Pratiman

### Description Unable to produce colorbars within different subplots. Matplotlib is able to produce a better colorbar. ### Steps to reproduce in Matplotlib ```python import matplotlib.pyplot as plt import numpy...

IMD has released new data GPM + Guages merged product. IMDLIB can support this. Real Time: https://www.imdpune.gov.in/cmpg/Realtimedata/gpm/Rain_Download.html Monthly Data: https://www.imdpune.gov.in/cmpg/Griddata/Rainfall25Merged.html

New Feature

The current implementation uses `year` to download and open datasets. It is better to provide `start_date` and `end_date` to download and read the dataset. Current Implementation: ```python import imdlib as...

enhancement

Currently, `get_data` and `get_real_data` will download files before checking if the files already exist in the folder. I think it would be better if we could check before downloading the...

enhancement