Quick GeoTIFF viewer for VS Code and Positron. Click a .tif file, see it on a map.
Local files only. Powered by deck.gl-raster, deck.gl, and MapLibre GL JS.
- Single band with colormaps (Viridis, Magma, Inferno, Plasma, Turbo, Spectral, and more)
- 3-band composites (assign any band to R, G, B)
- Auto 2nd/98th percentile stretch with manual min/max override
- Scale/offset and band description metadata from GDAL tags
- Base layers: Light, Dark, OSM Voyager, Satellite
- Opacity slider, collapsible control panel
- Auto CRS reprojection, COG + standard (tiled and stripped) GeoTIFF support
Download the latest .vsix from Releases, then:
code --install-extension rastereye-*.vsix
# or: positron --install-extension rastereye-*.vsixOr via the UI: Extensions sidebar > ... > Install from VSIX.
git clone https://github.com/belian-earth/rastereye.git
cd rastereye
make # installs deps, builds, and packagesWithout Make: npm install && npm run build && npm run package
Install the result: code --install-extension rastereye-*.vsix
All Make targets
| Command | Description |
|---|---|
make |
Install, build, and package |
make build |
Build extension + webview |
make test |
Run tests |
make package |
Create .vsix |
make clean |
Remove build artifacts |
make rebuild |
Clean rebuild from scratch |
Built on deck.gl-raster by Development Seed, deck.gl by Vis.gl, MapLibre GL JS, and geotiff.js.
MIT
