diff --git a/README.md b/README.md new file mode 100644 index 0000000..068ece8 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# SmartCane - Agricultural Intelligence Platform + +A multi-stage satellite imagery processing system for crop health analysis and harvest predictions in sugarcane farming operations. + +## Overview + +SmartCane processes 4-band satellite imagery (RGB + NIR) into actionable crop health insights using a sophisticated data pipeline spanning Python, R, and PHP. The system integrates satellite data from Planet Labs with field-level analysis, automated reporting, and harvest forecasting. + +### Core Features + +- **Weekly Satellite Monitoring**: 4-band GeoTIFF imagery acquisition and processing +- **Chlorophyll Index (CI) Analysis**: Crop health assessment with multi-temporal smoothing +- **Field-Level KPI Calculation**: Uniformity metrics, gap detection, weed risk assessment +- **Harvest Forecasting**: ML-powered yield predictions with growth trajectory analysis +- **Automated Reporting**: Weekly Word/HTML reports with field-specific alerts and recommendations + + +--- + +**Last Updated**: February 2026 +**Maintained By**: Resilience BV +**Repository**: https://github.com/TimonWeitkamp/smartcane_experimental_area diff --git a/r_app/90_CI_report_with_kpis_simple.Rmd b/r_app/90_CI_report_with_kpis_simple.Rmd index 8e92347..5a833db 100644 --- a/r_app/90_CI_report_with_kpis_simple.Rmd +++ b/r_app/90_CI_report_with_kpis_simple.Rmd @@ -1090,6 +1090,4 @@ ft <- flextable(metadata_info) %>% ft ``` -*This report was automatically generated by the SmartCane monitoring system. For questions or additional analysis, please contact the technical team.* -``` - +*This report was automatically generated by the SmartCane monitoring system. For questions or additional analysis, please contact the technical team.* \ No newline at end of file