daniel-j-h / nedem

Neural implicit digital elevation model
MIT License
2 stars 0 forks source link

Convert training steps to 3d map terrain raster dataset #3

Open daniel-j-h opened 2 years ago

daniel-j-h commented 2 years ago

We have raster tifs for all train steps. It would be cool to visualize the training progress not just in 2d (see #2) but in an actual 3d map.

https://docs.mapbox.com/mapbox-gl-js/example/add-terrain/

The mapbox terrain datasets are encoded in a specific way; https://github.com/mapbox/rio-rgbify can do this.

daniel-j-h commented 2 years ago

Raised terrain encoding issue upstream https://github.com/mapbox/rio-rgbify/issues/36