Skip to content

syngenta/react-soilview

Repository files navigation

SoilView (In Development)

About The Project

Project Name

SoilView (may be changed to SoilView US in the future)

Description

This repository contains an open source project to help visualizing data collected over the years by the United States Department of Agriculture (USDA). It it capable of downloading and visualising data from both The gridded National Soil Survey Geographic Database (gNATSGO), and The Soil Survey Geographic Database (SSURGO) (coming soon...)

This repository contains a fully executable frontend application built in React JS, and functions to download the data directly from the publicly available buckets.

Prerequisites

In order to run the application, you will need to have the following software installed:

  • Node (v16.0.0 or higher)
  • yarn

Installation

After cloning the repository, you can install its dependencies by running the folowing command:

npm install or yarn install

Usage

To run the app (both the backend and frontend pieces, run the following command):

yarn web:serve

Contact

Acknowledgment