Small point-only NASA IMERG rainfall downloader that saves an Excel time series.
Project description
imergpyLite
imergpyLite is a very small package for one job:
Download NASA IMERG rainfall for one point and save it as an Excel time series.
No web app. No country average. No square area. No interpolation complexity.
Install
pip install imergpyLite
Python Example
import imergpylite as imerg
excel_path, records = imerg.download_point(
lat=6.9,
lon=79.8,
start_datetime="2025-11-25",
end_datetime="2025-11-26",
username="EARTHDATA_USERNAME",
password="EARTHDATA_PASSWORD",
run_type="late",
freq="daily",
)
print(excel_path)
Supported Data
freq="daily"withrun_type="early","late", or"final"freq="hhr"withrun_type="early","late", or"final"freq="monthly"withrun_type="final"
The Excel file includes:
- Start Time
- End Time
- Requested Latitude
- Requested Longitude
- Actual IMERG Grid Latitude
- Actual IMERG Grid Longitude
- Precipitation value
NASA Account
You need a free NASA Earthdata account and accepted GES DISC data access.
Sign up:
https://urs.earthdata.nasa.gov/users/new
Keep your username and password private.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imergpylite-0.1.0.tar.gz.
File metadata
- Download URL: imergpylite-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29ce15240ce0e52e458b3b05c910798915f0c8ef6b6436824ca5241278587f5a
|
|
| MD5 |
63bc38fdd26740f83497ae80fc0f07f8
|
|
| BLAKE2b-256 |
3ef41cc0b4939fc707482c513aa1e89a7e84c1009a9336a1961f605b569f027d
|
File details
Details for the file imergpylite-0.1.0-py3-none-any.whl.
File metadata
- Download URL: imergpylite-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0ac2ef4e9c67b4b2cd7bfa841e0e9afcefb40ed4ab0d2e0e6eb7c1bd55fccf
|
|
| MD5 |
529302c445358d9a3f7681ef908f8e96
|
|
| BLAKE2b-256 |
f34921702ebd252502d0bd4b138481086bc4243d5596b45800c404e0aa775b97
|