https://github.com/davidbrochart/xtrude
An xarray extension for 3D terrain visualization.
https://github.com/davidbrochart/xtrude
Last synced: 11 months ago
JSON representation
An xarray extension for 3D terrain visualization.
- Host: GitHub
- URL: https://github.com/davidbrochart/xtrude
- Owner: davidbrochart
- License: mit
- Created: 2020-10-27T20:44:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T15:51:36.000Z (about 4 years ago)
- Last Synced: 2025-03-17T22:54:49.102Z (11 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 35
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://mybinder.org/v2/gh/davidbrochart/xtrude/main?filepath=examples%2Fintroduction.ipynb)
# xtrude: an xarray extension for 3D terrain visualization
xtrude aims to be a 3D equivalent to [xarray-leaflet](https://github.com/davidbrochart/xarray_leaflet). It uses [xarray](http://xarray.pydata.org) to generate PNG-encoded elevation tiles from a DEM `DataArray`, on the fly as they are requested by [deck.gl](https://deck.gl), which renders them in 3D using WebGL in the browser.
## Installation
Using conda:
```bash
conda install -c conda-forge xtrude
```
Using pip:
```bash
pip install xtrude