Python Package for grabbing Earth surface and atmospheric data.
Source on GitHub at ayushanand18/PyEarthData
PyEarthData is an easy-to-use python package that helps users fetch data remote sensing data about Earth's surface and atmospheric data. It allows users to fetch historic data about concentration of gases in atmosphere, relative humidity, surface temperature, etc from sensors aboard NASA's satellites.
pip install PyEarthData
pip install git+git://github.com/ayushanand18/pyearthdata.git#egg=pyearthdata
Install editable dev version from github for local development. System prerequisites: python3, conda
# fetch code
git clone git@github.com:ayushanand18/pyearthdata.git
cd PyEarthData
# install
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -e .
The official documentation is hosted on GitHub Pages https://ayushanand18.github.io/PyEarthData.
airs
AIRS module: Get Data directly from AIRS aboard NASA’s Aqua Satellite
from pyearthdata import airs
power
POWER module: Fetching NASA/POWER CERES/MERRA2 Native Resolution Daily Data
from pyearthdata import power
const package = {
"name" = "PyEarthData",
"author" = "Ayush Anand",
}
Made with ❤️ in Python