Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.67 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.67 KB

Landscape Estimator 🌍🤖

AI-powered land area estimates.

🚀 What is this?

Landscape Estimator is a tool that uses AI, GIS data, and aerial imagery to estimate land areas for landscaping and property management. It combines:
Public GIS data for property sizes
Aerial analysis for estimating lawn areas
User-assisted polygon tracing for corrections
Next.js + TypeScript for modern web performance

🔧 How It Works

  1. Enter an Address → We pull public land area data.
  2. AI Analyzes Aerial Data → If data is missing, we estimate from images.
  3. User Refines the Estimate → Adjust land area with a simple UI.

🛠 Tech Stack

  • Frontend: Next.js (App Router), React, TypeScript
  • Backend: GIS APIs, AI/ML models (TBD)
  • Mapping: Google Maps API / Leaflet.js

🔽 Installation

git clone https://github.com/citizenbob/land-estimator.git  
cd landscape-estimator  
yarn install  
yarn dev  

🤝 Contributing

We’re building this in public—contributions, feedback, and issues are welcome!
1️⃣ Open an issue
2️⃣ Fork & submit a pull request
3️⃣ Join discussions

📜 License & Contributions

This project is publicly viewable for transparency and discussion but is not open-source.

  • You MAY: View the code, provide feedback, and contribute ideas.
  • You MAY NOT: Copy, modify, or redistribute this code without explicit permission.
  • All contributions are owned by Good Citizens Corporation.

This project is licensed under the Business Source License 1.1 (BUSL-1.1).
For details, see the LICENSE file.