The cibolabs APIs provide access to data for two cibolabs services:
- The Agricultural Feedbase Monitor (AFM)
- Pasture Key
Learn more about these services at cibolabs.com.au.
- Quick start
- Login API
- AFM API
- AFM Tile API
- Pasture Key API
- Pasture Key Tile API
- Demo AFM and Pasture Key Web App
- Demo Pasture Key Web App
AFM measures pasture biomass and ground cover for supported territories (e.g. Australia) using satellite imagery, captured every five days. The image data are processed at 80 m resolution. View the maps here.
The AFM API calculates pasture biomass and ground cover statistics (the mean, standard deviation, etc) for areas of interest over time. The data are extracted from the images and the statistics calculated at the time of the request.
Use the AFM Tile API to retrieve raster products, in png file format, to display in web mapping applications.
The tile API follows the XYZ tile protocol, which is a standard for serving tiles over the web.
Pasture Key is like AFM. However, it measures pasture biomass and ground cover for paddocks at high detail, 10 m, resolution. Data are processed for every satellite overpass, which is typically every 5 days.
The Pasture Key API provides access to pasture biomass and ground cover statistics for a farm's paddocks over time.
The Pasture Key API requires that you or your customers have an active Pasture Key subscription. This is because the statistics are pre-computed (at every satellite overpass) and stored in our database for fast retrieval.
Use the Pasture Key Tile API to retrieve raster products, in png file format, to display in web mapping applications.
The tile API follows the XYZ tile protocol, which is a standard for serving tiles over the web.
Access requires credentials. Contact us at support@cibolabs.com.au.
Exchange your credentials for an access token using the Login API.
A typical workflow is:
- Use our login end point to exchange your credentials for an access token
- Pass the access token in the
Authorizationheader of your http requests to our APIs' endpoints