← Back to home
Comparison · Analytics

socialmixr vs wasserportal

A side-by-side editorial comparison of socialmixr and wasserportal — release velocity, themes, recent moves, and the top alternatives to consider.

socialmixr vs wasserportal: at a glance

Featuresocialmixrwasserportal
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themescontact matrices, epidemiology, pipeline api, breaking changesgroundwater-monitoring, web-scraping, thingsboard, iot-telemetry
Last editorial update3h ago54m ago
WebsiteVisit →Visit →

What is socialmixr?

socialmixr breaks its one-shot contact_matrix() call into a composable pipeline.

socialmixr builds age-structured social contact matrices from survey data for infectious-disease modelling. Version 0.6.0 replaces the monolithic contact_matrix() entry point with a chain of composable steps — filter, assign age groups, weigh, compute, then symmetrise, split or convert per capita — behind a new contact_matrix S3 class. Survey downloading is being handed off to a separate contactsurveys package.

Read the full socialmixr trajectory →

What is wasserportal?

A Berlin groundwater scraper grew a full IoT publishing pipeline in two days.

wasserportal scrapes groundwater and surface water monitoring data from Wasserportal Berlin — station metadata, water levels, quality series. For its first four years that was the whole product, with releases tracking the portal's own churn: a new API version in 2023, new three-letter variable codes, and a 2026 fix decoding pages as windows-1252 because the server declares UTF-8 but emits Latin-1. In June 2026 it added a ThingsBoard integration, then extended it to self-hosted instances two days later.

Read the full wasserportal trajectory →

socialmixr vs wasserportal: editorial side-by-side

S
socialmixr
ANALYTICS
0.0

socialmixr breaks its one-shot contact_matrix() call into a composable pipeline.

◆ Current state

socialmixr builds age-structured social contact matrices from survey data for infectious-disease modelling. Version 0.6.0 replaces the monolithic contact_matrix() entry point with a chain of composable steps — filter, assign age groups, weigh, compute, then symmetrise, split or convert per capita — behind a new contact_matrix S3 class. Survey downloading is being handed off to a separate contactsurveys package.

◆ Where it's heading

The arc from 0.4.0 to 0.6.0 is decomposition: first extracting helpers like assign_age_groups(), then moving downloads out of the package, and now exposing every stage of matrix construction as its own verb. Breaking changes are accepted at each step — preserved empty age groups, arrays instead of xtabs, [N,Inf) labels — with the new class inheriting from list so existing $matrix access keeps working. The label change is explicitly aligned with the contactmatrix package.

◆ Prediction

Expect the deprecated dotted argument names and the remaining in-package download paths to be removed once the contactsurveys handoff completes, leaving contact_matrix() as a thin wrapper over the pipeline.

W
wasserportal
ANALYTICS
0.0

A Berlin groundwater scraper grew a full IoT publishing pipeline in two days.

◆ Current state

wasserportal scrapes groundwater and surface water monitoring data from Wasserportal Berlin — station metadata, water levels, quality series. For its first four years that was the whole product, with releases tracking the portal's own churn: a new API version in 2023, new three-letter variable codes, and a 2026 fix decoding pages as windows-1252 because the server declares UTF-8 but emits Latin-1. In June 2026 it added a ThingsBoard integration, then extended it to self-hosted instances two days later.

◆ Where it's heading

The package is repositioning from a data-access library into the first half of a monitoring pipeline. 0.6.0 shipped push helpers, device discovery and cleanup, an importable dashboard and a GitHub Actions workflow; 0.7.0 immediately generalised the authentication so it works against self-hosted Community Edition rather than only the Cloud tier, and lifted the push from a five-station demo to the entire groundwater archive. The hardening detail in 0.7.0 — retries on 5xx, warnings when only one of two credentials is set — reads like a maintainer who has run this against a real deployment.

◆ Prediction

The obvious next step is extending the ThingsBoard path to the surface water stations, which the package has flagged as under-supported since 0.1.0. The entries show no other direction under construction.

Alternatives to socialmixr and wasserportal

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either socialmixr or wasserportal.

See all socialmixr alternatives → · See all wasserportal alternatives →

Recent activity from socialmixr and wasserportal

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1mo agowasserportalSelf-hosted ThingsBoard support via JWT login
  2. 1mo agowasserportalThingsBoard integration turns the scraper into a pipeline
  3. 3mo agowasserportalwindows-1252 decoding fixes umlaut handling on Windows
  4. 3mo agosocialmixrContact matrices become a composable pipeline
  5. 6mo agosocialmixrPatch: load_survey() handles files without cont_id
  6. 6mo agosocialmixrAge-group assignment and population lookup split out
  7. 1y agosocialmixrFaster survey loading and cached Zenodo lookups
  8. 2y agosocialmixrcontact_matrix() now takes survey objects only
  9. 2y agosocialmixrTest fixes for machine-precision failures
  10. 3y agowasserportalExport and import functions for scraped datasets
  11. 3y agowasserportalAdapted to Wasserportal's new API version
  12. 4y agowasserportalTemperature parameter naming corrected

Frequently asked questions

What is the difference between socialmixr and wasserportal?

They serve adjacent needs but don't currently overlap on shipped themes. socialmixr and wasserportal are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is socialmixr better than wasserportal?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. socialmixr and wasserportal are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to socialmixr?

Top socialmixr alternatives in Analytics are ranked by recent ship velocity. Browse the "socialmixr alternatives" section above for the current picks, or visit /alternatives/socialmixr for the full list with editorial commentary on each.

What are the best alternatives to wasserportal?

Top wasserportal alternatives in Analytics are ranked by recent ship velocity. Browse the "wasserportal alternatives" section above for the current picks, or visit /alternatives/wasserportal for the full list with editorial commentary on each.