The Industrial Team Project task was to represent time-based, geo-location tracking information on WRLD3D maps.
FRM3D is an interactive way for farmers to view their crops to help them make decisive decisions about how to manage their resources. Currently for each field, farmers can see what crop is growing in what field, their expected harvest date, soil moisture and ph levels. They can also see the weather for their farm, all the crops and their expected harvest dates in one place, and graphs showing the analysis of the weather and crop history.
To have a look at FRM3D, follow the steps below:
- Navigate to a folder where you want to save the project in a termial of your choice
- Run
git clone https://github.com/jsbennett/AC41004-Industrial-Team.git
- Run
cd AC41004-Industrial-Team
- Make sure you have the latest version of node.js installed
- Run
npm install
to get any necessary packages - Finally
npm run start
should host the app at http://localhost:3000