Skip to main content

Download and Convert IMD Daily Data

Project description

imddaily

imddaily is a python package to download and convert Daily Real Time data from India Meteorological Department.

The Daily Real Time Data available,

  • rain = Daily Rainfall data
  • raingpm = Daily Merged Satellite Guage Rainfall (GPM) data
  • tmax = Daily Maximum Temperature data
  • tmin = Daily Minimum Temperature Data
  • tmaxone = Daily Maximum Temperature data (1.0 degree)
  • tminone = Daily Minimum Temperature Data (1.0 degree)

Installation

imddaily can be installed through pip,

pip install imddaily

dependencies include rasterio, numpy, affine, tqdm, requests.

Usage

imddaily package can download and convert the IMD data

from imddaily import imddaily
data = imddaily.get_data('rain', '2020-01-01', '2020-12-31', '/Users/home/rain/grd/')
data.to_geotiff('/Users/home/rain/tif/')

License

imddaily is available under the MIT License.

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imddaily-0.3.0.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

imddaily-0.3.0-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page