Metadata-Version: 2.4
Name: skiba
Version: 2.3.0
Summary: A python package for foresters to query Google Earth Engine data
Author-email: Tara Skiba <tskiba@vols.utk.edu>
License: MIT License
Project-URL: Homepage, https://github.com/taraskiba/skiba
Keywords: skiba
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: folium
Requires-Dist: geemap
Requires-Dist: geopandas
Requires-Dist: ipyleaflet
Requires-Dist: ipywidgets
Requires-Dist: leafmap
Requires-Dist: localtileserver
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyproj
Requires-Dist: requests
Provides-Extra: all
Requires-Dist: skiba[extra]; extra == "all"
Provides-Extra: extra
Requires-Dist: pandas; extra == "extra"
Dynamic: license-file

# skiba


[![image](https://img.shields.io/pypi/v/skiba.svg)](https://pypi.python.org/pypi/skiba)
[![image](https://img.shields.io/conda/vn/conda-forge/skiba.svg)](https://anaconda.org/conda-forge/skiba)


### A python package for foresters to query Google Earth Engine data
**Streamlining the process to bring remotely sensed data to foresters**


-   Free software: MIT License
-   Documentation: https://taraskiba.github.io/skiba


[![ForestSPOT](docs/files/logo.png)](https://github.com/taraskiba/skiba)


## Walkthrough and Demonstration

[![](https://markdown-videos-api.jorgenkh.no/youtube/eaoYLEwzeQc?si=qXwAPfExQKgODc24)](https://youtu.be/eaoYLEwzeQc?si=qXwAPfExQKgODc24)


## Features

-   Create a map with provided coordinates
-   Access and retrieve band values from Google Earth Engine for provided coordinates or GeoJSON files.
    -   Hide locations of confidential coordinates within a buffered radius.
-   Further developments to come!
-   Please understand the limitations of Google's confidentiality policy before use.

## Installation
```python
pip install skiba
```

### Logo Credit
-   Logo was designed by HiDream-I1-Dev (https://huggingface.co/spaces/HiDream-ai/HiDream-I1-Dev)
