vs-geotiff is a Visual Studio Code extension for viewing TIFF
and GeoTIFF
data natively. This extension is primarily intended for displaying floating point data.
This extension was written because existing extensions didn't support floating point TIFF
data and were unmaintained.
- Image information in statusbar
- Renders
TIFF
andGeoTIFF
files as an editor, with correct alpha clipping ofNaN
andGDAL_NODATA
values. - Supports
Float32
,Float64
and Stripped / Tiled Layout TIFF Files - Zoom and pan controls, with
CTRL+Scroll
and mouse dragging
- Supports various shading schemes for different applications
This extension contributes the following settings:
vs-geotiff.defaultShading
: Default shading scheme setting
This extension is currently not available on the marketplace. You can install it using the .vsix
file found in the current release in this repository.
Download the .vsix
file from the releases section and run (on the correct filename):
code --install-extension /path/to/vs-geotiff-X.X.X.vsix
vs-geotiff currently doesn't render RGB TIFF data correctly. Pull requests are welcome.
Some tiff files can take longer to load, due to the javascript native TIFF loading library.
Initial Release