Skip to content

A web application to visualize the distribution of accumulated street networks shadows for each season of the year.

Notifications You must be signed in to change notification settings

komar41/street-network-shadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Street Network Shadow Vis

This project aims to visualize the distribution of accumulated shadows for each season of the year across Chicago's street network. By presenting data through interactive map and chart visualizations, we seek to offer a comprehensive understanding of shadow patterns at the street segment level. The project incorporates multiple visualization techniques to showcase different aspects of the data, including geographic distribution and seasonal variations. Our goal is to create an accessible and informative tool for urban planners, researchers, and the general public to explore the impact of shadows on the urban environment.

drawing

Components

  • Displays the street network of Chicago
  • TileLayer for base map visualization
  • Centered on Chicago coordinates
  • Interactive selection functionality allowing users to draw and translate arbitrary polygons

Assignment 2 map

2. Distribution Chart

  • Visualizes the distribution of shadow values for all seasons
  • Updates based on the user's polygon selection on the map
  • Provides comparative view of shadow patterns across different seasons

Interaction Features

  • Draw arbitrary polygons on the map to select areas of interest
  • Translate selected polygons to adjust the area of focus
  • Dynamic updates of the distribution chart based on map selection

Assignment 2 selection

Data Sources

Download the datasets here, and find more information here and here.

  • Accumulated shadow data for three key dates:
    • June 21 (summer solstice)
    • September 22 (autumnal equinox)
    • December 21 (winter solstice)
  • Shadow data aggregated at the street segment level
  • Time range: 1.5 hours after sunrise to 1.5 hours before sunset

Technical Implementation

Front-end

Back-end

  • Flask server to handle API requests
  • GeoPandas for processing and serving geospatial data

Setup Instructions

1. Front-end setup:

ng new vis
cd vis
ng generate component map
ng generate component chart
ng generate service data
npm install --save-dev d3 ol @types/d3 @types/ol
npm install

2. Back-end setup:

conda create --name geopandas
conda activate geopandas
conda install geopandas flask

About

A web application to visualize the distribution of accumulated street networks shadows for each season of the year.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published