AlanChen4 / RecPlan

🌲 Django app for data-driven recreation planning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecPlan

RecPlan is a recreation planning tool that makes data-driven decisions easily available.

RecPlan Demo

  • Modify park site characteristics and see changes in their estimated trips
  • Compare different scenarios of site characteristics with geospatial analysis tools
  • Evaluate equity distribution
  • Utilize accurate and precise survey data through a simple interface

Installation and Setup

  1. Download the latest version of Python from https://www.python.org/downloads/
  2. Install dependencies by running pip install -r requirements.txt in terminal or command line
  3. Start Django server on local machine by running python manage.py runserver in the top-level veritas folder

Usage

Home Dashboard

  • Add new scenarios
  • Calculate previous scenarios with one-click
  • Toggle between different types of analysis views

home

Site Modification

  • Modify characteristics of a site such as its acreage, trails, or amenities

site

Analysis Views

  • View potential recreation scenarios and analyze their equity distribution along with their estimated park site visits

spatial utility trips estimate

About

🌲 Django app for data-driven recreation planning


Languages

Language:Python 57.1%Language:HTML 42.8%Language:Procfile 0.1%