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.