You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EarthTechAPI aims to integrate agricultural zoning data with Smart Platforms for agricultural crops. This API allows users to consult updated data from the Brazilian federal government's ZARC system and the PronaSolos System (EMBRAPA) to display mapping information related to agricultural zoning in the Tocantins region and physical and chemical attributes of soil classes and soil drainage classes. The main objective is to promote innovation for the progress of agriculture in the state of Tocantins, offering a simple, accessible and objective approach.
Display updated data on agricultural zoning in the state of Tocantins, Brazil;
Presents data from the Risk Table for the main agricultural crops in the state of Tocantins, Brazil;
Display of chemical and physical attribute resources for soil and drainage classes categorized by the Brazilian System of Sistema Brasileiro de Classificaรงรฃo de Solos (Classification under the responsibility of EMBRAPA);
CRUD operations for specific crop endpoints.
Documentation ๐
๐ API Endpoints
Method
Endpoint
Description
GET
/api/{cultura ou classe}
Returns the details of the crop resource or average physical-chemical attributes by soil class.
POST
/api/{cultura ou classe}/
Creates a new zoning resource and average physicochemical attributes on the server.
DELETE
/api/{cultura ou classe}/{id}
Remove the zoning and average physicochemical attributes resource identified by {id}.
PUT
/api/{cultura ou classe}/{id}
Updates or replaces the zoning and average physicochemical attributes resource identified by {id}.