345 lines
19 KiB
HTML
345 lines
19 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Field Intelligence vs Satellite Imagery | Landvex</title>
|
||
|
|
<meta name="description" content="Satellite imagery captures the top of things. Field intelligence captures storefronts, facades, and ground-level conditions. A comparison of both.">
|
||
|
|
<link rel="canonical" href="https://www.landvex.com/insights/field-intelligence-vs-satellite/">
|
||
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||
|
|
<link rel="manifest" href="/site.webmanifest">
|
||
|
|
<meta property="og:type" content="article">
|
||
|
|
<meta property="og:url" content="https://www.landvex.com/insights/field-intelligence-vs-satellite/">
|
||
|
|
<meta property="og:title" content="Field Intelligence vs. Satellite Imagery: What Cameras on the Ground See That Satellites Miss">
|
||
|
|
<meta property="og:description" content="A technical comparison of satellite imagery and field intelligence — strengths, blind spots, and optimal use cases for each.">
|
||
|
|
<meta property="og:image" content="https://www.landvex.com/og-image.jpg">
|
||
|
|
<meta name="twitter:card" content="summary_large_image">
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<style>
|
||
|
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||
|
|
:root { --blue: #0066FF; --blue-dark: #0052CC; --blue-light: rgba(0, 102, 255, 0.08); --text-primary: #1d1d1f; --text-secondary: #515154; --text-muted: #86868b; --bg: #ffffff; --bg-subtle: #f5f5f7; --border: rgba(0, 0, 0, 0.08); --radius-sm: 8px; --radius-md: 14px; }
|
||
|
|
html { scroll-behavior: smooth; }
|
||
|
|
body { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Inter', 'Helvetica Neue', Arial, sans-serif; background: var(--bg); color: var(--text-primary); line-height: 1.8; -webkit-font-smoothing: antialiased; }
|
||
|
|
a { color: var(--blue); text-decoration: none; }
|
||
|
|
a:hover { text-decoration: underline; }
|
||
|
|
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 56px; background: rgba(0,0,0,0.88); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid var(--border); }
|
||
|
|
.nav-logo { font-size: 17px; font-weight: 700; letter-spacing: -0.3px; color: var(--text-primary); text-decoration: none; }
|
||
|
|
.nav-links { display: flex; gap: 28px; list-style: none; }
|
||
|
|
.nav-links a { font-size: 14px; color: var(--text-secondary); transition: color 0.15s; text-decoration: none; }
|
||
|
|
.nav-links a:hover { color: var(--text-primary); }
|
||
|
|
.article-wrap { max-width: 680px; margin: 0 auto; padding: 100px 24px 80px; }
|
||
|
|
.breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 28px; display: flex; align-items: center; gap: 6px; }
|
||
|
|
.breadcrumb a { color: var(--blue); text-decoration: none; } .breadcrumb a:hover { text-decoration: underline; }
|
||
|
|
.breadcrumb-sep { color: var(--text-muted); }
|
||
|
|
.article-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
|
||
|
|
.category-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue); background: var(--blue-light); border-radius: var(--radius-sm); padding: 3px 9px; }
|
||
|
|
.article-date { font-size: 13px; color: var(--text-muted); font-weight: 500; }
|
||
|
|
h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 700; letter-spacing: -0.04em; line-height: 1.2; color: var(--text-primary); margin-bottom: 20px; }
|
||
|
|
.article-lead { font-size: 18px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
|
||
|
|
.article-body h2 { font-size: 1.2rem; font-weight: 700; letter-spacing: -0.025em; color: var(--text-primary); margin: 36px 0 14px; line-height: 1.35; }
|
||
|
|
.article-body p { font-size: 16px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; }
|
||
|
|
.article-body ul { margin: 0 0 20px 24px; }
|
||
|
|
.article-body li { font-size: 16px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 6px; }
|
||
|
|
.callout { background: var(--bg-subtle); border-left: 3px solid var(--blue); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 18px 22px; margin: 28px 0; }
|
||
|
|
.callout p { font-size: 15px; color: var(--text-primary); font-weight: 500; margin: 0; line-height: 1.7; }
|
||
|
|
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0 32px; }
|
||
|
|
.comparison-card { background: var(--bg-subtle); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px 18px; }
|
||
|
|
.comparison-card h3 { font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; }
|
||
|
|
.comparison-card ul { margin: 0 0 0 16px; }
|
||
|
|
.comparison-card li { font-size: 13.5px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 4px; }
|
||
|
|
.article-footer { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
|
||
|
|
.back-link { font-size: 14px; font-weight: 600; color: var(--blue); text-decoration: none; }
|
||
|
|
.back-link:hover { text-decoration: underline; }
|
||
|
|
.article-cta { font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; background: var(--blue); color: #1d1d1f; border-radius: var(--radius-sm); text-decoration: none; transition: background 0.15s; }
|
||
|
|
.article-cta:hover { background: var(--blue-dark); text-decoration: none; }
|
||
|
|
footer { background: var(--bg-subtle); border-top: 1px solid var(--border); padding: 40px 40px; margin-top: 40px; }
|
||
|
|
.footer-inner { max-width: 1080px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
|
||
|
|
.footer-logo { font-size: 16px; font-weight: 700; color: var(--text-primary); }
|
||
|
|
.footer-copy { font-size: 12px; color: var(--text-muted); margin-top: 3px; }
|
||
|
|
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
|
||
|
|
.footer-links a { font-size: 13px; color: var(--text-secondary); text-decoration: none; transition: color 0.15s; }
|
||
|
|
.footer-links a:hover { color: var(--blue); }
|
||
|
|
@media (max-width: 680px) { nav { padding: 0 20px; } .nav-links { display: none; } .article-wrap { padding: 88px 20px 60px; } .comparison-grid { grid-template-columns: 1fr; } footer { padding: 32px 20px; } .footer-inner { flex-direction: column; gap: 20px; } .article-footer { flex-direction: column; } }
|
||
|
|
</style>
|
||
|
|
<style>
|
||
|
|
@media (max-width: 640px) {
|
||
|
|
.hero h1 { font-size: 2rem !important; }
|
||
|
|
.hero p { font-size: 1rem !important; }
|
||
|
|
.card { padding: 1.5rem !important; }
|
||
|
|
.grid { grid-template-columns: 1fr !important; }
|
||
|
|
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
|
||
|
|
<script type="application/ld+json">
|
||
|
|
{
|
||
|
|
"@context": "https://schema.org",
|
||
|
|
"@type": [
|
||
|
|
"Organization",
|
||
|
|
"Corporation"
|
||
|
|
],
|
||
|
|
"@id": "https://landvex.com/#organization",
|
||
|
|
"name": "Landvex",
|
||
|
|
"alternateName": [
|
||
|
|
"LandveX",
|
||
|
|
"Landvex AB",
|
||
|
|
"LandveX AB"
|
||
|
|
],
|
||
|
|
"url": "https://landvex.com",
|
||
|
|
"logo": {
|
||
|
|
"@type": "ImageObject",
|
||
|
|
"url": "https://landvex.com/apple-touch-icon.png",
|
||
|
|
"width": 180,
|
||
|
|
"height": 180
|
||
|
|
},
|
||
|
|
"foundingDate": "2024",
|
||
|
|
"foundingLocation": {
|
||
|
|
"@type": "Place",
|
||
|
|
"addressLocality": "Tyresö",
|
||
|
|
"addressRegion": "Stockholm",
|
||
|
|
"addressCountry": "SE"
|
||
|
|
},
|
||
|
|
"legalName": "Landvex Inc",
|
||
|
|
"address": {
|
||
|
|
"@type": "PostalAddress",
|
||
|
|
"addressLocality": "Houston",
|
||
|
|
"addressRegion": "TX",
|
||
|
|
"addressCountry": "US"
|
||
|
|
},
|
||
|
|
"location": [
|
||
|
|
{
|
||
|
|
"@type": "Place",
|
||
|
|
"name": "Houston, Texas, USA (US HQ)",
|
||
|
|
"address": {
|
||
|
|
"@type": "PostalAddress",
|
||
|
|
"addressLocality": "Houston",
|
||
|
|
"addressRegion": "TX",
|
||
|
|
"addressCountry": "US"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"@type": "Place",
|
||
|
|
"name": "Tyresö, Sweden (EU HQ)",
|
||
|
|
"address": {
|
||
|
|
"@type": "PostalAddress",
|
||
|
|
"addressLocality": "Tyresö",
|
||
|
|
"addressRegion": "Stockholm",
|
||
|
|
"addressCountry": "SE"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"taxID": "pending-EIN",
|
||
|
|
"description": "Landvex is a decision intelligence company that identifies contradictions between official narratives and observed physical reality. Using the quiXzoom field observation network and the AMOS AI analysis engine, Landvex delivers infrastructure risk indexes, urban intelligence scores, and contradiction reports to infrastructure owners, municipalities, enterprises, and investors globally.",
|
||
|
|
"disambiguatingDescription": "Landvex (LandveX) is a decision intelligence company with US headquarters in Houston, Texas (Landvex Inc.) and European headquarters in Tyresö, Sweden (Landvex AB, org.nr 559141-7042). Landvex delivers control intelligence — infrastructure risk scores, urban intelligence, and contradiction analysis — to municipalities, enterprises, infrastructure operators and investors. Landvex is not a UK meat wholesaler, food distributor, logistics company, package tracker, or land investment platform.",
|
||
|
|
"knowsAbout": [
|
||
|
|
"control intelligence",
|
||
|
|
"decision intelligence",
|
||
|
|
"infrastructure risk assessment",
|
||
|
|
"urban intelligence",
|
||
|
|
"field data collection",
|
||
|
|
"contradiction detection",
|
||
|
|
"physical world analytics",
|
||
|
|
"geospatial analytics"
|
||
|
|
],
|
||
|
|
"brand": {
|
||
|
|
"@type": "Brand",
|
||
|
|
"name": "Landvex",
|
||
|
|
"slogan": "Control intelligence for the physical world."
|
||
|
|
},
|
||
|
|
"sameAs": [
|
||
|
|
"https://landvex.com",
|
||
|
|
"https://www.linkedin.com/company/landvex",
|
||
|
|
"https://x.com/landvex",
|
||
|
|
"https://twitter.com/landvex",
|
||
|
|
"https://www.crunchbase.com/organization/landvex",
|
||
|
|
"https://github.com/landvex",
|
||
|
|
"https://www.instagram.com/landvex"
|
||
|
|
],
|
||
|
|
"contactPoint": {
|
||
|
|
"@type": "ContactPoint",
|
||
|
|
"email": "contact@landvex.com",
|
||
|
|
"contactType": "sales"
|
||
|
|
},
|
||
|
|
"slogan": "Where reported reality conflicts with observed reality."
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<script type="application/ld+json">
|
||
|
|
{
|
||
|
|
"@context": "https://schema.org",
|
||
|
|
"@type": "Article",
|
||
|
|
"headline": "Field Intelligence vs. Satellite Imagery: What Cameras on the Ground See That Satellites Miss",
|
||
|
|
"description": "A comparison of ground-based field intelligence and satellite imagery for infrastructure and urban monitoring.",
|
||
|
|
"datePublished": "2026-06-01",
|
||
|
|
"dateModified": "2026-06-01",
|
||
|
|
"author": {
|
||
|
|
"@id": "https://landvex.com/#organization"
|
||
|
|
},
|
||
|
|
"publisher": {
|
||
|
|
"@id": "https://landvex.com/#organization"
|
||
|
|
},
|
||
|
|
"mainEntityOfPage": {
|
||
|
|
"@type": "WebPage",
|
||
|
|
"@id": "https://landvex.com/insights/field-intelligence-vs-satellite/"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<script type="application/ld+json">
|
||
|
|
{
|
||
|
|
"@context": "https://schema.org",
|
||
|
|
"@type": "BreadcrumbList",
|
||
|
|
"itemListElement": [
|
||
|
|
{
|
||
|
|
"@type": "ListItem",
|
||
|
|
"position": 1,
|
||
|
|
"name": "Landvex",
|
||
|
|
"item": "https://landvex.com/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"@type": "ListItem",
|
||
|
|
"position": 2,
|
||
|
|
"name": "Insights",
|
||
|
|
"item": "https://landvex.com/insights/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"@type": "ListItem",
|
||
|
|
"position": 3,
|
||
|
|
"name": "Field Intelligence vs. Satellite Imagery: What Cameras on the Ground See That Satellites Miss",
|
||
|
|
"item": "https://landvex.com/insights/field-intelligence-vs-satellite/"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<nav>
|
||
|
|
<a class="nav-logo" href="/">LandveX</a>
|
||
|
|
<ul class="nav-links">
|
||
|
|
<li><a href="/#how-it-works">How it works</a></li>
|
||
|
|
<li><a href="/#verticals">Verticals</a></li>
|
||
|
|
<li><a href="/methodology/">Methodology</a></li>
|
||
|
|
<li><a href="/insights/">Insights</a></li>
|
||
|
|
<li><a href="/enterprise/">Enterprise</a></li>
|
||
|
|
<li><a href="/#contact">Contact</a></li>
|
||
|
|
</ul>
|
||
|
|
</nav>
|
||
|
|
|
||
|
|
<article class="article-wrap">
|
||
|
|
|
||
|
|
<div class="breadcrumb">
|
||
|
|
<a href="/">Landvex</a>
|
||
|
|
<span class="breadcrumb-sep">/</span>
|
||
|
|
<a href="/insights/">Insights</a>
|
||
|
|
<span class="breadcrumb-sep">/</span>
|
||
|
|
<span>Field Intelligence vs. Satellite</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="article-meta">
|
||
|
|
<span class="category-badge">Technology</span>
|
||
|
|
<span class="article-date">June 2026</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h1>Field Intelligence vs. Satellite Imagery: What Cameras on the Ground See That Satellites Miss</h1>
|
||
|
|
|
||
|
|
<p class="article-lead">Satellite imagery is a powerful tool. It covers vast areas at consistent cadence, enabling change detection at continental scale. But it captures the world from above. The built environment presents most of its meaningful condition signals horizontally — at street level, on facades, in storefronts and signage. This is the gap that field intelligence fills.</p>
|
||
|
|
|
||
|
|
<div class="article-body">
|
||
|
|
|
||
|
|
<h2>What Satellites Do Well</h2>
|
||
|
|
<p>The strengths of satellite imagery are genuine and well-established. High-resolution commercial satellites can resolve objects at sub-meter scale, cover entire metropolitan areas in a single pass, and return to the same location at intervals ranging from days to hours depending on the constellation. For certain categories of intelligence, this combination of coverage and cadence is unmatched.</p>
|
||
|
|
<p>Satellite imagery excels at detecting:</p>
|
||
|
|
<ul>
|
||
|
|
<li>Land use change and new construction from above</li>
|
||
|
|
<li>Vegetation health, deforestation and agricultural change</li>
|
||
|
|
<li>Large-scale infrastructure changes — new roads, expanded facilities</li>
|
||
|
|
<li>Rooftop conditions including solar installation, HVAC equipment and structural damage visible from above</li>
|
||
|
|
<li>Flood extent, fire perimeter and other macroscale environmental events</li>
|
||
|
|
<li>Vehicle and shipping container counts for economic activity proxying</li>
|
||
|
|
</ul>
|
||
|
|
<p>These are legitimate use cases with substantial commercial and governmental value. The question is not whether satellites are useful — they clearly are — but where their observational perspective creates blind spots that a different data source must fill.</p>
|
||
|
|
|
||
|
|
<h2>What Satellites Systematically Miss</h2>
|
||
|
|
<p>The fundamental limitation of satellite imagery is the viewing angle. Satellites see the tops of buildings, not the fronts. The built environment presents the majority of its condition signals in the vertical plane: facades, windows, doors, ground-floor commercial activity, signage, street-level access points, drainage and surface infrastructure.</p>
|
||
|
|
|
||
|
|
<div class="callout">
|
||
|
|
<p>A building's roof may appear intact from above while its facade shows visible cracking, water damage and deferred maintenance. Satellite imagery would classify the building as structurally sound. Field observation would flag it as at-risk.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<p>The categories of intelligence that satellite imagery cannot capture include:</p>
|
||
|
|
<ul>
|
||
|
|
<li><strong>Facade condition:</strong> Cracks, staining, spalling, joint failures and cladding issues that signal structural deterioration are all presented vertically and invisible from above.</li>
|
||
|
|
<li><strong>Commercial activity signals:</strong> Whether a storefront is operating, vacant, newly opened or recently closed is observable from street level through signage, lighting, window merchandising and foot traffic — none of which is visible from orbit.</li>
|
||
|
|
<li><strong>Ground-level infrastructure:</strong> Pavement condition, drainage grates, utility access points, kerb condition and street furniture are all horizontal plane features that satellite imagery cannot resolve with actionable granularity.</li>
|
||
|
|
<li><strong>Signage and operational status:</strong> Business names, hours, regulatory notices and condition indicators on buildings communicate real-time operational status. This information lives on facades and windows.</li>
|
||
|
|
<li><strong>Temporal density:</strong> Even the highest-cadence commercial satellite revisit rates measure in days. Field observation can document a location within hours of a change event.</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<div class="comparison-grid">
|
||
|
|
<div class="comparison-card">
|
||
|
|
<h3>Satellite Imagery — Strengths</h3>
|
||
|
|
<ul>
|
||
|
|
<li>Large area coverage</li>
|
||
|
|
<li>Consistent geometric basis</li>
|
||
|
|
<li>Vegetation and land use</li>
|
||
|
|
<li>Roof and top-surface conditions</li>
|
||
|
|
<li>Macroscale change detection</li>
|
||
|
|
<li>Historical archive depth</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div class="comparison-card">
|
||
|
|
<h3>Field Intelligence — Strengths</h3>
|
||
|
|
<ul>
|
||
|
|
<li>Facade and ground-level conditions</li>
|
||
|
|
<li>Commercial activity signals</li>
|
||
|
|
<li>Signage and operational status</li>
|
||
|
|
<li>Street infrastructure detail</li>
|
||
|
|
<li>Hours-level temporal density</li>
|
||
|
|
<li>Contextual human observation</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2>The quiXzoom Perspective</h2>
|
||
|
|
<p>The quiXzoom observation network is built on a simple insight: the most important intelligence about a physical location is often what you see when you stand in front of it, not what you see when you look down on it from 500 kilometres above.</p>
|
||
|
|
<p>quiXzoom contributors — Zoomers — document physical conditions at street level. They photograph facades, record signage changes, note vacancy and operational status, and flag infrastructure conditions that no satellite pass could reveal. Each observation is GPS-stamped and timestamped, creating a verifiable ground-truth record that complements satellite-derived data layers.</p>
|
||
|
|
<p>Update frequency is a key differentiator. A commercial satellite revisit might happen every three days. A quiXzoom task can be executed within hours of assignment. For time-sensitive intelligence — a business closure, a structural incident, a regulatory action — field observation provides a temporal resolution that satellite imagery cannot match.</p>
|
||
|
|
|
||
|
|
<h2>Combining Both: The Integrated Approach</h2>
|
||
|
|
<p>The strongest intelligence picture combines both perspectives. Satellite data provides the macroscale baseline: land use, building footprints, historical change. Field intelligence fills the vertical plane: facade condition, operational status, ground-level detail. Neither source alone provides a complete picture of the physical world.</p>
|
||
|
|
<p>Landvex integrates field observation data with available remote sensing layers to produce contradiction scores that account for both perspectives. Where satellite data and field observation converge, confidence is high. Where they diverge, the contradiction itself is the signal. The building that appears intact from above but shows facade deterioration at ground level is precisely the kind of asset that integrated analysis surfaces — and that no single-source approach would detect.</p>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="article-footer">
|
||
|
|
<a class="back-link" href="/insights/">← Back to Insights</a>
|
||
|
|
<a class="article-cta" href="/#contact">Talk to Landvex →</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
<div class="footer-inner">
|
||
|
|
<div>
|
||
|
|
<div class="footer-logo">Landvex</div>
|
||
|
|
<div class="footer-copy">© 2026 Landvex Inc · Decision intelligence for the physical world.</div>
|
||
|
|
</div>
|
||
|
|
<div class="footer-links">
|
||
|
|
<a href="/">landvex.com</a>
|
||
|
|
<a href="/insights/">Insights</a>
|
||
|
|
<a href="/methodology/">Methodology</a>
|
||
|
|
<a href="/privacy/">Privacy</a>
|
||
|
|
<a href="mailto:contact@landvex.com">contact@landvex.com</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</footer>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|