All-time weather record pages by station
NCEI tracks daily, monthly, and all-time records for around 10,000 cooperative observer stations. SleekRank reads the NOWData feed, mounts /climate/records/{slug}/, and renders one page per station with record high, low, rainfall, snowfall, and wind, each tied to the date it was set.
€50 off for the first 100 lifetime licenses!
Each NCEI station gets a complete record book of its own
NCEI's NOWData and ACIS feeds expose the historical extremes for around 10,000 active US cooperative observer stations. For each station, the data includes the all-time high, the all-time low, the wettest day, the snowiest day, the highest sustained wind, and the dates those extremes were recorded. Many records go back to the 19th century at older stations.
SleekRank reads the NCEI feed as a JSON snapshot, refreshed monthly. The route mounts at /climate/records/{slug}/ where slugs match station identifiers like kcgs-canton-ga or kbur-burbank-ca. Each page renders the all-time extremes table, the year a station began reporting, recent records set in the past 12 months, and a small monthly extremes block showing the hottest July and coldest January in station history.
When NCEI publishes the next monthly update, you pull and push. Records that fell in the past month appear on the relevant station pages. Stations that came online recently get added rows. Stations that closed drop. Editorial team writes about climate context while SleekRank handles the per-station bookkeeping.
Workflow
From NCEI feed to indexed station record pages
Pull the NCEI snapshot
src/pages/climate/records.json with one row per station.
Mount the SleekRank page group
urlPattern to /climate/records/{slug}/, point at the records file, and choose a base page that holds the template. The plugin registers routes automatically.
Build the records template
Schedule monthly refreshes
wp rewrite flush. The corpus stays aligned with NCEI without manual editor work.
Data in, pages out
Sample record row from NCEI NOWData
| slug | station_id | station_name | state | period_of_record |
|---|---|---|---|---|
| khqm-hoquiam-wa | KHQM | Hoquiam Bowerman Airport | WA | 1953-present |
| kbur-burbank-ca | KBUR | Burbank Hollywood Airport | CA | 1939-present |
| kbtv-burlington-vt | KBTV | Burlington Airport | VT | 1940-present |
| kapa-centennial-co | KAPA | Centennial Airport | CO | 1968-present |
| kbna-nashville-tn | KBNA | Nashville Airport | TN | 1939-present |
/climate/records/{slug}/
- /climate/records/khqm-hoquiam-wa/
- /climate/records/kbur-burbank-ca/
- /climate/records/kbtv-burlington-vt/
- /climate/records/kapa-centennial-co/
- /climate/records/kbna-nashville-tn/
Comparison
Wikipedia climate boxes vs SleekRank for weather records
Wikipedia climate boxes
- Wikipedia climate sections cover only a few hundred well-known cities
- Smaller cooperative stations never get their own record entries
- Records that fall in the current month rarely propagate in time
- Period of record is inconsistently stated across articles
- No per-station URL on the publisher's own domain, only outbound links
- Schema for climate data is generic, so rich results never appear
SleekRank
-
NCEI NOWData feed drives
/climate/records/{slug}/ - Monthly refresh keeps new records visible on the site
- Period of record per station printed clearly on each page
- Recent records set in past 12 months highlighted
- Monthly extremes block shows hottest July, coldest January
- Schema markup populated per station for rich results
Features
What SleekRank gives you for All-time weather records by station
All extremes from one feed
NCEI's NOWData exposes the all-time high, low, max precipitation, max snowfall, and max wind for each station, along with the date each was set. SleekRank reads the feed and renders all of it without per-station editorial work.
Period-of-record front and center
A station with records back to 1893 deserves different framing than one that began reporting in 2010. SleekRank surfaces the period of record prominently, so visitors interpret the extremes correctly instead of comparing apples to oranges.
Recent records flagged automatically
When a station sets a new daily, monthly, or all-time record, NCEI's feed reflects it. SleekRank's monthly refresh picks it up and the page flags the new record visually. Editorial team does not chase the news.
Use cases
Where weather publishers and historians use SleekRank
Local TV weather sites
Every cooperative observer station in a market gets a per-station record page, anchored to the broadcaster's domain. Promo segments link to the station page instead of an outbound climate site.
Climate researchers and history buffs
Each station's full record book lives at one stable URL. Researchers cite the URL, knowing it will reflect the same NCEI feed when read months later.
K-12 science teachers
Local-station pages turn weather records into a usable lesson. Students compare their hometown station with another and see the period-of-record context cleanly.
The bigger picture
Why a station-by-station record book belongs on a real domain
Climate extremes are the most-searched weather questions on the long tail. Visitors look up the all-time high in their hometown, the snowiest day in their high school's city, or the record-holding date at their local airport. National climate sites have the data but not the page footprint to serve every cooperative observer station with a per-station URL.
SleekRank fills that gap. The NCEI feed is the source. The station list is the route grid.
The same Twig template renders every page, with period of record and recent records cleanly displayed. The publisher's domain gets thousands of indexable URLs without thousands of writer-hours. As records fall (and they fall every summer and every winter), the corpus updates from one monthly refresh.
Editorial team writes the human story of why a heat dome shattered records across a region. The data layer keeps the per-station record book accurate without their help. The same approach scales to climate normals, growing-season averages, and storm climatology, all driven by station IDs against the NCEI feed.
Questions
Common questions about SleekRank for All-time weather records by station
Refresh the NCEI snapshot monthly or after a notable weather event. SleekRank reads the new snapshot, the affected station rows update, and the relevant pages reflect the new record at the next cache cycle. Other station pages are untouched.
 Yes. NOWData exposes each category. The template renders an all-time extremes block at the top, a monthly extremes table by calendar month, and a recent records section highlighting anything set in the past 12 months.
 
Yes. NCEI publishes 30-year normals (1991-2020) for each station. A second page group at /climate/normals/{slug}/ reads those, or you can add normal fields to the records row so the same page shows both the extremes and the long-term averages.
The row carries the period of record and a gap flag. The template renders a note when the record is intermittent, so visitors understand that a missing year is not the same as a clean continuous record. Some sites also link to nearby continuous stations for comparison.
 Yes. Add an editorial HTML field per row. The all-time high of 118 degrees at a Pacific Northwest station during the 2021 heat dome deserves a note. The template renders the editorial block conditionally, so most pages stay clean.
 Yes, with a different feed. International stations have analogous records through their national met services. ECMWF and the WMO clearinghouse publish equivalents. Create a separate SleekRank page group for international stations with the appropriate field shape.
 
The slug typically combines the ICAO code with the city, like kbur-burbank-ca, since ICAO codes are unique. Sites that prefer human-readable URLs use city-state slugs and store the ICAO code in a separate field on the row.
Yes. The template emits structured data using the row fields. Most sites use a CreativeWork or Place schema with the station name, period of record, and a description that summarizes the extremes. The schema is one part of the template, reused on every station.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Starter
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- 3 websites
- 1 year of updates
- 1 year of support
Pro
EUR
per year
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- 1 year of updates
- 1 year of support
Lifetime ♾️
Launch Offer
€299
EUR
once
further 30% launch-discount applied during checkout for existing customers.
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkoutBrowse more
- matchmaker directories
- naturopath directories
- TV repair directories
- drywall contractor directories
- reverse mortgage broker directories
- French restaurant directories
- maid service directories
- Forensic engineers
- concert hall directories
- co-working space directories
- bankruptcy attorney directories
- Interventional radiologists by city
- patent agent directories
- hot spring resort directories
- nursing school directories
- SQL function reference pages
- Dart pub.dev packages
- piano chord pages
- Verb conjugations per verb per language
- dictionary pages
- language learning pages
- comet pages
- beginner quilting pattern pages
- violin bowing technique pages
- indigenous language pages
- Vedic astrology pages
- embroidery pattern pages
- Lunar eclipses by date and viewing region
- nutrient pages
- climate fact pages
- farm listings
- GED program listings
- vintage poster print listings
- Classic car listings
- park model rental listings
- helicopter listings
- Side-by-side UTV listings
- Experimental aircraft listings
- ski cabin listings
- Class C RV listings
- antique tractor listings
- Olive grove properties for sale
- forklift rental listings
- boat show listings
- rest stop listings
- review management platform comparisons
- localization platform comparisons
- continuous integration platform comparisons
- affiliate platform comparisons
- streaming protocol comparisons
- Travel credit card comparisons
- tax filing software comparisons
- student loan comparisons
- futures broker comparisons
- edge function comparisons
- AI writing assistant comparisons
- call tracking platform comparisons
- e-discovery platform comparisons
- community platform comparisons
- client portal software comparisons