
Advertise on podcast: The MapScaping Podcast - GIS, Geospatial, Remote Sensing, earth observation and digital geography
Rating
4.7from
This podcast has
248 episodes
Language
EnglishPublisher
MapScapingExplicit
No
Date created
2019/02/11
Latest episode
2026/02/03
Average duration
40 min.
Release period
36 days
Description
A podcast for geospatial people. Weekly episodes that focus on the tech, trends, tools, and stories from the geospatial world. Interviews with the people that are shaping the future of GIS, geospatial as well as practitioners working in the geo industry. This is a podcast for the GIS and geospatial community subscribe or visit https://mapscaping.com to learn more
Unlock The MapScaping Podcast - GIS, Geospatial, Remote Sensing, earth observation and digital geography podcast Email contact info,
Listeners & Audience details
Email contact information
Direct podcast contact details

Listeners
Audience numbers & engagement insights

Audience details
Podcast Insights

Social media
Check The MapScaping Podcast - GIS, Geospatial, Remote Sensing, earth observation and digital geography social media presence
Podcast episodes
Check latest episodes from The MapScaping Podcast - GIS, Geospatial, Remote Sensing, earth observation and digital geography podcast
Vibe Coding and the Fragmentation of Open Source
2026/02/03
Why Machine-Writing Code is the Best (and Most Dangerous) Thing for Geospatial:
The current discourse surrounding AI coding is nothing if not polarized. On one side, the technofuturists urge us to throw away our keyboards; on the other, skeptics dismiss Large Language Models (LLMs) as little more than "fancy autocomplete" that will never replace a "real" engineer. Both sides miss the nuanced reality of the shift we are living through right now.
I recently sat down with Matt Hansen, Director of Geospatial Ecosystems at Element 84, to discuss this transition. With a 30-year career spanning the death of photographic film to the birth of Cloud-Native Geospatial, Hansen has a unique vantage point on how technology shifts redefine our roles. He isn’t predicting a distant future; he is describing a present where the barrier between an idea and a functioning tool has effectively collapsed.
The "D" Student Who Built the Future
Hansen’s journey into the heart of open-source leadership began with what he initially thought was a terminal failure. As a freshman at the Rochester Institute of Technology, he found himself in a C programming class populated almost entirely by seasoned professionals from Kodak. Intimidated and overwhelmed by the "syntax wall," he withdrew from the class the first time and scraped by with a "D" on his second attempt.
For years, he believed software simply wasn't his path. Today, however, he is a primary architect of the SpatioTemporal Asset Catalog (STAC) ecosystem and a major open-source contributor. This trajectory is the perfect case study for the democratizing power of AI: it allows the subject matter expert—the person who understands "photographic technology" or "imaging science"—to bypass the mechanical hurdles of brackets and semi-colons.
"I took your class twice and thought I was never software... and now here I am like a regular contributor to open source software for geospatial." — Matt Hansen to his former professor.
The Rise of "Vibe Coding" and the Fragmentation Trap
We are entering the era of "vibe coding," where developers prompt AI based on a general description or "vibe" of what they need. While this is exhilarating for the individual, it creates a systemic risk of "bespoke implementations." When a user asks an AI for a solution without a deep architectural understanding, the machine often generates a narrow, unvetted fragment of code rather than utilizing a secure, scalable library.
The danger here is a catastrophic loss of signal. If thousands of users release these AI-generated fragments onto platforms like GitHub, we risk drowning out the vetted, high-quality solutions that the community has spent decades building. We are creating a "sea of noise" that could make it harder for both humans and future AI models to identify the standard, proper way to solve a problem.
Why Geospatial is Still "Special" (The Anti-meridian Test)
For a long time, the industry mantra has been "geospatial isn’t special," pushing for spatial data to be treated as just another data type, like in GeoParquet. However, Hansen argues that AI actually proves that domain expertise is more critical than ever. Without specific guidance, AI often fails to account for the unique edge cases of a spherical world.
Consider the "anti-meridian" problem: polygons crossing the 180th meridian. When asked to handle spatial data, an AI will often "brute force" a custom logic that works for a small, localized dataset but fails the moment it encounters the wrap-around logic of a global scale. A domain expert knows to direct the AI toward Pete Kadomsky’s "anti-meridian" library. AI is not a subject matter expert; it is a powerful engine that requires an expert navigator to avoid the "Valley of Despair."
Documentation is Now SEO for the Machines
We are seeing a counterintuitive shift in how we value documentation. Traditionally, README files and tutorials were written by humans, for humans. In the age of AI, documentation has become the primary way we "market" our code to the machines.
If your open-source project lacks a clean README or a rigorous specification, it is effectively invisible to the AI-driven future of development. By investing in high-quality documentation, developers are engaging in a form of technical SEO. You are ensuring that when an AI looks for the "signal" in the noise, it chooses your vetted library because it is the most readable and reliable option available.
From Software Developers to Software Designers
The role of the geospatial professional is shifting from writing syntax to what Hansen calls the "Foundry" model. Using tools like GitHub Specit, the human acts as a designer, defining rigorous blueprints, constraints, and requirements in human language. The machine then executes the "how," while the human remains the sole arbiter of the "what" and "why."
Hansen’s advice for the next generation—particularly those entering a job market currently hostile to junior engineers—is to abandon generalism. Don't just learn to code; become a specialist in a domain like geospatial. The ability to write Python is becoming a commodity, but the ability to design a system that accounts for the nuances of remote sensing is an increasingly rare and valuable asset.
History Repeats: The "Priesthood" of Assembly
This shift mirrors the 1950s, when the "priesthood" of assembly programmers looked at the first compilers with deep suspicion. Kathleen Booth, who wrote the first assembly language, lived in a world where manual coding was an arcane, elite skill. Those early programmers argued that compilers were untrustworthy and that a human could always write "better" code by hand.
They were technically right about efficiency, but they were wrong about the future. Just as the compiler was "good enough" to allow us to move "up the stack" and take on more complex problems, AI is the next level of abstraction. We might use a "Ralph Wiggum script"—a loop that feeds AI output back into itself until the task is "done"—and while it may be a brute-force method, it is often more productive than the perfection of the past.
Conclusion: The Future is a Specialist's Game
We are moving away from being the writers of code and toward being the designers of systems. While the "syntax wall" has been demolished, the requirement for domain knowledge has only grown higher. The keyboard isn't dying; it is being repurposed for higher-level architectural thought.
As the industry experiences a "recursive improvement" of these tools, the question for every professional is no longer about whether the machine can do your job. It’s whether you have the specialized expertise to tell the machine what a "good enough" job actually looks like. Are you prepared to stop being a coder and start being a designer?
A5 Pentagons Are the New Bestagons
2026/01/19
How can you accurately aggregate and compare point-based data from different parts of the world? When analyzing crime rates, population, or environmental factors, how do you divide the entire globe into equal, comparable units for analysis?
For data scientists and geospatial analysts, these are fundamental challenges. The solution lies in a powerful class of tools called Discrete Global Grid Systems (DGGS). These systems provide a consistent framework for partitioning the Earth's surface into a hierarchy of cells, each with a unique identifier. The most well-known systems, Google's S2 and Uber's H3, have become industry standards for everything from database optimization to logistics.
However, these systems come with inherent trade-offs. Now, a new DGGS called A5 has been developed to solve some of the critical limitations of its predecessors, particularly concerning area distortion and analytical accuracy.
Why Gridding the Globe is Harder Than It Looks
The core mathematical challenge of any DGGS is simple to state but difficult to solve: it is impossible to perfectly flatten a sphere onto a 2D grid without introducing some form of distortion. Think of trying to apply a perfect chessboard or honeycomb pattern to the surface of a ball; the shapes will inevitably have to stretch or warp to fit together without gaps.
All DGGS work by starting with a simple 3D shape, a polyhedron, and projecting its flat faces onto the Earth's surface. The choice of this initial shape and the specific projection method used are what determine the system's final characteristics. As a simple analogy, consider which object you’d rather be hit on the head with: a smooth ball or a spiky cube? The ball is a better approximation of a sphere. When you "inflate" a spiky polyhedron to the size of the Earth, the regions nearest the sharp vertices get stretched out the most, creating the greatest distortion.
A Quick Look at the Incumbents: S2 and H3
To understand what makes A5 different, it's essential to have some context on the most popular existing systems.
Google's S2: The Cube-Based Grid
The S2 system is based on projecting a cube onto the sphere. On each face of this conceptual cube, a grid like a chessboard is applied. This approach is relatively simple but introduces significant distortion at the cube’s vertices, or "spikes." As the grid is projected onto the sphere, the cells near these vertices become stretched into diamond shapes instead of remaining square. S2 is widely used under the hood for optimizing geospatial queries in database systems like Google BigQuery.
Uber's H3: The Hexagonal Standard
Uber's H3 system starts with an icosahedron—a 20-sided shape made of triangles. Because an icosahedron is a less "spiky" shape than a cube, H3 suffers from far less angular distortion. Its hexagonal cells look more consistent across the globe, making it popular for visualization. H3's immense success is also due to its excellent and user-friendly ecosystem of tools and libraries, making it easy for developers to adopt.
However, H3 has one critical limitation for data analysis: it is not an equal-area system. This was a deliberate trade-off, not a flaw; H3 was built by a ride-sharing company trying to match drivers to riders, a use case where exact equal area doesn't particularly matter. To wrap a sphere in hexagons, you must also include exactly 12 pentagons—just like on a soccer ball. If you look closely at a football, you'll see the pentagonal panels are slightly smaller than the hexagonal ones. This same principle causes H3 cells to vary in size. The largest and smallest hexagons at a given resolution can differ in area by a factor of two, meaning that comparing raw counts in different cells is like comparing distances in miles and kilometers without conversion. For example, cells near Buenos Aires are smaller because of their proximity to one of the system's core pentagons, creating a potential source of error if not properly normalized.
Introducing A5: A New System Built for Accuracy
A5 is a new DGGS designed from the ground up to prioritize analytical accuracy. It is based on a dodecahedron, a 12-sided shape with pentagonal faces that is, in the words of its creator, "even less spiky" than H3's icosahedron.
The motivation for A5 came from a moment of discovery. Its creator, Felix Palmer, stumbled upon a unique 2D tiling pattern made of irregular pentagons. This led to a key question: could this pattern be extended to cover the entire globe? The answer was yes, and it felt like uncovering something "very, very fundamental." This sense of intellectual curiosity, rather than a narrow business need, is the foundation upon which A5 is built.
A5's single most important feature is that it is a true equal-area system. Using a specific mathematical projection, A5 ensures that every single cell at a given resolution level has the exact same area. This guarantee even accounts for the Earth's true shape as a slightly flattened ellipsoid, not a perfect sphere.
This is a game-changer for analysis. By providing cells of identical size, A5 eliminates the need for analysts to perform complex area-based normalization. This prevents a common source of error and dramatically simplifies workflows when calculating metrics like population density, risk exposure, or any other value that depends on a consistent spatial unit.
A5 vs. H3 vs. S2: A Head-to-Head Comparison
The choice of base polyhedron and projection method results in significant differences between the major DGGS. Here is a direct comparison of their key technical characteristics.
Metric
A5
H3
S2
Base Polyhedron
Dodecahedron (12 pentagonal faces)
Icosahedron (20 triangular faces)
Cube (6 square faces)
Equal-Area Cells
Yes (Exact)
No (Up to 2x area variation)
No
Max Resolution
~30 square millimeters
~1 square meter
~1 square centimeter
Global Hierarchy
Yes (Single top-level world cell)
No (122 top-level cells)
Yes (6 top-level cells)
The A5 Ecosystem and its "Polyglot Mirroring" Approach
The success of H3 proves that a powerful mathematical system is not enough; it needs a rich ecosystem of accessible tools to gain adoption. A5 is being built with this principle in mind, but with a novel development strategy.
This approach is called "polyglot mirroring." Instead of building a single core library in C and creating language bindings, A5 maintains separate, complete, and equivalent codebases in multiple languages, including TypeScript, Python, and Rust. To keep these distinct codebases synchronized, Large Language Models (LLMs) are used to port changes and new features from one language to another. This strategy makes the system more accessible and maintainable for developers within each language's native community.
The power of this approach was proven in a true "wow moment" during A5's development. The creator, having never written a single line of Rust, fed the existing TypeScript and Python versions and a comprehensive test suite to an LLM. After about a week of guided iteration, the model produced a complete, working, high-performance Rust library. This demonstrates how modern tools can enable a single developer to build and maintain a truly multi-lingual ecosystem, something that would have been impossible just a few years ago.
Conclusion: When Should You Choose A5?
A5 offers a powerful and precise alternative to existing global grid systems. Its primary advantages make it the ideal choice for specific, demanding use cases.
• Statistical Validity: Any analysis where equal-area cells are paramount for accuracy is a prime candidate for A5. This includes density mapping, demographic studies, environmental modeling, and financial risk assessment.
• Extreme Resolution: For applications requiring precision beyond what H3 or S2 can offer, A5's ability to index down to cells of approximately 30 square millimeters provides unmatched granularity.
• Efficient Global Hierarchy: Workflows that need to query data at a global scale benefit from A5's simple hierarchy, which starts from a single cell representing the entire world. In contrast, loading global data with H3's 122 top-level cells could require 122 separate requests, creating unnecessary complexity and inefficiency.
To explore the A5 system, see detailed visualizations, and understand the technical comparisons in more depth, visit the official website at a5geo.org.
The Sustainable Path for Open Source Businesses
2026/01/08
The Open-Source Conundrum
Many successful open-source projects begin with passion, but the path from a community-driven tool to a sustainable business is often a trap.
The most common route—relying on high-value consulting contracts—can paradoxically lead to operational chaos. Instead of a "feast or famine" cycle, many companies find themselves with more than enough work, but this success comes at a cost: a fragmented codebase, an exhausted team, and a growing disconnect from the core open-source community.
This episode deconstructs a proven playbook for escaping this trap: the strategic transition from a service-based consultancy to a product-led company.
Through the story of Jeroen Ticheler and his company, GeoCat, we will analyze how this pivot creates a more stable business, a healthier open-source community, and ultimately, a better product for everyone.
Free Software and Expensive Threats
2025/12/26
Open-source software is often described as "free," a cornerstone of the modern digital world available for anyone to download, use, and modify. But this perception of "free" masks a growing and invisible cost—not one paid in dollars, but in the finite attention, time, and mounting pressure placed on the volunteer and community maintainers.
This hidden tax is most acute when it comes to security.
Jody from Geocat, a long-time contributor to the popular GeoServer project, pulled back the curtain on the immense strain that security vulnerabilities place on the open-source ecosystem.
His experiences reveal critical lessons for anyone who builds, uses, or relies on open-source software.
Mapping Your Own World: Open Drones and Localized AI
2025/12/18
What if communities could map their own worlds using low-cost drones and open AI models instead of waiting for expensive satellite imagery?
In this episode with Leen from HOT (Humanitarian OpenStreetMap Team), we explore how they're putting open mapping tools directly into communities' hands—from $500 drones that fly in parallel to create high-resolution imagery across massive areas, to predictive models that speed up feature extraction without replacing human judgment.
Key topics:
Why local knowledge beats perfect accuracy
The drone tasking system: how multiple pilots map 80+ square kilometers simultaneously
AI-assisted mapping with humans in the loop at every step
Localizing AI models so they actually understand what buildings in Chad or Papua New Guinea look like
The platform approach: plugging in models for trees, roads, rooftop material, waste detection, whatever communities need
The tension between speed and OpenStreetMap's principles
Why mapping is ultimately a power game—and who decides what's on the map
From Data Dump to Data Product
2025/12/09
This conversation with Jed Sundwall, Executive Director of Radiant Earth, starts with a simple but crucial distinction: the difference between data and data products. And that distinction matters more than you might think.
We dig into why so many open data portals feel like someone just threw up a bunch of files and called it a day. Sure, the data's technically "open," but is it actually useful? Jed argues we need to be way more precise with our language and intentional about what we're building.
A data product has documentation, clear licensing, consistent formatting, customer support, and most importantly - it'll actually be there tomorrow.
From there, we explore Source Cooperative, which Jed describes as "object storage for people who should never log into a cloud console." It's designed to be invisible infrastructure - the kind you take for granted because it just works. We talk about cloud native concepts, why object storage matters, and what it really means to think like a product manager when publishing data.
The conversation also touches on sustainability - both the financial kind (how do you keep data products alive for 50 years?) and the cultural kind (why do we need organizations designed for the 21st century, not the 20th?). Jed introduces this idea of "gazelles" - smaller, lighter-weight institutions that can move together and actually get things done.
We wrap up talking about why shared understanding matters more than ever, and why making data easier to access and use might be one of the most important things we can do right now.
Reflections from FOSS4G 2025
2025/12/02
Reflections from the FOSS4G 2025 conference
Processing, Analysis, and Infrastructure (FOSS4G is Critical Infrastructure)
The high volume of talks on extracting meaning from geospatial data—including Python workflows, data pipelines, and automation at scale—reinforced the idea that FOSS4G represents critical infrastructure.
AI Dominance: AI took up a lot of space at the conference. I was particularly interested in practical, near-term impact talks like AI assisted coding and how AI large language models can enhance geospatial workflows in QGIS. Typically, AI discussions focus on big data and earth observation, but these topics touch a larger audience. I sometimes wonder if adding "AI" to a title is now like adding a health warning: "Caution, a machine did this".
Python Still Rules (But Rust is Chatting): Python remains the pervasive, default geospatial language. However, there was chatter about Rust. One person suggested rewriting QGIS in Rust might make it easier to attract new developers.
Data Infrastructure, Formats, and Visualization
When geospatial people meet, data infrastructure—the "plumbing" of how data is stored, organized, and accessed—always dominates.
Cloud Native Won: Cloud native architecture captured all the attention. When thinking about formats, we are moving away from files on disk toward objects in storage and streaming subsets of data.
Key cloud-native formats covered included COGs (Cloud Optimized GeoTIFFs), Zarr, GeoParquet, and PMTiles. A key takeaway was the need to choose a format that best suits the use case, defined by who will read the file and what they will use the data for, rather than focusing solely on writing it.
The Spatial Temporal Asset Catalog (STAC) "stole the show" as data infrastructure, and DuckDB was frequently mentioned.
Visualization is moving beyond interactive maps and toward "interactive experiences". There were also several presentations on Discrete Global Grid Systems (DGGS).
Standards and Community Action
Standards Matter: Standards are often "really boring," but they are incredibly important for interoperability and reaping the benefits of network effects. The focus was largely on OGC APIs replacing legacy APIs like WMS and WFS (making it hard not to mention PyGeoAPI).
Community Empowerment: Many stories focused on community-led projects solving real-world problems. This represents a shift away from expert-driven projects toward community action supported by experts. Many used OSM (OpenStreetMap) as critical data infrastructure, highlighting the need for locals to fill in large empty chunks of the map.
High-Level Takeaways for the Future
If I had to offer quick guidance based on the conference, it would be:
Learn Python.
AI coding is constantly improving and worth thinking about.
Start thinking about maps as experiences.
Embrace the Cloud and understand cloud-native formats.
Standards matter.
AI is production-ready and will be an increasingly useful interface to analysis.
Reflections: What Was Missing?
The conference was brilliant, but a few areas felt underrepresented:
Sustainable Funding Models: I missed a focus on how organizations can rethink their business models to maintain FOSS4G as critical infrastructure without maintainers feeling their time is an arbitrage opportunity.
Niche Products: I would have liked more stories about side hustles and niche SAS products people were building, although I was glad to see the "Build the Thing" product workshop on the schedule.
Natural Language Interface: Given the impact natural language is having on how we interact with maps and geo-data, I was surprised there wasn't more dedicated discussion around it. I believe it will be a dominant way we interact with the digital world.
Art and Creativity: Beyond cartography and design talks, I was surprised how few talks focused on creative passion projects built purely for the joy of creation, not necessarily tied to making a part of something bigger.
Building a Community of Geospatial Storytellers
2025/11/27
Karl returns to the Mapscaping podcast to discuss his latest venture, Tyche Insights - a platform aimed at building a global community of geospatial storytellers working with open data.
In this conversation, we explore the evolution from his previous company, Building Footprint USA (acquired by Lightbox), to this new mission of democratizing public data storytelling.
Karl walks us through the challenges and opportunities of open data, the importance of unbiased storytelling, and how geospatial professionals can apply their skills to analyze and share insights about their own communities. Karl shares his vision for creating something akin to Wikipedia, but for civic data stories - complete with style guides, editorial processes, and community collaboration.
Featured Links
Tyche Insights:
Main website: https://tycheinsights.com
Wiki platform: https://wiki.tycheinsights.com
Example project: https://albanydatastories.com
Mentioned in Episode:
USAFacts: https://usafacts.org
QField Partner Program: https://qfield.org/partner
Open Data Watch: (monitoring global open data policies)
I have been making AI slop and you should too
2025/11/17
AI Slop: An Experiment in Discovery
Solo Episode Reflection: I'm back behind the mic after about a year-long break. Producing this podcast takes more time than you might imagine, and I was pretty burnt out. The last year brought some major life events, including moving my family back to New Zealand from Denmark, dealing with depression, burying my father, starting a new business with my wife, and having a teenage daughter in the house. These events took up a lot of space.
The Catalyst for Return: Eventually, you figure out how to deal with grief, stop mourning the way things were, and focus on the way things could be. When this space opened up in my life, AI came into the picture. AI got me excited about ideas again because for the first time, I could just build things myself without needing to pitch ideas or spend limited financial resources.
On "AI Slop": I understand why some content is called "slop," but for those of us who see AI as a tool, I don't think the term is helpful. We don't refer to our first clumsy experiments with other technologies—like our first map or first lines of code—as slop. I believe that if we want to encourage curiosity and experimentation, calling the results of people trying to discover what's possible "slop" isn't going to help.
My AI Experimentation Journey
My goal in sharing these experiments is to encourage you to go out and try AI yourself.
Phase 1: SEO and Content Generation My experimentation began with generating SEO-style articles as a marketing tool. As a dyslexic person, I previously paid freelancers thousands of dollars over the years to help create content for my website because it was too difficult or time-consuming for me to create myself.
Early Challenges & Learning: My initial SEO content wasn't great, and Google recognized this, which is why those early experiments don't rank in organic search. However, this phase taught me about context windows, the importance of prompting (prompt engineering), and which models and tools to use for specific tasks.
Automation and Agents: I played around with automation platforms like Zapier, make.com, and n8n. I built custom agents, starting with Claude projects and custom GPTs. I even experimented with voice agents using platforms like Vappy and 11 Labs.
Unexpected GIS Capabilities: During this process, I realized you can ask platforms like ChatGPT to perform GIS-related data conversions (e.g., geojson to KML or shapefile using geopandas), repro data, create buffers around geometries, and even upload a screenshot of a table from a PDF and convert it to a CSV file. While I wouldn't blindly trust an LLM for critical work, it's been interesting to learn where they make mistakes and what I can trust them for.
AI as a Sparring Partner: I now use AI regularly to create QGIS plugins and automations. Since I often work remotely as the only GIS person on certain projects, I use AI—specifically talking to ChatGPT via voice on my phone—as a sparring partner to bounce ideas off of and help me solve problems when I get stuck.
Multimodal Capabilities: The multimodal nature of Gemini is particularly interesting; if you share your screen while working in QGIS, Gemini can talk you through solving a problem (though you should consider privacy concerns).
The Shift to Single-Serve Map Applications
I noticed that the digital landscape was changing rapidly. LLMs were becoming "answer engines," replacing traditional search on Google, which introduced AI Overviews. Since these models no longer distribute traffic to websites like mine the way they used to, I needed a new strategy.
The Problem with Informational Content: Informational content on the internet is going to be completely dominated by AI.
The Opportunity: Real Data: AI is great at generating content, but if you need actual data—like contours for your specific plot of land in New Zealand—you need real data, not generated data.
New Strategy: My new marketing strategy is to create targeted, single-serve map applications and embed them in my website. These applications do one thing and one thing only, using open and valuable data to solve very specific problems. This allows me to rank in organic search because these are problems that LLMs have not yet mastered.
Coding with AI: I started by using ChatGPT to code small client-side map applications, then moved to Claude, which is significantly better than OpenAI's models and is still my coding model of choice. Currently, I use Cursor AI as a development environment, swapping between Claude code, OpenAI's Codex, and other models.
A Caveat: Using AI for coding can be incredibly frustrating. The quality of the code drops dramatically once it reaches a certain scale. However, even with flaws, it’s a thousand times better and faster than what I could do myself, making my ideas possible. Crucially, I believe that for the vast majority of use cases, mediocre code is good enough.
Success Story: GeoHound
After practicing and refining my methods, I decided to build a Chrome extension. Every GIS professional can relate to the pain point of sifting through HTTP calls in the developer tools networking tab to find the URL for a web service to use in QGIS or ArcGIS.
The Impossible Idea Made Possible: I had pitched this idea to multiple developers in the past, who were either uninterested or quoted between $10,000 and $15,000 to build it.
The AI Result: Using AI, I had a minimum viable Chrome extension—GeoHound—that filtered out common geo web services within 3 hours. It took a few days of intermittent work before it was published to the Chrome and Edge web stores.
Current Use: GeoHound has thousands of users (my own statistics suggest closer to or over 3,000 users, compared to the 1,000 shown on the Chrome store). While not perfect, it is clearly good enough, and this was something that was impossible for me just six months ago.
My Point: Now is the Time to Experiment
AI is here, and it will lead to profound change. Experimenting with it is vital because it will:
Help you develop the skills and knowledge needed to meet the needs of the people you serve.
Help you better understand what is hype and what is not, allowing you to decipher which voices to listen to.
We are moving from a world where information is ubiquitous to a world where knowledge is ubiquitous. Now is the time to be making sloppy mistakes. Don't let perfection stop you from learning how to make stuff that is going to be good enough.
If your work consists of repetitive tasks that follow step-by-step recipes, that's going to be a tough gig going forward. Long-term, there will be new opportunities, but you need to be experimenting now to be in a position to take advantage of them.
Resources Mentioned
You will find a list of the tools I've been experimenting with in the show notes.
Automation: make.com, n8n, Zapier
Voice/Agents: 11 Labs, Vappy, custom GPT (MCP servers)
Coding Models: Claude (current choice), OpenAI's Codex, ChatGPT
Development Environment: Cursor AI
LLMs/Multimodal: Gemini (studio.google.com)
Browser Extension: GeoHound (for Chrome and Edge)
https://chromewebstore.google.com/detail/nooldeimgcodenhncjkjagbmppdinhfe?utm_source=item-share-cb
If you build anything interesting with these tools, please let me know! I'd love to hear about your own experiments.
Scribble: An AI Agent for Web Mapping
2025/11/10
Jonathan Wagner, CEO of Scribble Maps, is back on the podcast, and this time we're talking about Scribble—an AI agent he's built into his platform. Not a chatbot, an agent. There's a difference, and we get into that.
https://mapscaping.com/podcast/the-business-of-web-maps/
So far, Scribble has access to 140 tools. It can view your map, select tools, build plugins, fetch data, and handle onboarding and customer education.
But here's the thing—should you care?
I think you should, because we're going to see more and more of these things. And whether you like it or not, for a lot of people, this is going to be the way they interact with geospatial data. I don't think we can put the genie back in the bottle. I personally, I'm not entirely sure I would if I could.
Yeah, sure, there's a lot of uncertainty around what these things can do and how they're going to impact us. I get that. I feel it too. But we can't afford to stick our heads in the sand and pretend like it's not happening.
In this conversation, Jonathan walks through why he built Scribble (spoiler: his wife was expecting and he needed to solve an onboarding problem), the real risks of adding AI to your product, and the technical decisions behind using Gemini over OpenAI. We also talk about privacy concerns, the Model Context Protocol (MCP), and what this all means for the future of GIS.
We touch on the QGIS MCP server, the democratization of mapping tools, and when maps aren't actually the answer. It's an honest look at where we are with AI agents in geospatial, from someone who's actually building one.
https://en.wikipedia.org/wiki/Lojban
https://github.com/jjsantos01/qgis_mcp
How's that?
Mapillary
2025/10/27
Exploring the Evolution and Impact of Mapillary with Ed from Meta.
Topics include Ed's journey with Mapillary, the process of uploading and utilizing street-level imagery, and the integration with OpenStreetMap.
Ed talks about the challenges of mapping with various devices, the role of community contributions, and future potentials in mapping technology, such as using neural radiance fields (NeRFs) for creating immersive 3D scenes.
The episode provides insights into how Mapillary is advancing geospatial data collection and usage.
00:00 Introduction to the Map Scaping Podcast 00:57
Meet Ed: Product Manager at Meta 02:09
Ed's Journey with Mapillary 03:59
What is Mapillary? 07:00
The Evolution of 360 Cameras 09:20
Uploading Imagery to Mapillary 14:10
Building a 3D Model of the World 19:10
Meta's Use of Map Data 21:24
The Importance of Community in Mapping 24:15
The Importance of Authoritative Data 24:49
Meta's Contributions to Open Source Geo World 25:27
Real-World Applications: Vietnam's B Group 28:16
Innovative Mapping in Detroit 31:38
Future of Mapping: Lidar and Beyond 32:20
Exploring Neural Radiance Fields (NeRFs) 35:40
Challenges and Innovations in Mapping Technology 45:25
Community Contributions and Future Directions 46:37
Closing Remarks and Contact Information
Previous episodes that you might find interesting
https://mapscaping.com/podcast/scaling-map-data-generation-using-computer-vision/
https://mapscaping.com/podcast/the-rapid-editor/
https://mapscaping.com/podcast/overture-maps-and-the-daylight-distribution/
Telematics Data is Reshaping Our Understanding of Road Networks
2025/01/09
Telematics Data is Reshaping Our Understanding of Road Networks
In this episode MIT Professor Hari Balakrishnan explains how Cambridge Mobile Telematics (CMT) is transforming traditional road network analysis by layering dynamic behavioural data onto static map geometries.
Telematics data creates "living maps" that go beyond traditional road geometry and attributes. By collecting movement data from 45 million users through phones and IoT devices, CMT has developed sophisticated models that can:
- Generate dynamic risk maps showing crash probability for every road segment globally
- Detect infrastructure issues that aren't visible in traditional mapping (like poorly placed bus stops)
- Validate and correct map attributes like speed limits and lane connectivity
- Differentiate between overpasses and intersections using movement patterns
- Create contextual understanding of road segments based on actual usage patterns
Particularly interesting for GIS professionals is CMT's approach to data fusion, combining traditional map geometry with temporal movement data to create predictive models. This has practical applications from infrastructure planning to autonomous vehicle navigation, where understanding the cultural context of road usage proves as important as precise geometry.
The episode challenges traditional static approaches to road network mapping, suggesting that the future lies in dynamic, behavior-informed spatial data models that can adapt to changing conditions and usage patterns.
For anyone working with transportation networks or smart city initiatives, this episode provides valuable insights into how movement data is changing our understanding of road infrastructure and spatial behaviour.
Connect with Hari on LinkedIn!
https://www.linkedin.com/in/hari-balakrishnan-0702263/
Cambridge Mobile Telematics
https://www.cmtelematics.com/
BTW, I keep busy creating free mapping tools and publishing them there
https://mapscaping.com/map-tools/ swing by and take a look!
Hivemapper
2024/12/05
In this week’s episode, I’m thrilled to welcome back Ariel Seidman, founder of HiveMapper. Ariel was my very first podcast guest back in 2019, and HiveMapper has come a long way since then!
We explore how HiveMapper has evolved from a drone-based mapping system to a cutting-edge platform collecting street-level data at a global scale. Ariel shares the challenges of scaling large-scale mapping efforts, the pivot to building their own hardware, and the role of blockchain-based incentives in driving adoption.
Here are just a few topics we cover:
Why HiveMapper shifted focus from drones to street-level mapping.
The power of combining hardware and software to solve mapping challenges.
How HiveMapper has already mapped 28% of the global road network.
The revolutionary edge computing and data filtering techniques driving efficiency.
What it takes to compete with industry giants like Google Maps.
Whether you're fascinated by the intersection of geospatial technology and innovation or looking for insights into scaling impactful startups, this episode is packed with value.
Let me know your thoughts or hit reply if you’d like to discuss the episode!
https://beemaps.com/
Connect with Ariel here https://www.linkedin.com/in/aseidman/
PS
I have just finished creating a web-based tool that lets you explore and download OpenStreetMap data, It is a bit different from other tools and I would appreciate some feedback.
https://mapscaping.com/openstreetmap-category-viewer/
Tracking Elephants
2024/11/06
Tracking elephants in Southern Africa’s Kavango-Zambezi (KAZA) region, the largest transfrontier conservation area in the world.
Lead scientist Robin Naidoo from the World Wildlife Fund-US explains the complex, cross-border collaboration required to understand elephant movements across vast landscapes and the role of GNSS.
Connected with Robin
https://www.worldwildlife.org/experts/robin-naidoo
Read more information about this study here
https://besjournals.onlinelibrary.wiley.com/doi/10.1111/1365-2664.14746
https://news.mongabay.com/2024/09/jumbo-collaring-effort-reveals-key-elephant-movement-corridors/
Check out https://www.movebank.org/
Female Voices in Geospatial
2024/09/25
Today's episode touches on some pretty big topics like Imposter Syndrome, Mentorship, Career Progression, Adaptability and Diversity
Today you are going to hear two stories from two very different voices. Two brilliant people who happen to be women in geospatial.
Ta Taneka
https://www.linkedin.com/in/ta-taneka/
Mary Murphy
https://www.linkedin.com/in/mary-murphy-12319433/
You can check out the GIS Directions Podcast here:
https://esriaustralia.com.au/gis-directions-podcast
or search for GIS Directions where every you listen to podcasts
Recommended Podcast Episodes
Getting where you want to go in your geospatial career
Mentorship leadership and career advice
Mentorship leadership and career advice
Podcast reviews
Read The MapScaping Podcast - GIS, Geospatial, Remote Sensing, earth observation and digital geography podcast reviews
Eneerhut 2024/12/17
A fitting cross section of the mapping industry
If you work in the geospatial industry or just love maps, this is the podcast for you. I have listened to many of the episodes over the years and ther...
eahiv 2024/09/18
Never disappoints
I continually rediscover this podcast and re-realize how great it is. Thanks for such an awesome show!!
BDen321 2024/02/14
More Than An “Industry” Interview Show
Daniel’s curiosity and focused questioning makes for a productive conversation with a variety of Geospatial practitioners.
ndsmith1616 2023/03/20
Geospatial Awesomeness
Plain and simple, if you have any interest at all in geospatial technology, data, or application, this is a MUST SUBSCRIBE podcast. The host provides ...
GeoJSONFan 2023/02/24
Attention to detail!
It’s obvious from the podcast that Daniel devotes a huge amount of time researching and editing the podcasts for a great listening experience! This is...
MikeDavl 2023/01/05
The best for staying up to date with the latest geospatial trends
MapScaping is the best way to stay informed about what’s going on in the geospatial world!
The episodes provide enough context that anyone can unders...
wenfei 2022/06/08
In-depth interviews across the geospatial spectrum
This is a great show that cuts across all types of topics and professions in the geospatial landscape. Great for taking the pulse of current happening...
HabitTracking4Life 2022/04/27
One of the best map podcasts
Daniel’s show really stands out with high quality - the guests, the interviewer, the right level of detail and structure. Highly recommended for folks...
Mr. Jex 2022/01/11
The podcast for geo professionals
This podcast is fantastic. I just wish I would have know about it sooner! It covers a wide variety of geospatial content, from technical, career, to ...
mattmenendez 2021/12/22
Excellent GIS Content
I discovered this podcast just as I was beginning my professional GIS career and was relieved to find that there was a resource that discussed trends ...
Podcast sponsorship advertising
Start advertising on The MapScaping Podcast - GIS, Geospatial, Remote Sensing, earth observation and digital geography relevant audience podcasts
You may also like to advertise on these Podcasts

4.4371061566
The Megyn Kelly Show
SiriusXM

4.888901269
Fearless with Jason Whitlock
Blaze Podcast Network

4.8118931000
Mind Pump: Raw Fitness Truth
Sal Di Stefano, Adam Schafer, Justin Andrews, Doug Egge

4.8102131585
Tara Brach
Tara Brach

4.541561215
Something You Should Know
Mike Carruthers | OmniCast Media

4.513841343
Strictly Anonymous Confessions
Kathy Kay

4.8292781897
Fantasy Footballers - Fantasy Football Podcast
Fantasy Football

4.62382612
Football Weekly
The Guardian

4.45387666
Two Judgey Girls
Two Judgey Girls

3.8258501152
The Viall Files
Nick Viall


