#UIUC Hammock Spots

UIUC (University of Illinois at Urbana-Champaign) tree data was taken from the Campus Tree Inventory project which contains a dataset which inventoried each tree on campus.

Project Organization

/data
    -- Tree data (laditude, longitude, age, etc)
/uiuc-hammock-spots-api
    -- Java API using Dropwizard
/uiuc-hammock-spots-ui
    -- React frontend using TypeScript
/scripts
    -- Python scripts for uploading tree / calculating tree distance data and persisting them to AWS RDS MySQL

/scripts

It is recommended to use a Python virtual environment (venv)

Installing Dependencies

pip install -r requirements.txt

.aws

Updating task-definition.json

aws --region us-east-1 ecs describe-task-definition --task-definition uiuc-hammock-spots-api --query taskDefinition > task-definition.json