Discover some of the new features and improvements released by Leaf in 2022. From yield cleaning to additional operational information to more precision features, the team has been dedicated to continuously improving the services offered through Leaf’s unified API, with a total of 56 feature requests fulfilled in 2022!
If you have any questions, or if there are any new features or improvements you would like to see in future, reach out to the team at help@withleaf.io!
2.110.0
2022-12-08
Additional planting properties
- Two new properties are available for planting operations. The
downForce
andsingulation
properties, when available, will be present in the standardGeojson, summary and images of operations. For those of you working with planting data, this gives you slightly more granularity if you are interested in pulling in the downforce and singulation details of planting operations.
2.106.0
2022-10-13
Yield cleaning
- We’ve enabled a new cleanup step for yield through the
operationsFilteredGeojson
configuration so you can remove outliers in harvest data.
2.105.0
2022-10-05
Yield cleaning
- Harvest data can now be cleaned based on the removal of outliers. More info here.
- Operations images have also been improved. More info here.
2.100.0
2022-08-31
Beta
- Layers upload
There is now an option to upload layer files directly to Climate FieldView via Leaf’s API. Currently, only RGB GeoTIFF files are supported. More info here.
2.98.0
2022-08-16
Machine file conversion
- New properties related to yield,
dryMass
,dryMassPerArea
,dryVolume
anddryVolumePerArea
are available in the operation summary and in the standard GeoJSON.
2.92.0
2022-07-05
Crop Monitoring
- Usable Data Mask 2.0 (UDM2) is now available for Planet.
The mask images are available through the Planet udm2 asset type. More info here.
2.91.0
2022-06-29
Crop Monitoring
- Normalized Difference Red Edge (NDRE) index images are now available through Sentinel and Planet.
Machine file conversion
- Added support for ounce unit of measure.
2.89.0
2022-06-14
Machine file conversion
- [beta] Added support for 20|20 files from Precision Planting.
Fields
- New filter available in the fields and farms GET endpoints. It is now possible to filter fields by farm and farms by grower.
2.88.0
2022-06-07
Beta
- Machines
Deprecated propertycreatedAt
in Machines. UsecreatedTime
to obtain the creation time instead.
Fields
- Fixing alerts related to creating and updating field boundaries. There was an issue interpreting updates from a provider. More information about alerts here.
2.87.0
2022-05-24
Machine file conversion
- Added support for ISOXML files.
2.86.0
2022-05-24
Machine file conversion
- New properties on the Standard GeoJSON
Optional properties:cropFlow
,productIndex
,proteinPercentage
,samplingInterval
,xOffset
andyOffset
.
More information here.
2.85.0
2022-05-17
Machine file conversion
- Machine list available in the operation files
The new property machine lists allmachine
IDs under the files entity (not to be confused withmachinery
property available in the summary). More information here.
Beta
- Machines
The propertiesvin
,model
,make
,category
andmodelYear
are now also available in the Machine POST endpoint.
2.84.0
2022-05-11
Machine file conversion
- New config available:
splitOperationsByField
If set to true, Leaf will split your Field Operations based on the intersection of each Leaf Field Boundary. The default value is false. Check all the configurations available here.
2.83.0
2022-05-03
Beta
- Machines
New machine properties available:vin
,model
,make
,category
andmodelYear
. The vin property can be used to query.
2.82.0
2022-04-26
Machine file conversion
-
Sugar cane
Leaf’s API now also supports sugar cane files. Please note that volume measurements will not be available for this crop type. -
New config available:
operationsAutoSync
If set to true (default), Leaf will automatically synchronize operations from providers.
Check all the configurations available here.
2.81.0
2022-04-20
Machine file conversion
-
New configuration available:
cleanupStandardGeojson
If set totrue
(default), Leaf will automatically remove invalid points from the standard GeoJSON file for operations.
Check all the configurations available here. -
(
0,0
) point removed
All (0,0
) points are now automatically removed from our converters.
Crop monitoring
- Planet: new asset type available
Leaf API now also supports PlanetScope'sanalytics_5b
asset type which has 5 bands: Red, Green, Blue, Red-Edge and Near-Infrared.
You can check our documentation for how to filter images by different asset types.