Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 651 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 651 Bytes

Binder

xtrude: an xarray extension for 3D terrain visualization

xtrude aims to be a 3D equivalent to xarray-leaflet. It uses xarray to generate PNG-encoded elevation tiles from a DEM DataArray, on the fly as they are requested by deck.gl, which renders them in 3D using WebGL in the browser.

Installation

Using conda:

conda install -c conda-forge xtrude

Using pip:

pip install xtrude