Skip to content

A Taipy demo to visualize industry agglomeration in the US

Notifications You must be signed in to change notification settings

Avaiga/demo-industry-agglom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏭 Measuring Industrial Agglomeration

Traditionally, industrial agglomeration is measured using a metric called Location Quotient (LQ). This metric is simple but has its limits. For example, less populated and remote counties will sometimes have high LQs, despite having low employment counts. This paper proposes a new metric to resolve these issues called Proximity Adjusted Location Quotients (PA-LQ or CLQ).

Map Selection

In this demo, you can explore LQs and CLQs for different industries and counties and notice the differences in the results.

How to use

  1. Install requirements using: pip install -r requirements.txt
  2. Run src/main.py (python src/main.py).