Commit History
Merge branch 'main' into equation-update 463a5f4 unverified
NOrentlicher commited on
Updated allometric equations (incl. generic mangrove ELSE option), planting schedule defaults, and documentation 1524dc6
Natalie commited on
Update allometric equations with corrected coefficients - R. racemosa: TB = 2.0738 路 (D虏H)^0.67628 (was 1.938) - A. germinans: TB = 1.5595 路 (D虏H)^0.55864 (was 1.486) - Updated allometry.py, config files, dashboard documentation, and tests 85ccbbb
malcolmSQ commited on
Fix download functionality with working CSV generation - Implement proper download functions that generate fresh CSV files - Use current parameter values to regenerate data for download - Create properly formatted CSV files with clean numeric data - Fix button click handlers to actually work - Update environment with correct Gradio version efb9a96
malcolmSQ commited on
Fix download functionality and import issues - Replace broken File components with working DownloadButton - Fix import paths to work without PYTHONPATH - Store raw data for proper CSV downloads - Update README with correct instructions - Improve UI layout by removing weird row layouts bc8f256
malcolmSQ commited on
Update README with correct dashboard run command 7b8bb25
malcolmSQ commited on
Fix Gradio component parameters for production deployment 88d4d9b
malcolmSQ commited on
Add download functionality to dashboard tables ea9f896
malcolmSQ commited on
Fix: Use cumulative soil carbon for all tables and outputs; remove cumsum from table logic fa68af3
malcolmSQ commited on
Fix: Apply buffer multiplier to soil carbon in all calculations, plots, and summaries 9be5734
malcolmSQ commited on
chore: accept LaTeX fixes for dashboard accordions 487ed8d
malcolmSQ commited on
fix: improve LaTeX formula compatibility for dashboard accordions 68e63b4
malcolmSQ commited on
Fix LaTeX math delimiters in model explanation and ER calculation accordions for proper rendering in Gradio 1a9cae5
malcolmSQ commited on
chore: remove Key Metrics summary from dashboard UI 03038b8
malcolmSQ commited on
chore: UI/UX cleanup, grouped accordions, tooltips as labels, compact mortality layout, reset button 2f8199f
malcolmSQ commited on
chore: code-cleanup UI/UX improvements, grouped accordions, tooltips as labels, compact mortality layout, reset button 316cc25
malcolmSQ commited on
WIP: update files before testing hugging-er build 60f987e
malcolmSQ commited on
fix: ensure to_native is at the very top of app.py and always in scope 2ce627e
malcolmSQ commited on
fix: move to_native to top of file to guarantee scope and prevent NameError c40d9fd
malcolmSQ commited on
fix: add to_native function to resolve NameError in update_declining_increment 9060008
malcolmSQ commited on
fix: explicitly pass project_duration, buffer_pct, and soil_carbon as keyword arguments in initial call to update_declining_increment 9b29bda
malcolmSQ commited on
fix: pass project_duration, buffer_pct, and soil_carbon as keyword arguments in initial call to update_declining_increment 2ce2d2a
malcolmSQ commited on
fix: use year_1 to year_10 and subsequent for mortality inputs, matching YAML structure 17da2d1
malcolmSQ commited on
feat: add mortality inputs for years 1-10 and subsequent, update both species, and fix UI assignment 8d81017
malcolmSQ commited on
fix: correct initial call to update_declining_increment to match new input signature 866f52b
malcolmSQ commited on
refactor: move model input UI to dashboard/inputs.py and fix initial call argument mismatch 43a1446
malcolmSQ commited on
feat: add independent input fields for both species (except mortality, which is mirrored) and update config accordingly ef84156
malcolmSQ commited on
feat: make more model parameters user-adjustable in dashboard UI (species_A, project, carbon) 1c67878
malcolmSQ commited on
feat: update logo path, fix project details UI, add mortality and carbon details to key model inputs d528a4f
malcolmSQ commited on
fix: ensure LaTeX block is a raw string for correct rendering in dashboard header 80c7573
malcolmSQ commited on
feat: add Sequestr logo, statement, and LaTeX model equation to dashboard header aa44d1d
malcolmSQ commited on
chore: add Sequestr logo image for dashboard header 652a455
malcolmSQ commited on
Add model description and key input params UI to dashboard (steps 1 and 2) f2ae770
malcolmSQ commited on
Add Hugging Face Spaces YAML metadata to README 42ce3bd
malcolmSQ commited on
Remove unused files and add .cursorignore before Hugging Face deployment 80ba3bb
malcolmSQ commited on
UI improvements: move Key Metrics, update plot color, modularize cumulative soil carbon 43df71b
malcolmSQ commited on
Finalize modularization, clean up UI, prep for new features ce27302
malcolmSQ commited on
Overwrite README with up-to-date modular, model-driven, and active/archived model documentation 280f88c
malcolmSQ commited on
Update README and model docs: reflect modular structure, active/archived models, and model-driven dashboard c5df41a
malcolmSQ commited on
Dashboard cleanup: remove per-hectare chart, improve table formatting, clarify table names and titles 9047195
malcolmSQ commited on
Update README: describe discrete and continuous declining increment models, config flag, and display names 3f105b6
malcolmSQ commited on
Add support for continuous declining increment growth; use display names for species in dashboard 560f9fd
malcolmSQ commited on
Fix: ensure all plots and tables display full 30-year duration (remove .head(30) truncation) 801d73b
malcolmSQ commited on
Add editable planting schedule to Declining Increment tab with live dashboard updates e0a99b2
malcolmSQ commited on
Refactor dashboard to show only the Declining Increment model tab bd976f6
malcolmSQ commited on
Update declining_increment.yaml to match notebook parameters (initial values, growth rates, mortality) 9b6d653
malcolmSQ commited on
Update README and add model-specific READMEs for all growth models 8b4903a
malcolmSQ commited on
Refactor declining_increment_growth to accumulate increments, fix negative height/DBH; enable robust multi-model support 0cefa06
malcolmSQ commited on
Update dashboard with improved metrics and parameter handling - Fixed per hectare calculations, added milestone comparisons, improved summary stats, updated README 0dba6f7
malcolmSQ commited on