Metadata-Version: 2.4
Name: viewtif
Version: 0.1.1
Summary: Simple GeoTIFF viewer with optional shapefile overlay.
Author: Keiko Nomura
License: MIT
Requires-Python: >=3.9
Requires-Dist: click>=8.1
Requires-Dist: matplotlib>=3.7
Requires-Dist: numpy>=1.23
Requires-Dist: pyside6>=6.5
Requires-Dist: rasterio>=1.3
Description-Content-Type: text/markdown

# viewtif

A simple GeoTIFF viewer with optional shapefile overlay.

## Usage

```bash
viewtif my_raster.tif --shapefile my_overlay.shp

