tmap.mapgl introduces two new modes for the R tmap package: mapbox and maplibre 🌍🗺️
Still in development—requires dev versions of tmap and tmap.mapgl.
More info: https://github.com/r-tmap/tmap.mapgl
tmap.mapgl introduces two new modes for the R tmap package: mapbox and maplibre 🌍🗺️
Still in development—requires dev versions of tmap and tmap.mapgl.
More info: https://github.com/r-tmap/tmap.mapgl
I can’t manage to get a crisp basemap to display in tmap4:
Repro:
library(tmap)
library(sf)
library(maptiles)
nc = st_read(system.file("shape/nc.shp", package = "sf"))
# Left map, distorted text
tm_basemap("OpenStreetMap") +
tm_crs(3857) +
tm_shape(nc)
# Right map, correct text
plot_tiles(
get_tiles(
nc,
provider = "OpenStreetMap",
zoom = 7,
crop = TRUE,
forceDownload = TRUE,
project = FALSE
),
adjust = FALSE
)
Any idea what’s wrong?
🚨 After years of development, the new version of #rstats tmap (4) is now available on CRAN! 🎉 Huge thanks to author Martijn Tennekes and all contributors.
🔧 Install: `install.packages("tmap")`
📚 Vignettes: https://buff.ly/4aAYNbq
📖 Book Chapter: https://buff.ly/43TokaF
The tmap R package now allows to add world borders to many standard projections.
Read more about it at: https://buff.ly/3ActgyD
The tmap R package version 4 is almost ready.
The package author, Martijn Tennekes, has a few final questions for the tmap users.
You can help by giving your opinions at https://buff.ly/4dCcSpr.
Does your R package use tmap? If so, please check if the new tmap changes do not cause you any issues.
Also, see a discussion at https://buff.ly/3YzW0vd
The tmap package for R, with a syntax similar to ggplot2, allows you to create thematic maps with great flexibility and easily make them interactive #tmap
https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html
The development version of the tmap #Rstats package now offers 25 built-in symbols for both static and interactive maps.
Read https://buff.ly/3yngI6k to learn more.
🗺️ The tmap #rstats package gets initial support for deck.gl.🗺️
Learn more at https://buff.ly/3V2Jylm and try it by yourself!
Wow, even the Tesla "autopilot" self-driving feature uses T-Map.
#테슬라 #티맵 #Tesla #TMap https://www.bloter.net/news/articleView.html?idxno=615640
@nowosad
[EN] It seems #tmap v.4 works pretty well.
[ES] Parece que en tmap v.4 funciona muy bien.
#Rstats #rspatial #rspatial_es
I tried to make a "box map" with #tmap in #Rstats however seems the easy way doesn't work
tm_shape(data)+
tm_polygons("Var", style = "box")
Used style = "box", because is an option in classInterval() function.
Returned an "error: invalid style".
I could manage the long way, by defining fixed breaks, but I expected "box" style working.
Anything I did wrong?
The development version of tmap R package allows to add various charts to the maps.
You can check it at https://buff.ly/3PxmdoI
First #mapTimeWgtn of the year! David taking us on a random walk through his 30DayMapChallenge maps, comparing the nuances of plotting with #tmap vs #ggplot2.
Slides are at https://dosull.github.io/30-day-maps-2023/maps/maptime/maptime-30-days.html
Gisteren was weer een #TMAP SiG bijeenkomst. En daar zat Hiske, onze Praegus #Academy Opleidingscoördinator, er weer fris en fruitig in het Praegus rood bij!
Ze werd bijgepraat over de uitgevoerde en geplande ontwikkelingen voor de verschillende TMAP modules en hoe er naar de komst van het nieuwe #ISTQB 4.0 #certificaat wordt gekeken. Er wordt nu ook gekeken naar het verbeteren van de andere TMAP modules.
Nieuwsgierig? Kijk dan op https://academy.praegus.nl/opleidingen/?offline_course_category=tmap of neem contact op.
#30DayMapChallenge #rstats #Arbeitsmarktstatistik
day 17 - Flow: The Flow of money
I followed @adriangadientbruegger advice and had a look into #tmap R-package https://CRAN.R-project.org/package=tmap. I especially like the "view" mode.
I used this great package to inspect one of the most interesting publicly available figures on the German labour market - the statistic on the median wage: https://statistik.arbeitsagentur.de/SiteGlobals/Forms/Suche/Einzelheftsuche_Formular.html?nn=1523076&topic_f=beschaeftigung-entgelt-entgelt
Do you have any experience with the crosstalk? If so -- you may help with the tmap package development.