Jakub

Results 477 comments of Jakub

@tim-salabim We are waiting for your logo submission;)

Just a few comments from me: 1. I do not think that **terra** supports non-regular rasters. 2. Yes, **terra** accepts different types (e.g., numerical and categorical) in the same object...

@mtennekes I do not fully grasp the underline implementation of `tm_facets()` in **tmap**, however, my thinking about facets are as follows: 1. It would be great to allow users to...

What is the con of having this as a default?

@ccamara you can create heatmaps (kernel density estimations) on your data first with **SpatialKDE**, and next plot it with **tmap**. Learn more at https://jancaha.github.io/SpatialKDE/articles/SpatialKDE.html.

Hi @oiramkawon I can partially answer the first question - yes, it is possible - see the last example at https://r-tmap.github.io/tmap-book/visual-variables.html#shapes.

The order of your icons should be the same as the order of the values of the provided variable (usually alphabetic one).

See the last example at https://r-tmap.github.io/tmap-book/layers.html#tile on how to add a tile map in the plot mode.

Now, as **tmap** moved completely to **stars**, I would think it would be good to consider adding some argument similar to `stretch` to `tm_rgb()`. Motivation for that, including example data...

It is not a perfect solution, rather a hacky one, but it worked for one of my projects to limit the memory accumulation. Instead of saving all of layers, I...