GithubHelp home page GithubHelp logo

open-source-agriculture / soil_logr Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 0.0 1.77 MB

The soil mate app provides a simple and convenient way to collect soil data at sample locations in the field. The Soil Mate app is targeted across multiple industries, including agriculture, environmental science, geology, and mining. The current version of the app collects soil texture data.

Home Page: https://open-source-agriculture.github.io/2021-01-09-soil-mate-texture-app/

License: GNU General Public License v3.0

Kotlin 0.17% Swift 0.47% Objective-C 0.04% Dart 99.31%
soil soil-science soil-properties soil-mapping agriculture geology environmental-science

soil_logr's Introduction

Soil LogR

Helper app designed to assist the collection of soil data.

The Soil LogR app (previously) provides a simple and convenient way to collect soil data at sample locations in the field. The Soil Mate app is targeted across multiple industries, including agriculture, environmental science, geology, and mining. The current version of the app collects soil texture data.

drawing

Read about the app in this article

Getting Started

install Flutter

Install dependencies:

sudo apt install curl

Get flutter (copy in all lines, run from home the location you want to install flutter):

git clone https://github.com/flutter/flutter.git -b stable && \
echo '#Add Flutter to PATH' >> $HOME/.bashrc && \
echo 'export PATH="$PATH:'$(pwd)'/flutter/bin"' >> $HOME/.bashrc && \
export PATH="$PATH:$(pwd)/flutter/bin" && \
echo "Check the flutter is in path" && \
echo $PATH && \
flutter precache && \
echo "Check your dependencies:" && \
flutter doctor

install Android Studio (optional)

Download and install Android Studio and install the Flutter and dart plugins:

Run flutter doctor again to check dependencies.

install the project

Clone the repo:

git clone https://github.com/Open-Source-Agriculture/soil_mate/

Get dependencies:

flutter pub get

run the project

Before running, make sure you generate the hive files:

flutter packages pub run build_runner build

Connect your device or emulator, then run:

flutter run

Or use the run button on your IDE.

Contributing

To contribute to the Soil Mate app, make a fork to add your change to, then make a Pull Request.

A list of tasks may be found on our Project Board

Join us

drawing

Chat to us on Discord

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.