Join geospatial expert @migurski Aug 14 for a live webinar on how to connect a #postgresql database and surface all your spatial data instantly in Felt. Save your spot 👉 https://us06web.zoom.us/webinar/register/WN_YjSzHsLTT2KAkRCMzm32Vw#/registration
gis
Here is some R code to make the world a bit less rough.
```
library(tidyverse)
library(rnaturalearth)
library(sf)
smoo = function(x,y,s)
predict(smooth.spline(y,spar=s),x)$y
d = ne_coastline(110) |>
st_coordinates() |>
as_tibble() |>
group_by(L1) |>
filter(n() > 4)
for (s in seq(0,1,.01)) {
p = d |> mutate(
i = 1:n(),
X = smoo(i,X,s),
Y = smoo(i,Y,s)) |>
ggplot() +
geom_path(aes(x=X,y=Y,group=L1)) +
theme_void()
show(p)
}
```
#rstats #spatial #maps #gis
#ClimateActionNavigator (kurz #CAN) – hatte heute eine erste Einführung. Danke für die Einladung zum Mitgestalten @heigit 🥰
Es sind Geo-Informationen zur #Infrastruktur des Langsam-Verkehrs (also Fahrrad = #HiBike und Fußgänger = #HiWalk), zu #Emissionen der Wärme-Energie (Heating Emissions) und Land-Nutzung (Land Use Land Change = LULC) verfügbar. Weitere #GIS-Dienste in Vorbereitung. Wünsche gern.
Ausblick: CAN wird ein ein Teil unseres #WandelMut #Observatorium.
https://mastodon.green/@FAHRRADkultur/114631951337093545
June 2025 #MapLibre newsletter here with updates on:
💙 Renewed sponsorship from Mapme
🌍 Project updates + new features
🎤 MapLibre talks at #FOSS4GEurope 2025
🗓️ Upcoming community meetings
Read more: https://maplibre.org/news/2025-07-02-maplibre-newsletter-june-2025/
En.osm.town is an independent Mastodon server for people active in the OpenStreetMap community.
This server has been operating since 2018.
You can find out more at https://en.osm.town/about or contact the admin @compass
cc @openstreetmap
#FeaturedServer #OpenStreetMap #OSM #Geospatial #GIS #Maps #Mapping #Cartography #Mastodon #Fediverse #FreeFediverse