Metadata-Version: 2.1
Name: pyearth
Version: 0.1.2
Summary: Python for Earth Science.
Home-page: https://github.com/changliao1025/pyearth
Author: Chang Liao
Author-email: changliao.climate@gmail.com
License: custom
Keywords: Earth Science
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE.md


# PyEarth
PyEarth is a Python package to support various Earth science tasks.

# Content
PyEarth mainly provides many general purpose funcations to support other libaries.
These functions are classified into several categories:
1. GIS: This component provides major spatial dataset operations.
2. Toolbox: This component provides many fuctions for data, date, math, etc.
3. Visual: This component provides plotting function for time series, scatter, etc.
4. System: This component provides system wide operations.

You can either call these functions through this package, or you can modify them for your own applications.

# Acknowledgement
This research was supported as part of the Next Generation Ecosystem Experiments-Tropics, funded by the U.S. Department of Energy, Office of Science, Office of Biological and Environmental Research at Pacific Northwest National Laboratory. The study was also partly supported by U.S. Department of Energy Office of Science Biological and Environmental Research through the Earth and Environmental System Modeling program as part of the Energy Exascale Earth System Model (E3SM) project. 

# Install
1. pip install pyearth

# Contact
Please contact Chang Liao (changliao.climate@gmail.com) if you have any questions.

