Jaak V.
Jaak V.
Hello, I'm trying to use add_terrain but can't to get a terrain file (png) located somewhere else to work, see the example below. The terrain.png and mask are the same...
Excellent, thanks!
That worked, but I'm still having issues trying to load in a different elevation png. I'm trying to make a bathymetric terrain using the `marmap` package like so: ``` library(marmap)...
I am having the same issue nevermind, this seems to work: ``` deckgl() %>% add_basemap() |> add_layer("HeatmapLayer", id = 'heat', data = sf_bike_parking, getPosition = ~lng + lat, getWeight =...
[reprex_model.nc.zip](https://github.com/user-attachments/files/16737962/reprex_model.nc.zip) Thanks @edzer ,if it helps @mdsumner , attached is the above star saved with `write_mdim()`. When loaded into QGIS, it seems to recognize some of the data that is...
any thoughts on this?
Hi @edzer I think the main issue is just a question of file format. I'm looking for a way that I can save a `stars` object into some format that...