48ea61cdcc
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
646 lines
31 KiB
HTML
646 lines
31 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>What is Field Intelligence? 2026 Guide | LandveX</title>
|
|
<meta name="description" content="Complete guide to field intelligence: what it is, how it works, and why it matters for infrastructure, real estate, and government decision-making. Learn about AI-powered field observation and predictive analytics.">
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Article",
|
|
"headline": "What is Field Intelligence? A Complete Guide for 2026",
|
|
"description": "Comprehensive guide explaining field intelligence, its applications, and how AI-powered observation transforms infrastructure decision-making.",
|
|
"author": {
|
|
"@type": "Organization",
|
|
"name": "LandveX"
|
|
},
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "LandveX",
|
|
"logo": {
|
|
"@type": "ImageObject",
|
|
"url": "https://landvex.com/assets/landvex-logo.svg"
|
|
}
|
|
},
|
|
"datePublished": "2026-07-02",
|
|
"dateModified": "2026-07-02",
|
|
"mainEntityOfPage": {
|
|
"@type": "WebPage",
|
|
"@id": "https://landvex.com/what-is-field-intelligence"
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "FAQPage",
|
|
"mainEntity": [
|
|
{
|
|
"@type": "Question",
|
|
"name": "What is field intelligence?",
|
|
"acceptedAnswer": {
|
|
"@type": "Answer",
|
|
"text": "Field intelligence is the process of collecting, analyzing, and transforming physical world observations into actionable insights. It combines field data collection (video, photos, sensors) with AI analysis to provide predictive scoring, risk assessment, and decision support for infrastructure, real estate, and urban planning."
|
|
}
|
|
},
|
|
{
|
|
"@type": "Question",
|
|
"name": "How does field intelligence differ from traditional data collection?",
|
|
"acceptedAnswer": {
|
|
"@type": "Answer",
|
|
"text": "Traditional data collection provides static snapshots of conditions. Field intelligence uses continuous video observation, AI orchestration, and predictive models to identify trends, predict failures, and provide early warnings. It transforms raw data into structured intelligence with 0-100 scoring."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
line-height: 1.6;
|
|
color: #1a1a2e;
|
|
background: #f8f9fa;
|
|
}
|
|
.container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
|
|
|
|
header {
|
|
background: #1a1a2e;
|
|
color: white;
|
|
padding: 1rem 0;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 100;
|
|
}
|
|
.header-content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
}
|
|
.logo { font-size: 1.5rem; font-weight: 700; }
|
|
.logo span { color: #e94560; }
|
|
.nav-links a {
|
|
color: white;
|
|
text-decoration: none;
|
|
margin-left: 2rem;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.hero {
|
|
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
|
|
color: white;
|
|
padding: 4rem 0;
|
|
text-align: center;
|
|
}
|
|
.hero h1 {
|
|
font-size: 2.5rem;
|
|
margin-bottom: 1rem;
|
|
line-height: 1.2;
|
|
}
|
|
.hero p {
|
|
font-size: 1.2rem;
|
|
opacity: 0.9;
|
|
max-width: 700px;
|
|
margin: 0 auto 2rem;
|
|
}
|
|
.cta-button {
|
|
display: inline-block;
|
|
background: #e94560;
|
|
color: white;
|
|
padding: 1rem 2rem;
|
|
border-radius: var(--radius-md);
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
margin: 0.5rem;
|
|
}
|
|
|
|
.content-section {
|
|
padding: 3rem 0;
|
|
background: white;
|
|
}
|
|
.content-section h2 {
|
|
font-size: 1.8rem;
|
|
margin-bottom: 1.5rem;
|
|
color: #1a1a2e;
|
|
}
|
|
.content-section h3 {
|
|
font-size: 1.4rem;
|
|
margin: 2rem 0 1rem;
|
|
color: #1a1a2e;
|
|
}
|
|
.content-section p {
|
|
margin-bottom: 1rem;
|
|
font-size: 1.1rem;
|
|
}
|
|
.content-section ul {
|
|
margin: 1rem 0 1rem 2rem;
|
|
}
|
|
.content-section li {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.definition-box {
|
|
background: #f0f4f8;
|
|
border-left: 4px solid #e94560;
|
|
padding: 1.5rem;
|
|
margin: 2rem 0;
|
|
border-radius: 0 8px 8px 0;
|
|
}
|
|
.definition-box h3 {
|
|
margin-top: 0;
|
|
color: #e94560;
|
|
}
|
|
|
|
.process-steps {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
gap: 1.5rem;
|
|
margin: 2rem 0;
|
|
}
|
|
.step {
|
|
background: #f8f9fa;
|
|
padding: 1.5rem;
|
|
border-radius: var(--radius-md);
|
|
text-align: center;
|
|
}
|
|
.step-number {
|
|
font-size: 2rem;
|
|
font-weight: 700;
|
|
color: #e94560;
|
|
}
|
|
.step h4 {
|
|
margin: 0.5rem 0;
|
|
}
|
|
|
|
.applications-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
|
gap: 1.5rem;
|
|
margin: 2rem 0;
|
|
}
|
|
.application-card {
|
|
background: white;
|
|
border: 2px solid #e0e0e0;
|
|
padding: 1.5rem;
|
|
border-radius: var(--radius-md);
|
|
}
|
|
.application-card h4 {
|
|
color: #1a1a2e;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.faq {
|
|
padding: 3rem 0;
|
|
background: #f8f9fa;
|
|
}
|
|
.faq-item {
|
|
margin-bottom: 1.5rem;
|
|
padding: 1.5rem;
|
|
background: white;
|
|
border-radius: var(--radius-md);
|
|
}
|
|
.faq-item h3 {
|
|
color: #1a1a2e;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.cta-section {
|
|
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
|
|
color: white;
|
|
padding: 4rem 0;
|
|
text-align: center;
|
|
}
|
|
|
|
footer {
|
|
background: #1a1a2e;
|
|
color: white;
|
|
padding: 2rem 0;
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.hero h1 { font-size: 1.8rem; }
|
|
.nav-links { display: none; }
|
|
}
|
|
</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>
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="header-content">
|
|
<div class="logo">Land<span>veX</span></div>
|
|
<nav class="nav-links">
|
|
<a href="/">Home</a>
|
|
<a href="/methodology/">Methodology</a>
|
|
<a href="/enterprise/">Enterprise</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="hero">
|
|
<div class="container">
|
|
<h1>What is Field Intelligence?</h1>
|
|
<p>The complete guide to understanding how AI-powered field observation transforms infrastructure decision-making in 2026.</p>
|
|
<a href="#definition" class="cta-button">Read Guide</a>
|
|
<a href="/enterprise/" class="cta-button" style="background: transparent; border: 2px solid white;">See It In Action</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="content-section" id="definition">
|
|
<div class="container">
|
|
<h2>Field Intelligence Defined</h2>
|
|
|
|
<div class="definition-box">
|
|
<h3>Definition</h3>
|
|
<p><strong>Field intelligence</strong> is the systematic process of collecting physical world observations through video, imagery, and sensor data, then applying artificial intelligence to transform those observations into structured, actionable insights for decision-making.</p>
|
|
</div>
|
|
|
|
<p>Unlike traditional data collection that provides static snapshots, field intelligence creates a continuously learning system that:</p>
|
|
<ul>
|
|
<li><strong>Observes</strong> — Captures 4K/8K video, GPS coordinates, timestamps, and environmental metadata</li>
|
|
<li><strong>Analyzes</strong> — Uses AI orchestration to classify scenes, detect objects, assess conditions, and identify risks</li>
|
|
<li><strong>Scores</strong> — Reduces complex reality into comparable 0-100 indices for risk, opportunity, growth, and quality</li>
|
|
<li><strong>Predicts</strong> — Identifies trends and predicts future conditions before they become visible in official data</li>
|
|
<li><strong>Improves</strong> — Continuously learns from every observation to increase accuracy and reduce uncertainty</li>
|
|
</ul>
|
|
|
|
<h3>How Field Intelligence Works</h3>
|
|
|
|
<div class="process-steps">
|
|
<div class="step">
|
|
<div class="step-number">01</div>
|
|
<h4>Capture</h4>
|
|
<p>Mobile apps, drones, body cameras, and vehicle-mounted systems collect continuous video with full metadata</p>
|
|
</div>
|
|
<div class="step">
|
|
<div class="step-number">02</div>
|
|
<h4>Orchestrate</h4>
|
|
<p>AI engine routes observations to specialist models for scene classification, object detection, and risk assessment</p>
|
|
</div>
|
|
<div class="step">
|
|
<div class="step-number">03</div>
|
|
<h4>Validate</h4>
|
|
<p>Human-in-the-loop validation ensures accuracy while training future AI models through RALE</p>
|
|
</div>
|
|
<div class="step">
|
|
<div class="step-number">04</div>
|
|
<h4>Score</h4>
|
|
<p>Observations are converted into standardized 0-100 indices for comparison across locations and time</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h3>Field Intelligence vs Traditional Methods</h3>
|
|
|
|
<table style="width: 100%; border-collapse: collapse; margin: 2rem 0;">
|
|
<thead>
|
|
<tr style="background: #1a1a2e; color: white;">
|
|
<th style="padding: 1rem; text-align: left;">Aspect</th>
|
|
<th style="padding: 1rem; text-align: left;">Field Intelligence</th>
|
|
<th style="padding: 1rem; text-align: left;">Traditional Methods</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr style="border-bottom: 1px solid #e0e0e0;">
|
|
<td style="padding: 1rem;"><strong>Data Collection</strong></td>
|
|
<td style="padding: 1rem;">Continuous video + metadata</td>
|
|
<td style="padding: 1rem;">Periodic photos or manual notes</td>
|
|
</tr>
|
|
<tr style="border-bottom: 1px solid #e0e0e0;">
|
|
<td style="padding: 1rem;"><strong>Analysis</strong></td>
|
|
<td style="padding: 1rem;">AI-powered, automated</td>
|
|
<td style="padding: 1rem;">Manual review, subjective</td>
|
|
</tr>
|
|
<tr style="border-bottom: 1px solid #e0e0e0;">
|
|
<td style="padding: 1rem;"><strong>Output</strong></td>
|
|
<td style="padding: 1rem;">Predictive scores (0-100)</td>
|
|
<td style="padding: 1rem;">Descriptive reports</td>
|
|
</tr>
|
|
<tr style="border-bottom: 1px solid #e0e0e0;">
|
|
<td style="padding: 1rem;"><strong>Frequency</strong></td>
|
|
<td style="padding: 1rem;">Continuous, real-time</td>
|
|
<td style="padding: 1rem;">Annual or quarterly</td>
|
|
</tr>
|
|
<tr style="border-bottom: 1px solid #e0e0e0;">
|
|
<td style="padding: 1rem;"><strong>Scale</strong></td>
|
|
<td style="padding: 1rem;">100+ cities simultaneously</td>
|
|
<td style="padding: 1rem;">Limited by staff availability</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 1rem;"><strong>Learning</strong></td>
|
|
<td style="padding: 1rem;">Improves with every observation</td>
|
|
<td style="padding: 1rem;">Static, requires manual updates</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="content-section" style="background: #f8f9fa;">
|
|
<div class="container">
|
|
<h2>Applications of Field Intelligence</h2>
|
|
|
|
<div class="applications-grid">
|
|
<div class="application-card">
|
|
<h4> Municipal Government</h4>
|
|
<p>Prioritize infrastructure investments, monitor public space conditions, and identify maintenance needs before they become expensive problems.</p>
|
|
</div>
|
|
<div class="application-card">
|
|
<h4><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2 14H14M4 14V8L8 4L12 8V14" stroke="#666" stroke-width="1.5" stroke-linejoin="round"/><path d="M6 14V10H10V14" stroke="#666" stroke-width="1.5"/></svg> Infrastructure Operators</h4>
|
|
<p>Monitor bridges, roads, and utilities continuously. Predict failures before they occur and optimize maintenance schedules.</p>
|
|
</div>
|
|
<div class="application-card">
|
|
<h4><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="3" y="2" width="10" height="12" rx="1" stroke="#666" stroke-width="1.5"/><path d="M6 5H7M6 8H7M6 11H7M9 5H10M9 8H10M9 11H10" stroke="#666" stroke-width="1.5" stroke-linecap="round"/></svg> Real Estate</h4>
|
|
<p>Assess property conditions at scale, identify growth zones, and validate site potential with objective data.</p>
|
|
</div>
|
|
<div class="application-card">
|
|
<h4> Insurance</h4>
|
|
<p>Validate claims, assess pre-loss risk, and monitor property conditions for underwriting decisions.</p>
|
|
</div>
|
|
<div class="application-card">
|
|
<h4><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9 2L5 9H8L7 14L11 7H8L9 2Z" fill="#f59e0b"/></svg> Utilities & Energy</h4>
|
|
<p>Map grid infrastructure, monitor solar/wind assets, and identify capacity constraints before outages occur.</p>
|
|
</div>
|
|
<div class="application-card">
|
|
<h4> Logistics</h4>
|
|
<p>Optimize last-mile networks, assess depot locations, and monitor route conditions for fleet efficiency.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="content-section">
|
|
<div class="container">
|
|
<h2>Why Field Intelligence Matters in 2026</h2>
|
|
|
|
<h3>The Data Gap Problem</h3>
|
|
<p>Most infrastructure decisions are made with outdated or incomplete data. Official reports may be months or years old. Manual inspections are expensive and infrequent. The result: decisions based on assumptions rather than current reality.</p>
|
|
|
|
<h3>The Intelligence Solution</h3>
|
|
<p>Field intelligence closes this gap by providing:</p>
|
|
<ul>
|
|
<li><strong>Currency</strong> — Observations from days or hours ago, not months</li>
|
|
<li><strong>Objectivity</strong> — AI analysis eliminates human bias and inconsistency</li>
|
|
<li><strong>Scale</strong> — Monitor thousands of assets simultaneously</li>
|
|
<li><strong>Prediction</strong> — Identify problems before they become visible</li>
|
|
<li><strong>Traceability</strong> — Every score links back to source observations</li>
|
|
</ul>
|
|
|
|
<h3>Real-World Impact</h3>
|
|
<p>Organizations using field intelligence report:</p>
|
|
<ul>
|
|
<li>40% reduction in emergency maintenance costs</li>
|
|
<li>60% faster identification of infrastructure risks</li>
|
|
<li>3x improvement in asset prioritization accuracy</li>
|
|
<li>85% reduction in manual inspection time</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="faq">
|
|
<div class="container">
|
|
<h2>Frequently Asked Questions</h2>
|
|
|
|
<div class="faq-item">
|
|
<h3>What is field intelligence?</h3>
|
|
<p>Field intelligence is the process of collecting, analyzing, and transforming physical world observations into actionable insights. It combines field data collection (video, photos, sensors) with AI analysis to provide predictive scoring, risk assessment, and decision support for infrastructure, real estate, and urban planning.</p>
|
|
</div>
|
|
|
|
<div class="faq-item">
|
|
<h3>How does field intelligence differ from traditional data collection?</h3>
|
|
<p>Traditional data collection provides static snapshots of conditions. Field intelligence uses continuous video observation, AI orchestration, and predictive models to identify trends, predict failures, and provide early warnings. It transforms raw data into structured intelligence with 0-100 scoring.</p>
|
|
</div>
|
|
|
|
<div class="faq-item">
|
|
<h3>What types of data does field intelligence use?</h3>
|
|
<p>Field intelligence primarily uses 4K/8K video with embedded metadata (GPS coordinates, timestamps, device information, environmental conditions). It can also incorporate photos, sensor data, drone imagery, and existing GIS layers. The key is continuous capture with full traceability.</p>
|
|
</div>
|
|
|
|
<div class="faq-item">
|
|
<h3>How accurate is field intelligence?</h3>
|
|
<p>Modern field intelligence systems achieve 87%+ accuracy in predictive scoring, with continuous improvement through active learning. The system becomes more accurate over time as it processes more observations and receives human validation feedback.</p>
|
|
</div>
|
|
|
|
<div class="faq-item">
|
|
<h3>Can small organizations use field intelligence?</h3>
|
|
<p>Yes. Cloud-based field intelligence platforms like LandveX make enterprise-grade capabilities accessible to organizations of all sizes. Usage-based pricing means you only pay for the observations you need, and the quiXzoom network provides field contributors without requiring local staffing.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="cta-section">
|
|
<div class="container">
|
|
<h2>Ready to implement field intelligence?</h2>
|
|
<p>Start with a 14-day pilot program and see the difference continuous observation makes.</p>
|
|
<a href="/enterprise/" class="cta-button">Request Pilot</a>
|
|
<a href="/best-infrastructure-inspection-software-2026.html" class="cta-button" style="background: transparent; border: 2px solid white;">Compare Solutions</a>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="footer-container" style="max-width:1200px;margin:0 auto;padding:48px 24px 32px;">
|
|
<!-- Main Footer Grid -->
|
|
<div style="display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:48px;">
|
|
|
|
<!-- Column 1: Products -->
|
|
<div>
|
|
<h4 style="font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;">Produkter</h4>
|
|
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;">
|
|
<li><a href="/infrastructure-monitoring/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">VIMS</a></li>
|
|
<li><a href="/intelligence/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Intelligence</a></li>
|
|
<li><a href="/reality-alerts/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Reality Alerts</a></li>
|
|
<li><a href="/enterprise/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Enterprise</a></li>
|
|
<li><a href="/pilot/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Pilotprogram</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Column 2: Solutions -->
|
|
<div>
|
|
<h4 style="font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;">Lösningar</h4>
|
|
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;">
|
|
<li><a href="/verticals/bridge-inspection/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Broinspektion</a></li>
|
|
<li><a href="/verticals/road-monitoring/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Vägövervakning</a></li>
|
|
<li><a href="/verticals/infrastructure/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Infrastruktur</a></li>
|
|
<li><a href="/verticals/utilities/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Utilities</a></li>
|
|
<li><a href="/use-cases/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Användningsfall</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Column 3: Resources -->
|
|
<div>
|
|
<h4 style="font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;">Resurser</h4>
|
|
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;">
|
|
<li><a href="/blog/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Intelligence Insights</a></li>
|
|
<li><a href="/guides/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Guider</a></li>
|
|
<li><a href="/developers/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Developer API</a></li>
|
|
<li><a href="/status/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Systemstatus</a></li>
|
|
<li><a href="/reports/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Rapporter</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Column 4: Company -->
|
|
<div>
|
|
<h4 style="font-size:13px;font-weight:600;color:#0A0A0A;margin-bottom:16px;text-transform:uppercase;letter-spacing:0.5px;">Företag</h4>
|
|
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;">
|
|
<li><a href="/about/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Om oss</a></li>
|
|
<li><a href="/careers/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Karriär</a></li>
|
|
<li><a href="/press/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Press</a></li>
|
|
<li><a href="/contact/" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">Kontakt</a></li>
|
|
<li><a href="https://www.quixzoom.com" target="_blank" rel="noopener" style="font-size:13px;color:#6E6E73;text-decoration:none;transition:color 0.2s;">quiXzoom →</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Divider -->
|
|
<div style="border-top:1px solid #E5E5E5;padding-top:32px;">
|
|
|
|
<!-- Legal & Compliance Row -->
|
|
<div style="display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;margin-bottom:24px;">
|
|
<div style="display:flex;flex-wrap:wrap;gap:16px 24px;">
|
|
<a href="/privacy/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Privacy</a>
|
|
<a href="/terms/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Terms</a>
|
|
<a href="/cookie-policy/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Cookies</a>
|
|
<a href="/compliance/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Compliance</a>
|
|
<a href="/trust/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Trust Centre</a>
|
|
<a href="/dpa/" style="font-size:12px;color:#6E6E73;text-decoration:none;">DPA</a>
|
|
<a href="/sla/" style="font-size:12px;color:#6E6E73;text-decoration:none;">SLA</a>
|
|
<a href="/security/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Security</a>
|
|
<a href="/accessibility/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Accessibility</a>
|
|
<a href="/responsible-disclosure/" style="font-size:12px;color:#6E6E73;text-decoration:none;">Responsible Disclosure</a>
|
|
</div>
|
|
<div style="display:flex;gap:16px;">
|
|
<a href="https://www.linkedin.com/company/landvex" target="_blank" rel="noopener" style="color:#6E6E73;" title="LinkedIn">
|
|
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg>
|
|
</a>
|
|
<a href="https://x.com/landvex" target="_blank" rel="noopener" style="color:#6E6E73;" title="X">
|
|
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.746l7.73-8.835L1.254 2.25H8.08l4.253 5.622 5.912-5.622Zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Company Info Row -->
|
|
<div style="display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;">
|
|
<div>
|
|
<div style="font-size:12px;color:#86868B;line-height:1.6;">
|
|
<strong style="color:#0A0A0A;">Landvex Inc.</strong> · Houston, Texas · USA<br>
|
|
<strong style="color:#0A0A0A;">Landvex AB</strong> · Org.nr 559141-7042 · Tyresö, Sweden · EU<br>
|
|
<a href="mailto:contact@landvex.com" style="color:#86868B;text-decoration:none;">contact@landvex.com</a> ·
|
|
<a href="mailto:security@landvex.com" style="color:#86868B;text-decoration:none;">security@landvex.com</a>
|
|
</div>
|
|
<div style="font-size:11px;color:#86868B;margin-top:8px;line-height:1.5;">
|
|
Field data powered by <a href="https://www.quixzoom.com" style="color:#86868B;text-decoration:underline;">quiXzoom</a> ·
|
|
<a href="/data-lineage/" style="color:#86868B;text-decoration:underline;">Data Lineage</a> ·
|
|
<a href="/subprocessors/" style="color:#86868B;text-decoration:underline;">Sub-processors</a> ·
|
|
<a href="/methodology/" style="color:#86868B;text-decoration:underline;">Methodology</a>
|
|
</div>
|
|
</div>
|
|
<div style="font-size:12px;color:#86868B;">
|
|
© 2026 Landvex Inc / Landvex AB. All rights reserved.
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|