Metadata-Version: 2.1
Name: photo_grid
Version: 1.3.13
Summary: A GUI for field segmentation
Home-page: https://github.com/Poissonfish/GRID
Author: James Chen
Author-email: niche@vt.edu
License: GPLv3
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: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas>=0.19.2
Requires-Dist: h5py
Requires-Dist: pyshp
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: image
Requires-Dist: opencv-python
Requires-Dist: rasterio
Requires-Dist: PyQt6
Requires-Dist: qdarkstyle
Requires-Dist: tqdm

<p align="center"><img src = "res/GRID_banner.png" width = 300></p>

[![](https://img.shields.io/pypi/pyversions/photo_grid.svg?logo=python&logoColor=white)](https://pypi.org/project/photo-grid/)
[![](https://img.shields.io/pypi/dm/photo_grid.svg?label=pypi%20downloads&logo=python&logoColor=white)](https://pypi.org/project/photo-grid/)
[![](https://img.shields.io/pypi/v/photo_grid.svg?label=pypi%20version&logo=python&logoColor=white)](https://pypi.org/project/photo-grid/)
[![](https://api.codacy.com/project/badge/Grade/626008b19df543ecb33a78e8f82f5e91)](https://app.codacy.com/manual/Poissonfish/photo_grid/dashboard)
[![](https://img.shields.io/github/license/poissonfish/photo_grid)](https://github.com/Poissonfish/GRID/blob/master/LICENSE)
[![](https://img.shields.io/github/languages/code-size/poissonfish/photo_grid)](https://github.com/Poissonfish/GRID/search?l=Python)

<img src = "res/abstract.png" width = 999>

### [Software Page (zzlab.net)](https://zzlab.net/GRID)

### [User Manual](https://poissonfish.github.io/GRID/index.html)

## Get Started
### Installation (All users)
***Highly recommended install GRID in [Conda](https://poissonfish.github.io/GRID/ch1_started/installation.html) environment***

```bash
conda create -n grid python==3.11
conda install gdal
conda install rasterio
python -m pip install photo-grid
```

### Launch GRID
Just type `GRID` (case-sensitive) in your terminal.

```GRID```

or
```python -m grid```
