Jakub

Results 477 comments of Jakub

@pennybeaver are you using the CRAN version of tmap or the GitHub one? The second one seems to be working (`remotes::install_github("r-tmap/tmap")`): ``` r # remotes::install_github("r-tmap/tmap") library(tmap) library(tmaptools) data(World) tmap_mode("plot") #>...

Hi @neon-ninja -- see https://www.branchtwigleaf.com/shinyapps/make-valid-geom/. In general -- there is no one way to always fix the geometry issues, and many different geometry issues are possible. Try running `sf::sf_use_s2(FALSE)` before...

Thanks for your perspective, @neon-ninja. @mtennekes would it be possible to do something like this in tmap, when `tmap_options(check.and.fix = TRUE)`: 1. check the geometries, 2. if works -- make...

Interesting update: https://github.com/goergen95/cesium

There is a discussion about CRSs at the Spatial Data Science across Languages (SDSL) event (https://r-spatial.org/sdsl/). One suggestion there (from @edzer) is to try a different default when WGS84 is...

The discussion can be continued at https://github.com/r-tmap/tmap/issues/597

[I am cleaning older issues that have a low chance to be implemented in the foreseeable future]

Works in tmap v4: ```r library(sf) library(tmap) library(spData) belgium

This feature will be available in the upcoming tmap version 4; see https://github.com/r-tmap/tmap/issues/700

@jhollist Thanks for working on that. I will add elevatr to the data packages table in Geocompr ed2.