> ## Documentation Index
> Fetch the complete documentation index at: https://terrascout.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Land Assemblage

> Find adjacent parcels under common ownership for development

Land assemblage—combining adjacent parcels into a single development site—is one of the most valuable skills in land acquisition. It's also one of the hardest to do at scale. Ploti makes it possible to scan an entire county and surface assemblage opportunities in seconds.

## The Opportunity

Assemblage opportunities are hidden in plain sight:

* A 20-acre development site might be three 7-acre parcels that don't show up in a "15+ acre" search
* Owners with multiple adjacent parcels are often motivated to sell as a package
* Same-owner assemblages mean one negotiation, not three
* These opportunities are invisible to anyone using traditional parcel searches

## Walkthrough: Finding Same-Owner Assemblages

Let's find vacant parcels where the same owner controls 3 or more adjacent parcels totaling over 20 acres—development-ready sites that would never appear in a standard acreage filter.

### Step 1: Select Your Search Area

First, select the boundary you want to search within.

<Frame>
  <img src="https://cdn.ploti.ai/static/examples/tutorial-boundary-selection.webp" alt="Selecting a county as the search boundary" />
</Frame>

### Step 2: Ask the Question

<Frame>
  <img src="https://cdn.ploti.ai/static/examples/general/land-assemblage/question.webp" alt="Asking Ploti to find same-owner assemblages" />
</Frame>

We asked:

> Find vacant parcels where the same owner controls 3 or more adjacent parcels totaling over 20 acres

This request requires something no simple filter can do:

* **Spatial adjacency detection** — which parcels physically touch?
* **Ownership grouping** — which adjacent parcels share an owner?
* **Combined acreage calculation** — what's the total when grouped?
* **Threshold filtering** — which groups meet 3+ parcels AND 20+ acres?

### Step 3: Review the Analysis Plan

Ploti creates a plan using `ST_ClusterDBSCAN` spatial clustering to identify connected groups of parcels:

<Frame>
  <img src="https://cdn.ploti.ai/static/examples/general/land-assemblage/plan.webp" alt="Ploti's spatial clustering analysis plan" />
</Frame>

The agent found 4,791 vacant parcels in the boundary, then analyzed which ones share boundaries and common ownership. It identified **13 assemblage opportunities** totaling over 600 acres.

### Step 4: Review the Results

<Frame>
  <img src="https://cdn.ploti.ai/static/examples/general/land-assemblage/checkpoint-result.webp" alt="Map showing 130 parcels across 13 assemblage opportunities" />
</Frame>

Ploti returned 130 parcels across 13 qualifying assemblages:

| Owner                          | Parcels | Total Acres | Location      | Zoning   |
| ------------------------------ | ------- | ----------- | ------------- | -------- |
| Orange County BCC              | 5       | 68.87       | Winter Garden | A-1, R-1 |
| Toll Southeast Company Inc     | 3       | 57.99       | Winter Garden | P-D      |
| Raymer F Maguire               | 3       | 39.46       | Winter Garden | PUD      |
| Lake Bennett Village-Ocoee LLC | 4       | 30.84       | Ocoee         | A-1      |
| Maine Blvd LLC                 | 3       | 27.49       | Ocoee         | R-3      |
| Toll Southeast Company Inc     | 5       | 26.69       | Windermere    | R-CE     |

### Step 5: Explore an Assemblage

Click any parcel to see the full assemblage. Here's a cluster of 5 adjacent parcels under common ownership:

<Frame>
  <img src="https://cdn.ploti.ai/static/examples/general/land-assemblage/zoomed-on-parcel-cluster.webp" alt="Zoomed view of an assemblage cluster" />
</Frame>

Each of these parcels individually is under 15 acres. A standard "20+ acre" search would miss all of them. But together, they form a 68-acre development site under single ownership.

## Why This Matters

This analysis is **literally impossible** with standard GIS tools.

Traditional platforms let you filter parcels by size, zoning, or owner name. But finding adjacent parcels under common ownership that *together* meet a size threshold? That requires:

1. Loading every parcel's geometry
2. Running spatial intersection algorithms to find adjacencies
3. Grouping parcels by owner
4. Calculating combined acreage per group
5. Filtering groups by parcel count and total size

In QGIS, you'd write Python scripts. In ArcGIS, you'd build complex model workflows. In most commercial platforms, you simply can't do it at all.

Ploti runs this analysis in seconds with a single sentence.

## The Time Savings

Without Ploti, finding these 13 assemblages would require:

1. Exporting all 4,791 vacant parcels with geometries
2. Loading into QGIS or ArcGIS Pro
3. Writing a Python script to detect adjacent parcels using spatial joins
4. Joining ownership data and grouping by owner
5. Calculating combined acreage for each group
6. Filtering for 3+ parcels and 20+ acres
7. Exporting results and cross-referencing with source data

**That's a full day of GIS analyst work—if you have the skills. Most land buyers don't.**

Ploti did it in 45 seconds.

## Leveling the Playing Field

Here's the real story: this type of spatial analysis has historically been available only to institutional investors and large developers with dedicated GIS teams.

A regional homebuilder or local investor looking at the same county would run a simple "20+ acre vacant" search and find maybe 50 parcels. They'd never see the 130 parcels across 13 assemblages that Ploti surfaced—because each individual parcel is too small to trigger the filter.

The institutional player with a GIS team? They'd find them. They'd reach out to Maine Blvd LLC about their 27-acre R-3 assemblage before anyone else knew it existed.

**Ploti gives everyone access to institutional-grade spatial analysis.** The playing field is level.

## Tips

* Same-owner assemblages mean one negotiation—much easier than multi-party deals
* Look for assemblages where the owner has held for 10+ years—often more motivated
* Check that all parcels in an assemblage have compatible zoning
* Owners with multiple parcels may offer package discounts to simplify their exit
* County-owned assemblages (like Orange County BCC above) may be surplus land available for sale

## Other Example Prompts

### Larger Assemblages

> Find same-owner assemblages where one owner controls 5+ adjacent vacant parcels totaling 50+ acres

For major subdivision opportunities.

### Long-Term Holder Assemblages

> Find vacant parcels where the same owner controls 2+ adjacent parcels totaling 15+ acres and hasn't sold in 10 years

Combines assemblage detection with motivated seller signals.

### Zoning-Specific Assemblages

> Find adjacent vacant parcels under common ownership totaling 20+ acres that are zoned for multifamily

Target specific development types.
