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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file imddaily-0.3.0.tar.gz
.
File metadata
-
Download URL:
imddaily-0.3.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.3
File hashes
Hashes for imddaily-0.3.0.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
09b7134c5e88d6f085fe0000a19394cdf09bf1174a2ce373881966e3df273137 |
|
MD5 |
d2f81a9868433f2e1122f3338ff4d212 |
|
BLAKE2b-256 |
002e19853e079c09f6dae9a7d6b8eacec49e5928ba95ec0a917509d29431aec1 |
|
See more details on using hashes here.
File details
Details for the file imddaily-0.3.0-py3-none-any.whl
.
File metadata
-
Download URL:
imddaily-0.3.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.3
File hashes
Hashes for imddaily-0.3.0-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
79d33819df9a53f3d5da86bb44fbe974014a9d3c2ac66cb58f1239de1873c8be |
|
MD5 |
01308d9cf906b7d40543385ebdf56af0 |
|
BLAKE2b-256 |
0d827ba35b3ee6e3269e4411d5137ce5a4ddffb5a0d59a973889ad35ddd2913e |
|
See more details on using hashes here.