File size: 29,101 Bytes
110eb15 2eb0f5c 44cdbab 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 3bd69a8 2eb0f5c 110eb15 2eb0f5c 3bd69a8 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 68ed193 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 68ed193 110eb15 68ed193 110eb15 68ed193 110eb15 68ed193 110eb15 68ed193 110eb15 2eb0f5c 44cdbab 2eb0f5c 44cdbab 2eb0f5c 44cdbab 2eb0f5c 44cdbab 2eb0f5c 44cdbab 2eb0f5c 44cdbab 2eb0f5c 44cdbab 2eb0f5c 44cdbab 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c 110eb15 2eb0f5c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 |
"""Streamlit frontend - Optimized One-Page UI for Land Redistribution Algorithm.
Single-page design with:
- Left: Configuration + Input
- Center: Action + Status
- Right: Results + Visualization
"""
import streamlit as st
import requests
import json
import plotly.graph_objects as go
from plotly.subplots import make_subplots
import pandas as pd
from typing import Dict, Any
import matplotlib.pyplot as plt
from shapely.geometry import shape, Polygon
import numpy as np
from plotly.subplots import make_subplots
import pandas as pd
from typing import Dict, Any
import os
from dotenv import load_dotenv
# Load environment variables
load_dotenv()
# Configuration - Support both local and production deployment
API_URL = os.getenv("API_URL", "http://localhost:8000")
# Page config - Wide layout for one-page design
st.set_page_config(
page_title="Land Redistribution Optimizer",
page_icon="🏘️",
layout="wide",
initial_sidebar_state="collapsed"
)
# Custom CSS for better styling
st.markdown("""
<style>
/* Main container styling */
.main .block-container {
padding: 1rem 2rem;
max-width: 100%;
}
/* Card-like sections */
.stExpander {
background-color: #f8f9fa;
border-radius: 8px;
border: 1px solid #e9ecef;
}
/* Button styling */
.stButton > button {
width: 100%;
border-radius: 8px;
font-weight: 600;
padding: 0.75rem 1rem;
}
/* Primary button */
.stButton > button[kind="primary"] {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border: none;
}
/* Section headers */
.section-header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
margin-bottom: 1rem;
}
/* Metric cards */
[data-testid="stMetricValue"] {
font-size: 1.5rem;
font-weight: 700;
}
/* Status box */
.status-ready { color: #28a745; font-weight: 600; }
.status-running { color: #ffc107; font-weight: 600; }
.status-error { color: #dc3545; font-weight: 600; }
/* Hide streamlit branding */
#MainMenu {visibility: hidden;}
footer {visibility: hidden;}
/* Responsive columns */
@media (max-width: 768px) {
.main .block-container {
padding: 0.5rem;
}
}
</style>
""", unsafe_allow_html=True)
# Header
st.markdown("""
<div style="text-align: center; padding: 1rem 0 2rem;">
<h1 style="margin: 0;">🏘️ Land Redistribution Optimizer</h1>
<p style="color: #6c757d; margin-top: 0.5rem;">
NSGA-II Grid Optimization + OR-Tools Block Subdivision
</p>
</div>
""", unsafe_allow_html=True)
# Initialize session state
if 'land_plot' not in st.session_state:
st.session_state.land_plot = None
if 'result' not in st.session_state:
st.session_state.result = None
if 'status' not in st.session_state:
st.session_state.status = 'ready'
# Main layout: 3 columns
col_config, col_action, col_result = st.columns([1.2, 1, 2])
# ==================== COLUMN 1: Configuration ====================
with col_config:
st.markdown("### ⚙️ Configuration")
# Quick Presets
with st.expander("🎯 Quick Presets", expanded=True):
preset = st.selectbox(
"Choose a preset:",
["Custom", "🚀 Fastest", "⚖️ Balanced", "🏆 Best Quality"],
help="Select a preset or use Custom to set your own values"
)
# Apply preset values
if preset == "🚀 Fastest":
default_pop = 20
default_gen = 50
default_ort = 0.5
elif preset == "⚖️ Balanced":
default_pop = 50
default_gen = 75
default_ort = 5.0
elif preset == "🏆 Best Quality":
default_pop = 150
default_gen = 150
default_ort = 15.0
else: # Custom
default_pop = 50
default_gen = 50
default_ort = 5.0
# Grid Optimization Parameters
with st.expander("🔲 Grid Optimization", expanded=True):
st.markdown("**Spacing (meters):**")
c1, c2 = st.columns(2)
with c1:
spacing_min = st.number_input(
"Min",
min_value=30.0,
max_value=150.0,
value=50.0,
step=5.0,
help="Minimum grid spacing"
)
with c2:
spacing_max = st.number_input(
"Max",
min_value=30.0,
max_value=200.0,
value=100.0,
step=5.0,
help="Maximum grid spacing"
)
st.markdown("**Rotation Angle (degrees):**")
c1, c2 = st.columns(2)
with c1:
angle_min = st.number_input(
"Min Angle",
min_value=0.0,
max_value=90.0,
value=0.0,
step=1.0,
help="Minimum rotation angle"
)
with c2:
angle_max = st.number_input(
"Max Angle",
min_value=0.0,
max_value=90.0,
value=90.0,
step=1.0,
help="Maximum rotation angle"
)
# Subdivision Parameters
with st.expander("📐 Lot Subdivision", expanded=True):
st.markdown("**Lot Width (meters):**")
c1, c2, c3 = st.columns(3)
with c1:
min_lot_width = st.number_input(
"Min",
min_value=10.0,
max_value=40.0,
value=20.0,
step=1.0,
help="Minimum lot width"
)
with c2:
target_lot_width = st.number_input(
"Target",
min_value=20.0,
max_value=100.0,
value=40.0,
step=5.0,
help="Target lot width"
)
with c3:
max_lot_width = st.number_input(
"Max",
min_value=40.0,
max_value=120.0,
value=80.0,
step=5.0,
help="Maximum lot width"
)
# Optimization Parameters
with st.expander("⚡ Optimization", expanded=False):
st.markdown("**NSGA-II Genetic Algorithm:**")
c1, c2 = st.columns(2)
with c1:
population_size = st.number_input(
"Population Size",
min_value=20,
max_value=200,
value=default_pop,
step=10,
help="Number of solutions per generation"
)
with c2:
generations = st.number_input(
"Generations",
min_value=50,
max_value=500,
value=default_gen,
step=10,
help="Number of evolution iterations"
)
st.markdown("**OR-Tools Solver:**")
ortools_time_limit = st.number_input(
"Time per Block (seconds)",
min_value=0.1,
max_value=60.0,
value=default_ort,
step=0.1,
help="Maximum time for solving each block"
)
# Show time estimate
est_time = (population_size * generations) / 50
if est_time > 60:
st.info(f"⏱️ Estimated time: ~{est_time//60:.0f} minutes")
else:
st.info(f"⏱️ Estimated time: ~{est_time:.0f} seconds")
if est_time > 600:
st.warning("⚠️ May timeout (>10 min). Consider reducing parameters.")
# Infrastructure Parameters
with st.expander("🏗️ Infrastructure", expanded=False):
road_width = st.number_input(
"Road Width (m)",
min_value=3.0,
max_value=10.0,
value=6.0,
step=0.5,
help="Width of roads between blocks"
)
block_depth = st.number_input(
"Block Depth (m)",
min_value=30.0,
max_value=100.0,
value=50.0,
step=5.0,
help="Depth of each block"
)
# ==================== COLUMN 2: Input & Action ====================
with col_action:
st.markdown("### 📍 Land Plot")
# Input method selection
input_method = st.radio(
"Input method:",
["Sample", "DXF Upload", "GeoJSON Upload", "Manual"],
horizontal=False
)
if input_method == "Sample":
# Predefined sample
sample_type = st.selectbox(
"Sample type:",
["Rectangle 100x100", "L-Shape", "Irregular", "Large Site"]
)
if sample_type == "Rectangle 100x100":
coords = [[[0, 0], [100, 0], [100, 100], [0, 100], [0, 0]]]
elif sample_type == "L-Shape":
coords = [[[0, 0], [60, 0], [60, 40], [40, 40], [40, 100], [0, 100], [0, 0]]]
elif sample_type == "Irregular":
coords = [[[0, 0], [80, 10], [100, 50], [90, 100], [20, 90], [0, 0]]]
else: # Large Site
coords = [[
[0, 0], [950, 50], [1000, 800], [400, 1100],
[100, 900], [-50, 400], [0, 0]
]]
st.session_state.land_plot = {
"type": "Polygon",
"coordinates": coords,
"properties": {"name": sample_type}
}
elif input_method == "DXF Upload":
st.info("📐 Upload DXF file containing site boundary (closed polyline)")
uploaded = st.file_uploader(
"DXF file",
type=['dxf'],
key="dxf_upload",
help="File should contain closed LWPOLYLINE or POLYLINE for site boundary"
)
if uploaded:
with st.spinner("⏳ Parsing DXF..."):
try:
# Upload to backend API
files = {"file": (uploaded.name, uploaded.getvalue(), "application/dxf")}
response = requests.post(f"{API_URL}/api/upload-dxf", files=files)
if response.status_code == 200:
data = response.json()
st.session_state.land_plot = data['polygon']
st.success(f"✅ {data['message']}")
st.info(f"📊 Area: {data['area']:.2f} m²")
else:
st.error(f"Failed to parse DXF: {response.text}")
st.session_state.land_plot = None
except Exception as e:
st.error(f"Error uploading DXF: {str(e)}")
st.session_state.land_plot = None
elif input_method == "GeoJSON Upload":
uploaded = st.file_uploader("GeoJSON file", type=['json', 'geojson'], key="geojson_upload")
if uploaded:
try:
data = json.load(uploaded)
if data['type'] == 'FeatureCollection':
st.session_state.land_plot = data['features'][0]['geometry']
else:
st.session_state.land_plot = data
st.success(f"✅ Loaded {uploaded.name}")
except Exception as e:
st.error(f"Invalid file: {e}")
st.session_state.land_plot = None
else: # Manual
coords_input = st.text_area(
"Coordinates (JSON):",
'''[
[0, 0],
[950, 50],
[1000, 800],
[400, 1100],
[100, 900],
[-50, 400],
[0, 0]
]''',
height=150
)
try:
coords = json.loads(coords_input)
st.session_state.land_plot = {
"type": "Polygon",
"coordinates": [coords],
"properties": {}
}
except:
st.error("Invalid JSON")
# Preview
if st.session_state.land_plot:
with st.expander("📋 Preview", expanded=False):
st.json(st.session_state.land_plot, expanded=False)
st.markdown("---")
# Status & Action
st.markdown("### 🚀 Execute")
# Status indicator
status = st.session_state.status
if status == 'ready':
st.success("✅ Ready to optimize")
elif status == 'running':
st.warning("⏳ Processing...")
elif status == 'complete':
st.success("✅ Complete!")
else:
st.error("❌ Error occurred")
# Run button
if st.button("🚀 Run Optimization", type="primary", use_container_width=True,
disabled=st.session_state.land_plot is None):
st.session_state.status = 'running'
config = {
"spacing_min": spacing_min,
"spacing_max": spacing_max,
"angle_min": angle_min,
"angle_max": angle_max,
"min_lot_width": min_lot_width,
"max_lot_width": max_lot_width,
"target_lot_width": target_lot_width,
"road_width": road_width,
"block_depth": block_depth,
"population_size": population_size,
"generations": generations,
"ortools_time_limit": ortools_time_limit
}
with st.spinner("Running NSGA-II + OR-Tools..."):
try:
# Show progress information
progress_text = st.empty()
progress_text.info(f"🔄 Starting optimization with {population_size} population × {generations} generations...")
response = requests.post(
f"{API_URL}/api/optimize",
json={
"config": config,
"land_plots": [st.session_state.land_plot]
},
timeout=600 # Increased to 10 minutes
)
progress_text.empty()
if response.status_code == 200:
st.session_state.result = response.json()
st.session_state.status = 'complete'
st.rerun()
else:
st.session_state.status = 'error'
st.error(f"API Error: {response.text[:200]}")
except requests.exceptions.Timeout:
st.session_state.status = 'error'
st.error(f"⏱️ Optimization timed out after 10 minutes. Try reducing Population ({population_size}) or Generations ({generations}).")
except requests.exceptions.ConnectionError:
st.session_state.status = 'error'
st.error("Cannot connect to API. Is backend running on port 8000?")
except Exception as e:
st.session_state.status = 'error'
st.error(f"Error: {str(e)}")
# Reset button
if st.session_state.result:
if st.button("🔄 Reset", use_container_width=True):
st.session_state.result = None
st.session_state.status = 'ready'
st.rerun()
# ==================== COLUMN 3: Results ====================
with col_result:
st.markdown("### 📊 Results")
if st.session_state.result is None:
# Show placeholder with input preview
st.info("Run optimization to see results here")
# Show input polygon preview
if st.session_state.land_plot:
coords = st.session_state.land_plot['coordinates'][0]
xs = [c[0] for c in coords]
ys = [c[1] for c in coords]
fig = go.Figure()
fig.add_trace(go.Scatter(
x=xs, y=ys,
fill='toself',
fillcolor='rgba(100, 126, 234, 0.2)',
line=dict(color='#667eea', width=2),
name='Input Land'
))
fig.update_layout(
height=400,
margin=dict(l=20, r=20, t=40, b=20),
title="Input Land Plot",
showlegend=False
)
fig.update_yaxes(scaleanchor="x", scaleratio=1)
st.plotly_chart(fig, use_container_width=True)
else:
result = st.session_state.result
stats = result.get('statistics', {})
# Metrics row
m1, m2, m3, m4 = st.columns(4)
with m1:
st.metric("🔲 Blocks", stats.get('total_blocks', 0))
with m2:
st.metric("🏠 Lots", stats.get('total_lots', 0))
with m3:
st.metric("🌳 Parks", stats.get('total_parks', 0))
with m4:
st.metric("📏 Avg Width", f"{stats.get('avg_lot_width', 0):.1f}m")
# Optimized parameters
st.markdown("**Optimized Parameters:**")
p1, p2 = st.columns(2)
with p1:
st.info(f"🔲 Spacing: **{stats.get('optimal_spacing', 0):.1f}m**")
with p2:
st.info(f"📐 Angle: **{stats.get('optimal_angle', 0):.1f}°**")
p1, p2 = st.columns(2)
with p1:
st.info(f"🔲 Spacing: **{stats.get('optimal_spacing', 0):.1f}m**")
with p2:
st.info(f"📐 Angle: **{stats.get('optimal_angle', 0):.1f}°**")
# === Notebook-Style Visualization (Matplotlib) ===
st.markdown("### 🗺️ Master Plan Visualization")
def plot_notebook_style(result_data):
"""
Replicate the Detailed 1/500 Planning Plot.
Includes: Roads, Setbacks, Zoning, Loop Network, Transformers, Drainage.
"""
try:
def plot_geometry(geom, **kwargs):
"""Helper to plot Polygon or MultiPolygon."""
if geom.geom_type == 'Polygon':
xs, ys = geom.exterior.xy
ax.fill(xs, ys, **kwargs)
elif geom.geom_type == 'MultiPolygon':
for poly in geom.geoms:
xs, ys = poly.exterior.xy
ax.fill(xs, ys, **kwargs)
def plot_outline(geom, **kwargs):
"""Helper to plot outline of Polygon or MultiPolygon."""
if geom.geom_type == 'Polygon':
xs, ys = geom.exterior.xy
ax.plot(xs, ys, **kwargs)
elif geom.geom_type == 'MultiPolygon':
for poly in geom.geoms:
xs, ys = poly.exterior.xy
ax.plot(xs, ys, **kwargs)
# Setup figure
fig, ax = plt.subplots(figsize=(12, 12))
ax.set_aspect('equal')
ax.set_facecolor('#f0f0f0')
# Retrieve features from final layout (Stage 3 includes everything)
features = result_data.get('final_layout', {}).get('features', [])
# 1. Draw Roads & Sidewalks (Layer 0)
for f in features:
if f['properties'].get('type') == 'road_network':
geom = shape(f['geometry'])
if not geom.is_empty:
plot_geometry(geom, color='#607d8b', alpha=0.3, label='Hạ tầng giao thông')
# 2. Draw Commercial Lots & Setbacks (Layer 1)
for f in features:
props = f['properties']
ftype = props.get('type')
if ftype == 'lot':
geom = shape(f['geometry'])
plot_outline(geom, color='black', linewidth=0.5)
plot_geometry(geom, color='#fff9c4', alpha=0.5)
elif ftype == 'setback':
geom = shape(f['geometry'])
plot_outline(geom, color='red', linestyle='--', linewidth=0.8, alpha=0.7)
# 3. Draw Service / Technical Areas (Layer 2)
for f in features:
props = f['properties']
ftype = props.get('type')
geom = shape(f['geometry'])
if ftype == 'xlnt':
plot_geometry(geom, color='#b2dfdb', alpha=0.9)
ax.text(geom.centroid.x, geom.centroid.y, "XLNT", ha='center', fontsize=8, color='black', weight='bold')
elif ftype == 'service':
plot_geometry(geom, color='#d1c4e9', alpha=0.9)
ax.text(geom.centroid.x, geom.centroid.y, "Điều hành", ha='center', fontsize=8, color='black', weight='bold')
elif ftype == 'park':
plot_geometry(geom, color='#f6ffed', alpha=0.5)
plot_outline(geom, color='green', linewidth=0.5, linestyle=':')
# 4. Draw Electrical Infrastructure (Loop)
for f in features:
if f['properties'].get('type') == 'connection':
line = shape(f['geometry'])
xs, ys = line.xy
ax.plot(xs, ys, color='blue', linestyle='-', linewidth=0.5, alpha=0.4)
# 5. Draw Transformers
for f in features:
if f['properties'].get('type') == 'transformer':
pt = shape(f['geometry'])
ax.scatter(pt.x, pt.y, c='red', marker='^', s=100, zorder=10)
# 6. Draw Drainage (Arrows)
for i, f in enumerate([feat for feat in features if feat['properties'].get('type') == 'drainage']):
if i % 3 == 0: # Sample to avoid clutter
line = shape(f['geometry'])
# Shapely LineString to Arrow
start = line.coords[0]
end = line.coords[1]
dx = end[0] - start[0]
dy = end[1] - start[1]
ax.arrow(start[0], start[1], dx, dy, head_width=5, head_length=5, fc='cyan', ec='cyan', alpha=0.6)
# Title
ax.set_title("QUY HOẠCH CHI TIẾT 1/500 (PRODUCTION READY)\n"
"Bao gồm: Đường phân cấp, Vạt góc, Chỉ giới XD, Điện mạch vòng, Thoát nước tự chảy", fontsize=14)
# Custom Legend
from matplotlib.lines import Line2D
custom_lines = [Line2D([0], [0], color='#fff9c4', lw=4),
Line2D([0], [0], color='red', linestyle='--', lw=1),
Line2D([0], [0], color='#607d8b', lw=4),
Line2D([0], [0], color='blue', lw=1),
Line2D([0], [0], marker='^', color='w', markerfacecolor='red', markersize=10),
Line2D([0], [0], color='cyan', lw=1, marker='>')]
ax.legend(custom_lines, ['Đất CN', 'Chỉ giới XD (Setback)', 'Đường giao thông', 'Cáp điện ngầm (Loop)', 'Trạm biến áp', 'Hướng thoát nước'], loc='lower right')
plt.tight_layout()
return fig
except Exception as e:
st.error(f"Plotting error: {e}")
return None
# Display Plot
fig = plot_notebook_style(result)
if fig:
st.pyplot(fig)
# Visualization (Plotly)
stages = result.get('stages', [])
if len(stages) >= 2:
fig = make_subplots(
rows=1, cols=2,
subplot_titles=('Stage 1: Grid Optimization', 'Stage 2: Subdivision'),
horizontal_spacing=0.05
)
# Stage 1: Grid blocks
for feature in stages[0]['geometry']['features']:
coords = feature['geometry']['coordinates'][0]
xs = [c[0] for c in coords]
ys = [c[1] for c in coords]
fig.add_trace(go.Scatter(
x=xs, y=ys,
fill='toself',
fillcolor='rgba(100, 126, 234, 0.5)',
line=dict(color='#667eea', width=1),
showlegend=False,
hoverinfo='skip'
), row=1, col=1)
# Stage 2: Lots and parks
for feature in stages[1]['geometry']['features']:
coords = feature['geometry']['coordinates'][0]
xs = [c[0] for c in coords]
ys = [c[1] for c in coords]
ftype = feature['properties'].get('type', 'lot')
color = 'rgba(255, 152, 0, 0.7)' if ftype == 'lot' else 'rgba(76, 175, 80, 0.7)'
line_color = '#ff9800' if ftype == 'lot' else '#4caf50'
fig.add_trace(go.Scatter(
x=xs, y=ys,
fill='toself',
fillcolor=color,
line=dict(color=line_color, width=1),
showlegend=False,
hoverinfo='text',
text=ftype.title()
), row=1, col=2)
fig.update_layout(
height=450,
margin=dict(l=20, r=20, t=40, b=20),
showlegend=False
)
fig.update_xaxes(scaleanchor="y", scaleratio=1)
fig.update_yaxes(scaleanchor="x", scaleratio=1)
st.plotly_chart(fig, use_container_width=True)
# Legend
st.markdown("""
<div style="display: flex; gap: 2rem; justify-content: center; padding: 0.5rem;">
<span style="display: flex; align-items: center; gap: 0.5rem;">
<div style="width: 20px; height: 20px; background: rgba(100, 126, 234, 0.5); border: 1px solid #667eea;"></div>
Grid Blocks
</span>
<span style="display: flex; align-items: center; gap: 0.5rem;">
<div style="width: 20px; height: 20px; background: rgba(255, 152, 0, 0.7); border: 1px solid #ff9800;"></div>
Residential Lots
</span>
<span style="display: flex; align-items: center; gap: 0.5rem;">
<div style="width: 20px; height: 20px; background: rgba(76, 175, 80, 0.7); border: 1px solid #4caf50;"></div>
Parks
</span>
</div>
""", unsafe_allow_html=True)
# Download section
st.markdown("---")
st.markdown("**📥 Download Results:**")
d1, d2, d3 = st.columns(3)
with d1:
if result.get('final_layout'):
st.download_button(
"📄 GeoJSON",
data=json.dumps(result['final_layout'], indent=2),
file_name="layout.geojson",
mime="application/json",
use_container_width=True
)
with d2:
st.download_button(
"📊 Full Report",
data=json.dumps(result, indent=2),
file_name="report.json",
mime="application/json",
use_container_width=True
)
with d3:
# DXF Export button
if st.button("📐 Export DXF", use_container_width=True, key="export_dxf"):
with st.spinner("Generating DXF..."):
try:
response = requests.post(
f"{API_URL}/api/export-dxf",
json={"result": result}
)
if response.status_code == 200:
st.download_button(
"⬇️ Download DXF",
data=response.content,
file_name="land_redistribution.dxf",
mime="application/dxf",
use_container_width=True,
key="download_dxf"
)
else:
st.error("Failed to generate DXF")
except Exception as e:
st.error(f"DXF export error: {str(e)}")
|