r/geospatial

▲ 80 r/geospatial+1 crossposts

Slope bins with MapLibre & GDAL

After a weekend of troubleshooting my slope analysis components are finally done...maybe. Considering adding interactivity by rendering in the frontend as a shader instead of on the backend with GDAL but not sure that's necessary yet.

Some cool things I learned:

  • Elevation tiles are just PNGs with height encoded into the RGB channels, so slope is edge detection

  • Slopes can be calculated pretty easily via 3x3 kernel comparisons and calculating rise over run * 100, BUT the run changes based on zoom and latitude

  • The earth being a globe kinda sucks

  • GIS is hard

Not including the URL here because I don't want to advertise, I just think this looks neat

u/adWavve — 2 days ago
▲ 61 r/geospatial+4 crossposts

New tutorial on the plugin AI segmentation in QGIS just dropped (:

You will learn how to detect and vectorize any feature from satellite or drone imagery directly inside QGIS

  • It covers : Automatic Mode: Scan an entire area with text prompts to batch-extract features in seconds
  • Semi-Auto Mode: Extract single, complex objects with one click for maximum control
  • Shape Regularization: Automatically square building corners and clean up polygon boundaries
  • And basically just the full Workflow: Edit vertices, adjust confidence filters, and export clean layers with attribute data

We pushed a lots of updates recently so a tuto was definitely needed haha, hope it will help

youtu.be
u/Glass-Caterpillar-70 — 4 days ago
▲ 2 r/geospatial+1 crossposts

What's your web mapping stack for geospatial data analysis work in 2026?

Curious what people are actually reaching for in production or portfolio work these days, especially:

  • If you're Python-first, what's your go-to for interactive maps, and where does it fall over?
  • Anyone actually happy with deck.gl/PyDeck for larger raster or point datasets?
  • Is it worth learning a JS library directly, or does that time get better spent elsewhere?

Would love to hear what's working for you, especially if you've got a dataset in the tens-of-thousands-of-points+ range.

reddit.com
u/HonestPassage5795 — 6 days ago
▲ 15 r/geospatial+1 crossposts

Registration Is Now Open for FOSS4G NA 2026

Registration for FOSS4G North America 2026 is officially open. Secure your spot now and join the open-source geospatial community in Sacramento this November.

This year's conference gathers developers, GIS professionals, data scientists, and open-source builders around the theme of Resilience and Innovation — with a focus on open data, water policy, wildfire, and environmental resilience.

Event details:

  • When: November 2–4, 2026
  • Where: Downtown Sheraton Grand Sacramento, Sacramento, CA
  • Theme: Resilience and Innovation

Register at:

https://web.cvent.com/event/b6a2d39b-a559-47b0-809e-8fdb0d140e8c/register

reddit.com
u/Creative_Map_5708 — 8 days ago
▲ 0 r/geospatial+1 crossposts

Waldo, an AI assistant add-in that runs inside ArcGIS Pro - Asking it questions is always free from us

I made an AI assistant add-in that runs inside ArcGIS Pro. I teach GIS at the university level and do consulting work in ArcGIS Pro. Like everyone, I've watched students and colleagues keep ChatGPT open in a second window while working in Pro. The AI describes what buttons to click, you have to do the work, and half the answers are wrong because the AI can't see the project.

So I built Waldo, an add-in that puts the assistant inside Pro, connected to your live session. It can see your maps, layers, and schemas. It can advise, but it can also do the work: runs geoprocessing tools, sets symbology and labels, builds and exports layouts. The video is an unscripted session from my own work: mapping uninsured rates by county with graduated colors, then overlaying state Medicaid-expansion status once a pattern jumped out, and finishing with a print-ready layout of the lower 48. About ten minutes of real time, cut down here.

Design choices:

  • Bring your own model. It works with an Anthropic or OpenAI API key, OpenRouter, or fully local models via Ollama/LM Studio. No subscription to me, and your data never touches my servers. The add-in itself never touches the network. The only outbound traffic is your own API calls to whichever provider you configured.
  • There's an enforced read-only "Ask" mode — the assistant can inspect and explain your project but can't change anything. Enforced at the tool level, not a polite prompt.
  • Built for people who don't trust AI output (I'm one of them): every geoprocessing run shows the exact parameters it used, and one click reopens the tool dialog pre-filled with them, so the AI's work is always reproducible by hand.

I use it in my own consulting work (it recently turned a multi-hour needs-assessment mapping job into an afternoon), and it's built around my 30 years of cartographic habits and best practices. It defaults to sane symbology, legends, and layouts instead of whatever an LLM improvises.

7-day free trial, $5 one-time after that, no accounts needed: waldogis.com

Genuinely interested in community reaction. Happy to answer anything about how it works and what it can and can't do.

u/geocode150 — 9 days ago
▲ 22 r/geospatial+1 crossposts

HistoryMaps presents: MapStudio & Canvas

I’ve just launched these two new browser-based creative tools. 

MapStudio lets you create and style beautiful, professional maps without the complexity of traditional GIS software—think of it as QGIS-lite.

Canvas adds another layer of visual storytelling through drawing, annotation, layout, and graphic design tools. It's similar to Figma, but includes features built specifically for visual storytelling, such as sequence generators, custom callouts, and customizable flow arrows.

I originally built them to aid me to create maps, infographics, diagrams, timelines, and other visuals for history education, but they can be used for almost any visual project.

Both apps are in free. More features are coming, and your feedback will help shape them.
https://history-maps.com/mapstudio - MapStudio
https://history-maps.com/canvas - Canvas

u/nonoumasy — 13 days ago