u/Deep-Bell9159

How to get satellite imagery automatically for any farm field, no GIS experience needed

One of the more useful things I've come across for agtech builders: you don't need to set up your own satellite pipeline to get field-level imagery anymore.

Sentinel-2 is a free, open-source satellite mission from ESA that covers the entire earth every 3-5 days at 10m resolution. The raw data is publicly available but working with it directly requires GIS knowledge like downloading scenes, clipping to field boundaries, running band math for NDVI, dealing with cloud cover. It's doable but time consuming.

If you don't want to deal with the GIS side at all, I came across Leaf Agriculture which wraps this into an API. You register a field boundary and they automatically deliver imagery cropped to that field every time a new satellite pass happens, RGB, NDVI, NDRE, and all 13 spectral bands. Historical backfill included. No GIS setup, no manual downloads.

For anyone building farm monitoring tools, crop stress detection, or anything that needs "show me what this field looks like from above", worth knowing this exists.

PlanetScope (3m resolution, daily) is also available through Leaf as a paid add-on if you need higher frequency or resolution.

reddit.com
u/Deep-Bell9159 — 5 days ago

Getting John Deere Operations Center data into your app. What nobody tells you upfront!

If you're building anything in agtech that needs JD data, you've probably already found developer.deere.com. The docs are decent. The API works. But there are a few things that only become obvious after you're deep into it.

What building direct actually involves

The OAuth flow is more involved than a standard implementation. After authentication, users have to separately select which organizations your app can access, it's an extra step that trips up a lot of growers during onboarding. Tokens expire every 12 hours so you need solid refresh logic or your integration quietly breaks overnight. And when JD ships an API update, which happens, you're on the hook to fix it.

None of this is insurmountable. But it's not a weekend project either.

Where it gets expensive

If even one of your customers runs CNH, Trimble, or AgLeader alongside their John Deere equipment, you're building a second integration from scratch. Then a third. Each one has different auth, different file formats, different field names for the same data.

One company I came across had a senior developer spend 6 months on a single field boundary integration for one brand before switching approach. Another estimated thousands of developer hours for what they eventually handled differently.

The alternative

Leaf Agriculture (withleaf.io) sits between your app and all the OEMs. You connect once, they handle the JD OAuth and token refresh, and you query a single endpoint that returns standardized GeoJSON regardless of which brand generated the data.

Covers JD, FieldView, Case IH, Trimble, AgLeader, and about 40 others. Prescription write-back to Operations Center is also supported if you need round-trip data flow.

When to build direct vs when not to

Build direct if you're serving a single JD-only customer base that will never expand. Use a unified layer if you're building a product that needs to work across mixed fleets.

Quickstart at withleaf.io/account/quickstart, sample data available so you can test without real farm credentials.

Happy to answer questions if anyone's in the middle of this decision.

reddit.com
u/Deep-Bell9159 — 6 days ago
▲ 2 r/agtechbuilders+1 crossposts

The 7 things farmers using tech actually struggle with in 2026, and what helps

Not the enterprise problems. The real ones.

1. Your data is stuck in the machine

75% of farmers collect precision ag data. More than half do nothing with it because getting it off the machine is painful, USB drives, proprietary formats, platforms that only work with their own equipment.

What helps: If you're all John Deere, the Operations Center app does this well, data syncs automatically from cloud-connected equipment. If you run mixed equipment (JD and CNH, or JD and Trimble), Leaf Agriculture (withleaf.io) handles all of them through one connection so you're not logging into multiple platforms.

2. Your platforms don't talk to each other

JD data lives in Operations Center. FieldView data lives in FieldView. Spray records are somewhere else. None of them share.

What helps: John Deere's Data Sync works well if your whole operation is JD. For mixed fleets, Leaf standardizes everything into the same format, one place to query instead of three.

3. The software is too complicated

Most farm software is built for large enterprise operations. Overwhelming dashboards, weeks of setup, need a consultant to get anything useful out of it.

What helps: Build something simple for your specific situation. Cursor or Lovable let you describe what you want in plain English and the AI builds it. A basic dashboard showing your yield data by field is a weekend project now, not a $30k software purchase.

4. Getting data from the field to the office still involves someone manually typing things

This is 2026 and farmers are still re-entering field records by hand because systems don't connect.

What helps: Zapier or Make for simple automations, when a new operation syncs, automatically send a summary email or update a spreadsheet. No code required.

5. Comparing this season against last season means digging through old platforms

Historical data should be easy to query. It almost never is.

What helps: John Deere Operations Center has some historical comparison built in. For deeper multi-season analysis across mixed equipment, Leaf Lake lets you run queries like "which hybrid performed best on the sandy ground over the last 3 years" across all your data at once.

6. Weather data is for the nearest town not your actual field

A weather station 15 miles away tells you nothing useful about soil moisture in your specific fields.

What helps: Tomorrow.io and Agromonitoring both offer field-level weather forecasts. Leaf also has a weather API tied to specific field boundaries if you're building something custom.

7. Compliance records are a nightmare

FSMA traceability, carbon programs, sustainability reporting, all require records scattered across machines, spreadsheets, and platforms nobody updates consistently.

What helps: FarmRaise for financial records and grant tracking. Glide for a simple mobile record-keeping app without code. For as-applied records specifically, Leaf structures them in a format that works for most compliance programs out of the box.

None of these require a big budget or a developer. Most have free tiers or low-cost starting points.

Dealing with a specific version of any of these, drop a comment and I'll try to point you in the right direction.

reddit.com
u/Deep-Bell9159 — 7 days ago

The best tools for building something useful for your farm in 2026, no developer needed

Most agtech software is built for large enterprises. If you run a mid-size operation you're either paying for features you don't need or stitching together tools that don't talk to each other. The good news is that with AI tools available now, building something simple and useful for your specific situation is more realistic than ever.

Here's what's actually worth knowing, broken down by where farmers spend their time:

Planting season

The problem: planting data lives in the display on the machine, prescription maps are in one platform, soil maps are somewhere else, and nothing talks to each other.

  • Leaf Agriculture: pulls planting data from John Deere, FieldView, Case IH, AgLeader, Trimble and standardizes it. Mixed equipment fleet? You finally get everything in one place. Seed rate, variety, depth, singulation — all of it.
  • Cursor or Lovable: describe what you want in plain English and it builds a simple dashboard for you. No coding knowledge needed.

Spraying and applications

The problem: as-applied records are locked in the machine. Proving what was applied where for compliance or carbon programs is painful.

  • AgWorld: field records, spray logs, compliance documentation in one place
  • Granular: good for tracking inputs and costs per field
  • Zapier or Make: automate a simple summary report after every application job without building anything complex

Harvest

The problem: yield maps take forever to get off the machine, cleaning the data is tedious, and comparing this year against last year means digging through multiple platforms.

  • Conservis: farm management software that handles harvest records well for mid-size operations
  • Granular: cost per acre tracking through harvest
  • AgLeader SMS: if you're already in the AgLeader ecosystem this handles yield data cleaning reasonably well

Field monitoring between seasons

The problem: you can't walk every acre every week. Knowing where stress is showing up early makes a real difference.

  • Leaf Agriculture: automatically pulls Sentinel-2 satellite imagery for any field you register. Updates every few days, includes NDVI maps so you can see crop health from above. No separate platform, no manual download.
  • Planet: daily 3m resolution imagery if you need more frequent updates than Sentinel-2 provides

Weather and planning

The problem: generic weather apps give you the town not the field. Soil moisture at your actual field location matters more than the nearest weather station.

  • Tomorrow.io: field-level weather forecasts, good free tier
  • OpenWeather: simple API, works well for building basic weather dashboards
  • Agromonitoring: weather and satellite combined, built specifically for agriculture

Record keeping and compliance

The problem: FSMA, carbon programs, sustainability reporting, all of it requires records scattered across machines, platforms, and spreadsheets.

  • Glide: turns a spreadsheet into a mobile app. Good for simple record keeping in the field without building anything.
  • FarmRaise: built specifically for farm financial records and grant tracking
  • Notion or Airtable: flexible enough to build a simple custom record keeping system without code

Building something custom for your specific situation

If none of the above fits and you want to build something for your exact problem:

  • Cursor: describe what you want, it builds it. Fastest path from idea to working tool.
  • Lovable: similar, great for dashboards and simple apps
  • Mapbox: free tier, good for showing field boundaries and operation maps visually
  • Leaf MCP server: if you're using Cursor or Claude to build, Leaf has an MCP server that lets your AI assistant query real farm data while you build. Useful for prototyping without mocking everything.

You don't need to build something complex. Even a simple tool that pulls your data into one view instead of logging into three different platforms saves real time every season.

If you're trying to solve something specific drop a comment, happy to point you in the right direction.

reddit.com
u/Deep-Bell9159 — 7 days ago

👋 Welcome to r/agtechbuilders - Introduce Yourself and Read First!

Hey everyone! I'm u/Deep-Bell9159, a founding moderator of r/agtechbuilders.

This is our new home for all things related to building products in agriculture and food tech — apps, tools, APIs, automations, side projects, anything in the agtech space. We're excited to have you join us!

What to Post
Post anything that you think the community would find interesting, helpful, or inspiring. Feel free to share your thoughts, photos, or questions about what you're building, APIs and tools you've found useful, questions about farm data and integrations, side projects however early they are, and things you wish existed in agtech but don't yet.

Community Vibe
We're all about being friendly, constructive, and inclusive. Let's build a space where everyone feels comfortable sharing and connecting.

How to Get Started

  1. Introduce yourself in the comments below.
  2. Post something today! Even a simple question can spark a great conversation.
  3. If you know someone who would love this community, invite them to join.
  4. Interested in helping out? We're always looking for new moderators, so feel free to reach out to me to apply.

Thanks for being part of the very first wave. Together, let's make r/agtechbuilders amazing.

reddit.com
u/Deep-Bell9159 — 7 days ago
▲ 1 r/johndeere+1 crossposts

Built an MCP server for agricultural farm data: John Deere, FieldView, CNH, and 40+ OEMs

Hey everyone! We built this at Leaf Agriculture and wanted to share it with the community.

If you're working on anything in agtech or just want to vibe-code something with real farm data, this might be useful. We run a unified farm data API and just shipped an MCP server on top of it so you can query live agricultural data directly from Claude or Cursor.

What it actually does is instead of dealing with John Deere's OAuth, FieldView's API, Case IH's separate credentials, and so on, you connect once and get everything back in the same format. The MCP server exposes all of that to your AI agent.

https://mcp.withleaf.io/mcp/

Cursor config:

json

{
  "mcpServers": {
    "leaf": {
      "url": "https://mcp.withleaf.io/mcp/",
      "headers": {"LEAF_TOKEN": "YOUR_LEAF_TOKEN"}
    }
  }
}

Once it's running you can ask things like:

  • "Which of my fields had the lowest yield last harvest?"
  • "What was soil moisture at planting time for the North Field?"
  • "Compare this season's spray applications against last year"

36+ tools covering field operations, satellite imagery, weather back to 1940, and irrigation data. Free token with sample data at withleaf.io/account/quickstart , no real farm credentials needed to test.

Happy to answer any questions about the setup.

reddit.com
u/Deep-Bell9159 — 8 days ago