Skip to content

to download and extract IMD gridded rainfall datasets

License

Notifications You must be signed in to change notification settings

pugazenthi002/imd-grd-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMD-GRD-Python

this script downloads and extracts IMD grd datasets for sepcific locations and time periods and outputs them into csv files

based on imdlib from iamsaswata: https://github.com/iamsaswata/imdlib

INSTALLATION

Prerequisites

1.python version 3.x:
2.imdlib installation using pip:
    pip3 install imdlib
3.GUI library PySimpleGUI for easy user interface
    pip3 install PySimpleGUI
4.For getting html and depharsing 
    pip install requests
    pip install bs4

(Don't change any of the file or folder names)

WORKING

 1.extract the git

 2.enter required latitudes and longitudes in lat-long.csv file **(Don't change any of the file or folder names)**

 3.execute imd-down.py or if you want GUI use IMD-GUI.pyw

 4.enter start year and end year when prompted

 5.output files will be generated in the root folder

About

to download and extract IMD gridded rainfall datasets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%