ayushanand18 / PyEarthData

Python Package for grabbing Earth surface and atmospheric data.
https://ayushanand18.github.io/PyEarthData
MIT License
3 stars 0 forks source link
earth-observation earth-science geospatial python

PyEarthData

pypi docs

Python Package for grabbing Earth surface and atmospheric data.

Source on GitHub at ayushanand18/PyEarthData

Introduction

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.

Main Features

Installation

Installation from PyPI

pip install PyEarthData

Install latest development version from GitHub

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 .

Documentation

The official documentation is hosted on GitHub Pages https://ayushanand18.github.io/PyEarthData.

Modules

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

Meta

Further Reading


const package = {
    "name" = "PyEarthData",
    "author" = "Ayush Anand",
} 
Made with ❤️ in Python