Skip to content

integrate-your-mind/nyc-surv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYC & Philadelphia Surveillance Camera Analysis

An interactive visualization tool for exploring surveillance camera networks in New York City and Philadelphia. Built with Streamlit and PyDeck.

Features

  • Interactive 3D map visualization
  • Camera density analysis using hexagonal binning
  • Real-time filtering by region and camera type
  • Performance-optimized for large datasets
  • Comprehensive statistics and data export

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Set your Mapbox token:
export MAPBOX_TOKEN='your_mapbox_token_here'
  1. Run the app:
streamlit run app.py

Data Sources

  • NYC: Amnesty International Decode Surveillance NYC project
  • Philadelphia: Aggregated from SafeCam, Business Security Camera Program, and Real Time Crime Center

Usage

  1. Select a city from the sidebar
  2. Choose between Points view (individual cameras) or Density view (concentration heatmap)
  3. Use the filters to explore specific regions or camera types
  4. Adjust the 3D view using navigation controls
  5. Export data and statistics as needed

Environment Variables

  • MAPBOX_TOKEN: Required for map visualization

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages