Metadata-Version: 2.4
Name: gee-polygons
Version: 0.0.1
Summary: A polygon-first Google Earth Engine library for extracting features, tracking changes over time, and preparing data for modeling or analysis.
Home-page: https://github.com/aliceheiman/gee-polygons
Author: aliceheiman
Author-email: aliceheiman <aheiman@stanford.edu>
License: Apache-2.0
Project-URL: Repository, https://github.com/aliceheiman/gee-polygons
Project-URL: Documentation, https://aliceheiman.github.io/gee-polygons
Keywords: nbdev,jupyter,notebook,python
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geemap
Requires-Dist: pyproj
Requires-Dist: fastcore
Requires-Dist: pandas
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# gee-polygons


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/aliceheiman/gee-polygons):

``` sh
$ pip install git+https://github.com/aliceheiman/gee-polygons.git
```

or from [conda](https://anaconda.org/aliceheiman/gee-polygons)

``` sh
$ conda install -c aliceheiman gee_polygons
```

or from [pypi](https://pypi.org/project/gee-polygons/)

``` sh
$ pip install gee_polygons
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/aliceheiman/gee-polygons)’s
[pages](https://aliceheiman.github.io/gee-polygons/). Additionally you
can find package manager specific guidelines on
[conda](https://anaconda.org/aliceheiman/gee-polygons) and
[pypi](https://pypi.org/project/gee-polygons/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2

## Roadmap

Planned: - Support Dynamic World (temporal classification aggregation)
