惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
月光博客
月光博客
博客园_首页
博客园 - 叶小钗
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
量子位
小众软件
小众软件
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
IT之家
IT之家
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
G
Google Developers Blog
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How We Forecast Pollen at Planetary Scale
devdavidkarl · 2026-05-10 · via DEV Community

Most pollen apps show you a single number: "high." That's not very useful if you're allergic to birch but not oak. We built Atmospore to forecast pollen at the species level, globally,
updated daily. Here's how it works.

Why 25 km resolution is the right call

Our model runs at roughly 25 km between grid points. That might sound coarse compared to a street-level air quality sensor. But pollen doesn't work like car exhaust.

Airborne pollen concentrations are governed by mesoscale weather: wind fields, frontal passages, precipitation, and temperature gradients that operate over tens of kilometres. Our grid captures exactly these
drivers.

In a peer-reviewed study, researchers ran an atmospheric transport model at 36 km resolution across the entire US and found it successfully reproduced observed seasonal pollen distributions (Pearson r =
0.35–0.40 against 58 monitoring stations).[1]

Sub-kilometre variation does exist within cities. One study documented up to 300% differences across Berlin.[2] But that variation comes from individual trees and local wind channelling, not from anything a
forecast can predict. Everything finer would be noise dressed up as signal.

How pollen moves through the atmosphere

A birch pollen grain is roughly 22 micrometres in diameter and weighs around 5–10 nanograms. Once released, it behaves like a fine aerosol particle. Wind carries it horizontally while gravitational settling and
turbulent diffusion control its vertical profile.

On a dry, windy spring morning, birch pollen can reach 2 km altitude and travel 100+ km before depositing. Wet deposition (rain washing pollen from the air) is the primary removal mechanism and can cut
concentrations by 80% within hours.[3]

Why species matter

Most people are allergic to specific species, not to pollen in general. Someone who reacts strongly to birch may tolerate oak without symptoms.

On top of that, individual pollen grains vary in how much allergen they carry. Research has shown that birch pollen from different regions can contain very different levels of the Bet v 1 protein that triggers
the immune response.[5] A total pollen count doesn't tell you much if you don't know which species are in the air.

That's why Atmospore forecasts at the species level: 25 species, any land point on Earth.

Validated against real observations

We continuously calibrate our models against a wide array of real measurements from across the continents. Each species model is finely tuned with state-of-the-art technology and continuously optimised.

The model is never static. Every season brings new observations, and we continuously improve the models. We model species individually so that the forecast tracks each one's distinct behaviors. The goal is
always the same: if you're allergic and it's in the air, we want the forecast to say so.

The Atmospore world map

Try the API

The Atmospore API delivers these forecasts as structured JSON. Species-resolved, georeferenced, updated daily. Free tier trial available, no credit card required.

  curl "https://pollenapi.com/v1/pollen?lat=59.91&lon=10.75&dt=2026-05-09&species=birch&forecast_days=3" \
    -H "x-api-key: YOUR_KEY"

  Get a free API key

Enter fullscreen mode Exit fullscreen mode


References

  1. Ren, X. et al. (2022). Modeling past and future spatiotemporal distributions of airborne allergenic pollen across the contiguous United States. Frontiers in Allergy, 3. PMC9640548
  2. Werchan, B. et al. (2017). Spatial distribution of allergenic pollen through a large metropolitan area. Environmental Monitoring and Assessment, 189(169). PMID: 28316024
  3. Sofiev, M. et al. (2013). A numerical model of birch pollen emission and dispersion in the atmosphere. International Journal of Biometeorology, 57, 45-58.
  4. Anderegg, W.R.L. et al. (2021). Anthropogenic climate change is worsening North American pollen seasons. PNAS, 118(7).
  5. Buters, J.T.M. et al. (1997). Release of Bet v 1 from birch pollen. Journal of Allergy and Clinical Immunology. JACI

Read the full article with an interactive pollen map at atmospore.com/article/pollen-science