@tauseefsshah
We have to write script(s):
- To extract
Rainfall data from IMD (Indian Meteorological Department)
- Aggregate (mean) rainfall for each revenue circle in Assam - on a monthly basis
Resources:
- imdlib is a Python Package useful for downloading IMD data. Documentation
- Assam Revenue circle maps -- This is the map we have to use to aggregate IMD data at Revenue circle level.
Additional references:
- Tutorial on using imdlib - You can find many other tutorials.
- Zonal Statisitics - is the keyword you have to lookup on to aggregate IMD data in a revenue circle.
@tauseefsshah
We have to write script(s):
Rainfalldata from IMD (Indian Meteorological Department)Resources:
Additional references: