Metadata-Version: 2.1
Name: cogee
Version: 1.0.2
Summary: COG EE flow
Home-page: https://github.com/samapriya/cogee
Author: Samapriya Roy
Author-email: samapriya.roy@gmail.com
License: Apache 2.0
Classifier: Development Status :: 4 - Beta
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: earthengine-api >=0.1.367
Requires-Dist: requests >=2.22.0
Requires-Dist: beautifulsoup4 >=4.9.0

# cogee A Simple CLI for COGs in GEE

[![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)
[![Hits-of-Code](https://hitsofcode.com/github/samapriya/gee_asset_manager_addon?branch=master)](https://hitsofcode.com/github/samapriya/cogee?branch=main)
![PyPI - Version](https://img.shields.io/pypi/v/cogee)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![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)

**`cogee`** is a command-line interface (CLI) designed to simplify the process of registering Cloud Optimized Geotiff (COG) assets into Google Earth Engine (GEE) image collections. It streamlines the workflow of ingesting and managing geospatial data within GEE, enabling users to efficiently access, analyze, and visualize COG assets in their GEE projects. `cogee` simplifies the workflow of registering COG assets into GEE image collections, making it easier for users to harness the power of Google Earth Engine for geospatial analysis and visualization.

![cogee_main](https://github.com/samapriya/cogee/assets/6677629/c1d6e1d6-b1fc-471a-a1fb-ed7de594587b)

You can find information on the tools in [the readme docs](cogee.geetools.xyz)

#### Notes

* This tools is designed for general purpose registration of COGs in a GCS bucket
* Currently there is no way to pass the properties information to the registration pipeline
* This will be in active development and features will be added over time.
* v1.0.0 marks the first major release of this tool.
