Pratiman
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
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...
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...
- [x] Closes #6736 - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Added new argument in `open_mfdataset` to better handle the invalid files. ``` errors...