Metadata-Version: 2.1
Name: geeup
Version: 1.0.1
Summary: Simple Client for Earth Engine Uploads
Home-page: https://github.com/samapriya/geeup
Author: Samapriya Roy
Author-email: samapriya.roy@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (==2.0.3)
Requires-Dist: earthengine-api (>=0.1.370)
Requires-Dist: requests (>=2.10.0)
Requires-Dist: retrying (>=1.3.3)
Requires-Dist: natsort (>=8.1.0)
Requires-Dist: psutil (>=5.4.5)
Requires-Dist: cerberus (>=1.3.4)
Requires-Dist: requests-toolbelt (>=0.7.0)
Requires-Dist: pytest (>=3.0.0)
Requires-Dist: pathlib (>=1.0.1)
Requires-Dist: lxml (>=4.1.1)
Requires-Dist: oauth2client (>=4.1.3)

# geeup: Simple CLI for Earth Engine Uploads

[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=plastic&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/samapriya/)
[![Medium](https://img.shields.io/badge/Medium-12100E?style=flat&logo=medium&logoColor=white)](https://medium.com/@samapriyaroy)
[![Twitter URL](https://img.shields.io/twitter/follow/samapriyaroy?style=social)](https://twitter.com/intent/follow?screen_name=samapriyaroy)
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109627075086849826?domain=https%3A%2F%2Fmapstodon.space%2F)](https://mapstodon.space/@samapriya)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8385048.svg)](https://doi.org/10.5281/zenodo.8385048)
[![PyPI version](https://badge.fury.io/py/geeup.svg)](https://badge.fury.io/py/geeup)
[![Downloads](https://static.pepy.tech/badge/geeup)](https://pepy.tech/project/geeup)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![CI geeup](https://github.com/samapriya/geeup/workflows/CI%20geeup/badge.svg)
[![Donate](https://img.shields.io/badge/Donate-Buy%20me%20a%20Chai-teal)](https://www.buymeacoffee.com/samapriya)
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/samapriya)

geeup is a command-line tool for batch uploading image and table assets to Google Earth Engine, designed for open source geospatial users. It is a minimal tool with a simple objective: to make it easy to upload and manage assets in Google Earth Engine. This tool borrows many features from the another project of mine [geeadd](https://geeadd.geetools.xyz) such as quota estimation before uploading new assets, task monitoring and cancellation to name a few of these tools.

![geeup_main](https://user-images.githubusercontent.com/6677629/147896906-5b421ba5-de0d-47de-bb88-e4a0edce6528.png)


If you use this project, star and cite it as below to show your support

<b>

```
Samapriya Roy. (2023). samapriya/geeup: geeup: Simple CLI for Earth Engine Uploads (1.0.0).
Zenodo. https://doi.org/10.5281/zenodo.8385048
```

</br>

Find the [readme docs here](https://geeup.geetools.xyz)


