Coder Social home page Coder Social logo

spraying-api's Introduction

๐ŸŒฑ Spraying API

๐Ÿšœ What is the importance of spraying in agriculture?

Spraying is of fundamental importance in agriculture, being responsible for protecting crops against pests, diseases, insects and making nutrients available to plants, ensuring good productivity. This API aims to assist in the analysis of climatic conditions in real time, to inform whether these conditions are suitable or not for agricultural spraying.

๐Ÿ’ป Using this API:

This API was built with FastAPI. FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

The key features are:

  • Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available.
  • Fast to code: Increase the speed to develop features by about 200% to 300%. ยน
  • Fewer bugs: Reduce about 40% of human (developer) induced errors. ยน
  • Intuitive: Great editor support. Completion everywhere. Less time debugging.
  • Easy: Designed to be easy to use and learn. Less time reading docs.
  • Short: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs.
  • Robust: Get production-ready code. With automatic interactive documentation.
  • Standards-based: Based on (and fully compatible with) the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema.

ยน estimation based on tests on an internal development team, building production applications.

To run it:

uvicorn main:app --reload

โ˜๏ธ Where did climate data come from before analysis? The wheather data come from OpenWeatherMap, it is an online service, owned by OpenWeather Ltd, that provides global weather data, including current weather data, forecasts, nowcasts and historical data, utilising meteorological broadcast services and raw data from airport weather stations, radar stations and other weather stations. After receiving the meteorological data, the API performs the processing, returning the spray conditions

Examples

  • In this case, the city of Columbia is in good condition for spraying. ๐ŸŒฟ

  • The city of Longview is not in good condition, due to the low relative humidity of the air. ๐Ÿ‚

  • Dallas is not in a good condition for agricultural spraying due to the high wind speed, which causes drift. ๐Ÿ’จ


About:

  • ๐Ÿ’ป Josรฉ Henrique Roveda
  • ๐Ÿ“จ Contact me on LinkedIn

spraying-api's People

Contributors

josehenriqueroveda avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.