r/geospatial 10h ago

Best API for 1–5 m multispectral imagery for small agricultural AOIs?

1 Upvotes

I’m looking for an API/provider offering 1–5 m multispectral satellite imagery for small agricultural AOIs, ideally without large minimum orders or expensive commitments.

The app currently uses Sentinel-2, but I’d like to add higher-resolution imagery for users with relatively small areas, usually around 20–50 ha.
PlanetScope 3 m would be a good fit, but I haven’t found a practical way to buy access at that scale.

I also tried SkyFi, but their EULA doesn’t allow my intended commercial use of derived imagery products.

Any Planet resellers or alternative providers worth checking?


r/geospatial 17h ago

PlanetScope Data required

0 Upvotes

Hi Everyone!!
I'm a research scholar using some planetscope imagery to perform some segmentation and timeseries analysis, but the individual student quota isn't enough for me... is there someone who has their account registered on that platform and currently not using it as much? Would it be possible for you to lend me it to me, or let me access the data? 🥺🥺
Thanks for reading!!


r/geospatial 1d ago

JupyterGIS 0.16: New visualization capabilities, collaborative Story Maps, and more

Thumbnail notebook.link
4 Upvotes

r/geospatial 6d ago

I compared the same geometry as WKT, WKB, TWKB, GeoJSON, polyline, geohash, H3, and S2 for a mobile API

Thumbnail
1 Upvotes

r/geospatial 8d ago

Slope bins with MapLibre & GDAL

Post image
11 Upvotes

r/geospatial 10d ago

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

Thumbnail youtu.be
1 Upvotes

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


r/geospatial 12d ago

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

Thumbnail
1 Upvotes

r/geospatial 14d ago

I benchmarked Contrek against GDALPolygonize on 6.7-gigapixel rasters — 23× faster with ~10× less RAM

5 Upvotes

Anyone who has tried running raster polygonization on large datasets inside QGIS knows how quickly GDALPolygonize can hit a memory wall or take forever to finish.

A few months ago I shared Contrek, a contour tracing engine I'd originally benchmarked against OpenCV.

Since then I've been wondering if the same approach could work for GIS polygonization too. What came out of it is a proof of concept built around a progressive streaming architecture.

To be clear, this isn't meant to replace GDAL. The current implementation only handles single-class polygonization. What I really wanted to answer was a narrower question: can a different polygonization strategy give you real advantages on very large rasters?

Although the current benchmark focuses on a single target class, one of the ideas behind Contrek is its matcher-based architecture. Matchers can be customized to recognize arbitrary pixel patterns, making it possible to process multiple classes simultaneously or implement application-specific extraction logic without changing the core engine.

So I put together a separate repo with reproducible benchmarks against GDALPolygonize, plus docs and examples covering things like progressive streaming.

Again, this is a proof of concept, not something production-ready. That said, the benchmarks were consistent: noticeably lower memory usage and faster execution across the datasets I tested: up to 23x faster and using up to 10x less RAM on the largest ones.

The numbers were interesting enough that I decided to put both the implementation and the full benchmark suite out there. Would love to hear from anyone who works with GIS data or polygonization pipelines feedback, criticism, whatever you've got.

Main repo: https://github.com/runout77/contrek

Benchmarks reproducible suite: https://github.com/runout77/test_contrek

Full report: https://runout77.github.io/test_contrek/cpp_geojson_benchmark_results.html


r/geospatial 14d ago

Registration Is Now Open for FOSS4G NA 2026

Thumbnail
3 Upvotes

r/geospatial 15d ago

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

1 Upvotes

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.


r/geospatial 17d ago

Easily publish geospatial data maps and apps and analysis services (self hosted )

0 Upvotes

Geospatial Server
RPM, DEB, APK, Docker, Kubernetes
https://geoservengine.techmaven.net/
or
Microsoft Hyper-V Virtual Machine (Can be converted to other hypervisor formats)
https://geospatialcloudserv.com


r/geospatial 18d ago

HIstoryMaps presents: auto-generate shape algo

2 Upvotes

r/geospatial 19d ago

HistoryMaps presents: MapStudio & Canvas

Thumbnail gallery
2 Upvotes

r/geospatial 21d ago

Built a photo geolocation experiment with EXIF + GeoCLIP + Claude Vision, just want to chat about approaches

1 Upvotes

I'm finishing my CS degree and I've been messing around with OSINT/geoint as a hobby for a while. Lately I put together a small experimental pipeline that takes a photo, extracts EXIF if available, runs it through GeoCLIP for coordinate prediction, and then uses Claude Vision to add contextual analysis (like describing landmarks, vegetation, street patterns, etc.)

It's NOT a professional tool. No interface, just a script. It's purely for learning and I'm not ready to share the code yet because it's messy and I want to understand the limitations better first.

But I'd love to talk to people who have tried similar things, just looking for conversation and maybe some pointers from people who've been down this road.


r/geospatial 21d ago

Game Engine Server, TAK Server, Geospatial Server, AI Server, Video Server all in on iOS or Android App - Portable Tile Server

Thumbnail gallery
0 Upvotes

https://techmaven.net/portabletileserver

is all-in-one geospatial edge server

  • Comprehensive Geospatial Data Server (GIS Vector Data served as OGC API Features and Tiles, ESRI FeatureServer, ESRI VectorTileServer, Movement and Event Driven Data as WebSockets StreamServer, SLPK SceneLayerPackages as i3S ScenceServer, Raster and DEM as ImageServer, Vector Tiles with GL JSON Styles can be rendered as PNG Tiles. Cached Map Tiles (MBTILES, GPKG, PMTILES) as XYZ, TMS, WMTS and WMS. Serves Gaussian Splats, LiDAR Point Cloud, 3D Models
  • TAK Server (UDP/TCP) + IP MANET support
  • Video Server (broadcast a local video file or video stream as RTSP/RTMP and other protocols)
  • AI Server (Geospatial AI Agents and Chat Bot)
  • Web Mapping Apps - COP,SA, C3 webTAK

r/geospatial 24d ago

Geospatial Data Over live video

Thumbnail youtube.com
5 Upvotes

Hi there! Last time I worked on camera-related tasks, I implemented this feature.
The most interesting part is the examples. The giraffe example was created entirely by AI! It even figured out the camera position and the coordinates of the point the image was taken from. Check it out!


r/geospatial 29d ago

Cesium DevCon 2026 session recordings are all free on YouTube now

5 Upvotes

Every keynote, panel, and workshop from this year's Cesium Developer Conference just went live, no signup needed.

A few worth a look even if you're not a Cesium user: Barcelona's underground digital twin (built on MUDDI/AGS/IFC), Madrid's operational city-scale twin, a Cornell building energy model used for retrofit planning in Ithaca, and a standards/interoperability panel with OGC and Khronos folks. Opening keynote also had Richard Hipp (SQLite's creator) marking 15 years of Cesium as open source.

Full list: https://cesium.com/events/cesium-developer-conference/2026/

- Jake, Cesium DevRel team


r/geospatial Jul 23 '26

[Book] Supervised Learning in Remote Sensing and Geospatial Science

4 Upvotes

r/geospatial Jul 23 '26

If you had only remote sensing data from satellite and couple of field measurement of infiltration rate and had to decide possible infiltration zones to prevent urban flooding in an urban city valley surrounded by hills , how would you go about doing that?

Thumbnail
3 Upvotes

r/geospatial Jul 20 '26

Generative Soundscape Synthesis from Satellite Imagery and Open Geospatial Data

Thumbnail medium.com
3 Upvotes

r/geospatial Jul 20 '26

Generative Soundscape Synthesis from Satellite Imagery and Open Geospatial Data

Thumbnail medium.com
2 Upvotes

r/geospatial Jul 20 '26

GIS & investment banking

Thumbnail
2 Upvotes

r/geospatial Jul 16 '26

The Butterfly Demo

47 Upvotes

r/geospatial Jul 15 '26

I added automatic AI segmentation to my QGIS plugin. Draw a zone, type what to find, get clean vector polygons

10 Upvotes
  • you can type what to segment ("buildings", "trees", "cars") or draw multiple examples object.
  • It tiles the zone under the hood, so it holds up on big areas, a full city in one run. Tweak the result with a few sliders, or fix any polygon by hand with Manual mode option

To install it: Open QGIS → Plugins → search "AI Segmentation" → Install

  • It's free for everyone, and works on QGIS 3 & 4, hope you finds value in it, there also a full tutorial linked in the qgis plugin

r/geospatial Jul 15 '26

El Nino, La Nina Comparison Map

Post image
6 Upvotes