SoilView (may be changed to SoilView US in the future)
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.
In order to run the application, you will need to have the following software installed:
- Node (v16.0.0 or higher)
- yarn
After cloning the repository, you can install its dependencies by running the folowing command:
npm install
or
yarn install
To run the app (both the backend and frontend pieces, run the following command):
yarn web:serve