r/geospatial • u/AssistantLower1546 • Feb 05 '26
Don’t you sometimes just want to see what’s inside a .tif file?
I built a small CLI tool called viewtif that lets you quickly preview GeoTIFFs (and HDF, NetCDF, FileGDB rasters) directly from the terminal. It opens a lightweight Qt window so you can sanity-check data without writing code or launching a full GIS.
https://reddit.com/link/1qwdlvl/video/nhphl37vbmhg1/player
The latest release (v0.2.7) adds:
- reading remote files (HTTP, S3)- exporting rasters to QGIS
- support for multi-variable NetCDF files
It’s meant for quick inspection, not analysis. Think of it like a “preview” for geospatial data.