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
Felt now has native #SnowflakeDB integration! Now combine Snowflake for leveraging data warehousing, data lakes, & more on the public cloud with #Felt to build a modern GIS stack.
Learn more with geospatial expert @migurski at our free upcoming webinar Aug 21:
https://us06web.zoom.us/webinar/register/WN_7jDfPyJ-R2CeVuv0MFVs8g#/registration
The session will be recorded and made available afterwards. Register now to attend or receive the recording. We hope to see you there! ❄️
#geospatial #gis #geodata #datawarehouse #datamanagement #mapping
I love that Kamala's pick for vice-president is a data and maps nerd. This makes me very, very happy. 👇
Former geography teacher Tim Walz is really into maps • Minnesota Reformer
https://minnesotareformer.com/2024/08/06/former-geography-teacher-tim-walz-is-really-into-maps/
Mapstodon.space is a Mastodon server for cartography & geospatial professionals and enthusiasts. Ask questions, share your maps, chat around, enjoy the emojis!
You can find out more at https://mapstodon.space/about or contact the admin @jeremy
#FeaturedServer #Maps #Cartography #Mapping #GIS #Geospatial #Cartographers #Geography #Mastodon #Fediverse #FreeFediverse
Sigh. Tough post. #Fedihired
So I found that #DOGE is currently in the org I work at. Ive confirmed from 2 colleagues. They're going after contractors first, since we have mostly no protections.
I've been looking since Nov 6, but now things are getting down to the wire.
I'm a senior cloud systems engineer. Current is administering/developing #ArcGIS #GIS . Previously was systems engineer with greenfielding and putting together multiple ATO's. Before that, was systems engineer at a NOC.
I highly prefer #remote but can travel 60 miles around #bloomingtonIN
GIS, AutoCAD & Digital Illustration in archaeology June 30 – July 13 field school places available in Murcia : Sanisera Archaeology Institute #Sanisera #archaeology #FieldSchool #GIS https://archaeology.institute/m/050-gis-autocad-and-digital-illustration-applied-in-archaeology.asp
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