Skip to content

Commit e0664c2

Browse files
committed
hex update
1 parent d29af8b commit e0664c2

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

src/index.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,17 @@
734734
</br>
735735
<div id="hexagon" class="row">
736736
<p class="text-center" style="font-size:2em"><strong>Trip Destinations by Hexagons</strong></p>
737-
<p class="text-center" style="font-size:1.2em">An area-weighted allocation approach was applied to redistribute TAZ-level trips into the hexagonal grid. TAZ polygons were intersected with hexagons, and trips were proportionally assigned to each overlapping fragment based on the ratio of fragment area to total TAZ area. This method effectively smooths spatial variation by distributing zonal totals across space according to geographic overlap rather than a simple spatial join of TAZs' centroids to hexagons.</p>
737+
<p class="text-center" style="font-size:1.2em">
738+
To distribute trips more accurately from Traffic Analysis Zones (TAZs) to the analysis grid, an area-weighted allocation method was applied. TAZ polygons were intersected with the 1-mile hexagon grid to create polygon fragments representing the spatial overlap between each TAZ and hexagon. For each fragment, trips were proportionally allocated based on the ratio of the fragment area to the total TAZ area:
739+
</p>
740+
741+
<p class="text-center" style="font-size:1.6em; font-weight:bold;">
742+
Allocated Trips = TAZ Trips × (Fragment Area / TAZ Area)
743+
</p>
744+
745+
<p class="text-center" style="font-size:1.2em">
746+
The allocated trips from all fragments within each hexagon were then summed to estimate the total number of trips associated with that hexagon. This approach ensures that trip totals are distributed spatially according to the actual geographic overlap between TAZs and hexagonal grid cells rather than relying on centroid-based assignment.
747+
</p>
738748
<div class="col-xs-12">
739749
<div class="row">
740750
<div class="col-xs-12 col-sm-3">
@@ -759,11 +769,12 @@
759769
</select>
760770
</div>
761771
</div> <!-- end row -->
772+
<div class="col-xs-12" style="margin-top:10px;">
773+
<strong>Legend</strong>
774+
</div>
775+
<div id="hexagonLegend" class="col-xs-12" style="margin-top:10px;"></div>
762776
<div class="col-xs-12" style="text-align: center;">
763-
<div style="width:1180px; margin: 0 auto;">
764-
<div id="hexagonLegend" style="margin-top:10px;"></div>
765-
<div id="hexagonMap" style="width:1180px;height:792px;margin-top:10px;"></div>
766-
</div>
777+
<div id="hexagonMap" style="width:1180px;height:792px;margin-top:10px;display: inline-block;"></div>
767778
</div>
768779
</div>
769780
</div>

0 commit comments

Comments
 (0)