> For the complete documentation index, see [llms.txt](https://opendataza.gitbook.io/toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opendataza.gitbook.io/toolkit/open-data-resources/agriculture-data-sources.md).

# Agriculture data resources

## National Agriculture Data Sources

**The Department of Agriculture, Forestry and Fisheries (DAFF)** website hosts a number of tools and data services, such as

* [Marketing Information System](http://webapps.daff.gov.za/amis/redirecting.amis;jsessionid=6f27af9f332c103f95b0a3d81325)
* [Weekly price watch](http://webapps.daff.gov.za/amis/Link.amis?method=priceTrends\&qMarket=Horticulture)
* [Daily fresh produce market prices](http://webapps.daff.gov.za/amis/amis_price_search.jsp)

[**Agricultural GIS**](http://daffarcgis.nda.agric.za/portal/home/) **(AGIS)** provides public access to spatial and non-spatial agricultural information and related datasets and interfaces for browsing specific data sources including:

[**AGIS Comprehensive Atlas**](https://agis.nda.agric.za/portal/home/) is a map-based view of a number of spatial data layers which can be enabled or disabled depending on area of interest. The data available for download in SHP file format and a sub-set of the data that can be viewed through the Atlas.&#x20;

Major layers include:

* Agriculture infrastructure (e.g. abattoirs, power stations, feedlots, fresh produce markets)
* Fires
* Administrative boundaries
* Climate Changes
* Crops and vegetation.
* Landuse (e.g. grazing capacity, irrigated land, cultivated crop types)
* Soil (e.g. erosion, natural fertility)
* Terrain and geology

An array of maps are available on [Map Gallery](http://daffarcgis.nda.agric.za/portal/apps/PublicGallery/index.html?appid=b56d3aa39fc942a6b6b4a5f7ac8bb7a4) including Grazing Capacity Eastern Cape and Metadata in JPEG and PDF format.&#x20;

## International Agriculture Data Sources

[OECD Library](https://www.oecd-ilibrary.org/sites/8bd37901-en/index.html?itemId=/content/component/8bd37901-en) has a publication on the Agricultural Monitoring and Evaluation data available.

[OpenAfrica](https://open.africa/dataset/agricultural-statistics-south-africa-2018) has South African agricultural statistics on field crops, horticulture, livestock, important indicators and the contribution of agriculture in EXCEL format.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://opendataza.gitbook.io/toolkit/open-data-resources/agriculture-data-sources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
