This dashboard filters and maps Austin Animal Center data to find dogs suited for specific rescue profiles. Pick a profile (Water, Mountain/Wilderness, Disaster/Individual), the table repopulates, the pie chart summarizes the current view, and the map centers on the selected row.
- Starting state (Reset)
- Water Rescue applied
- Mountain/Wilderness applied
- Disaster/Individual applied
- Reset again
##How to Run (Codio / Jupyter)
- Open
code_files/ProjectTwoDashboard.ipynb. - Update credentials at the top if needed (username/password/host/port).
- Run All. App renders inline via JupyterDash.
- If port 8050 is busy:
app.run_server(mode="inline", port=8051) # or 8052