Providers
Leaf supports two satellite sources:
*PlanetScope band count depends on the asset type requested.
Both providers produce RGB, NDVI, and NDRE composites. Sentinel-2 data is freely available through the Copernicus program. PlanetScope requires a billing agreement, and usage is metered by area.
How it works
- Create a satellite field — POST a
MultiPolygongeometry to/services/satellite/api/fields. Set the providers you want (Sentinel-2, PlanetScope, or both). - Leaf fetches imagery — By default, Leaf retrieves images from the last 30 days. You can set a
startDateordaysBeforeparameter to go further back. - Continuous monitoring — The field is monitored indefinitely. Each time a satellite passes over the field, Leaf processes and clips the imagery to your boundary.
- Retrieve images — GET
/services/satellite/api/fields/{id}/processesreturns all processed images for the field, filterable by date range, cloud cover, and data coverage.
After creating a satellite field, it may take a few minutes for images to become available.
Image outputs
For each satellite pass, Leaf produces:- RGB — True-color image as GeoTIFF (EPSG:4326) and PNG (EPSG:3857).
- NDVI — Raw values as GeoTIFF, plus colorized GeoTIFF and PNGs with relative and absolute scales.
- NDRE — Same formats as NDVI.
- Individual bands — GeoTIFF for each spectral band at native resolution.
- Multiband — A single GeoTIFF with all bands stacked.
Field size limits
- Maximum area: 50,000 hectares (123,000 acres)
- Maximum perimeter: 300 km (180 miles)
- Maximum vertices: 1,500
- Minimum inner ring area: 1 m²
Common use cases
- In-season crop monitoring: Register field boundaries and receive NDVI imagery on every Sentinel-2 pass to track crop health through the season.
- High-resolution scouting: Use PlanetScope at 3-meter resolution to detect within-field variability and target scouting trips.
- Multi-year comparison: Query historical satellite processes to compare vegetation index trends across growing seasons.
What to do next
- Sentinel-2 — Band details, resolution, and cloud masking for Sentinel data.
- PlanetScope — Asset types, band details, and subscription management.
- API Reference: Satellite — Full endpoint reference for the crop monitoring service.

