India Meteorological Department weather forecasts, warnings, and current conditions for Maharashtra cities via RSS feeds and web services
import requests
import xml.etree.ElementTree as ET
url = 'https://city.imd.gov.in/citywx/city_weather.php?id=43003'
print('IMD Weather RSS/API feeds')
print('Access city-wise weather: https://city.imd.gov.in/')| Field | Type | Description |
|---|---|---|
| city | string | City name |
| temperature | float | Current temperature in Celsius |
| humidity | float | Relative humidity percentage |
| forecast | string | Weather forecast text |