Metadata-Version: 2.1
Name: lil-histie
Version: 0.0.1
Summary: Simple CLI to display histograms from piped gdalinfo output.
Home-page: https://github.com/kovaca/lil-histie
Author: Alex Kovac
Author-email: akovac@wri.org
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: Click

# Lil histie  

This repo contains an almost pointless python library to create histograms in the terminal from `gdalinfo` output. 

## Overview

We all know and love the GDAL utility command `gdalinfo`. Lil' histe displays the `gdalinfo` histogram objects calculated for each band. To use, pipe `gdalinfo` output with the `-json` option to lil_histie like so:  

```zsh
gdalinfo -hist input.tif -json | lil_histie
```  

And enjoy the little histograms printed in the terminal.

