Jakub

Results 477 comments of Jakub

Lately I've been thinking about adding one more chapter - "Extending tmap". It could explain users how to add new features to **tmap** or modify existing ones. Of course, explaining...

@agila5 definitely! I looked at our (preliminary) outline, and I think we should add a legend section to the layout chapter. Do you have any specific questions/problems that we should...

I agree with both of you that we should avoid subjective terms in the text of the book. At the same time, I think it is fine for a title...

@mtennekes 15 datasets sound like a lot, but I tried to count (in memory) datasets used in geocompr, and there we used more than 20 datasets in the first eight...

Hi @zross, great points. How about we split the work here?: - @mtennekes could prepare regional level data - we have already discussed having Dutch commuting data (and I think...

Hi @mtennekes and @zross, I have started working on preparing global data using world borders from NaturalEarth and additional attributes from Gapminder. You can see it at https://github.com/r-tmap/tmap-data. Please take...

Great. I have updated the code a little bit yesterday. I think it is a good starting point for the world data.

Parallelization works for the hierarchy method (https://github.com/r-spatialecology/belg/tree/parallel2), however for the aggregation method to work the whole needs to be rewritten.

https://github.com/r-spatialecology/belg/tree/p - parallelization seems to work - it is openmp (linux mostly).

@gilbertocamara you may be interested in https://github.com/ailich/GLCMTextures by @ailich