← Back to home
Comparison · Analytics

geodist vs wasserportal

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

Shared themes:r-package

geodist vs wasserportal: at a glance

Featuregeodistwasserportal
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesgeospatial, distance-calculation, zero-dependency, c-codegroundwater-monitoring, web-scraping, thingsboard, iot-telemetry
Last editorial update1h ago6h ago
WebsiteVisit →Visit →

What is geodist?

geodist stays dependency-free and fast, and warns you when 'cheap' distances stop being honest.

geodist computes geodesic distances between coordinate pairs in C with no dependencies, offering several measures that trade accuracy for speed — including a 'cheap' approximation used by default. The API is small and largely finished; 0.1.0 added geodist_min() for nearest-match lookups and 0.1.1 is a compiler warning fix.

Read the full geodist 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 →

geodist vs wasserportal: editorial side-by-side

G
geodist
ANALYTICS
0.0

geodist stays dependency-free and fast, and warns you when 'cheap' distances stop being honest.

◆ Current state

geodist computes geodesic distances between coordinate pairs in C with no dependencies, offering several measures that trade accuracy for speed — including a 'cheap' approximation used by default. The API is small and largely finished; 0.1.0 added geodist_min() for nearest-match lookups and 0.1.1 is a compiler warning fix.

◆ Where it's heading

Development has been about making the speed-accuracy trade visible rather than hiding it. The 0.0.6 release added messages telling users to pick a different measure once the default cheap approximation is applied beyond 100km, where its error stops being negligible. Around that, the work is input handling — tibble support, better lon/lat column matching, vector inputs — and hardening the C code. It is a package that treats being small and correct as the feature.

◆ Prediction

Expect continued low-frequency maintenance: compiler warnings and geodesic source updates account for three of the last six releases, and the function surface has grown by only two entries in five years.

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 geodist 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 geodist or wasserportal.

See all geodist alternatives → · See all wasserportal alternatives →

Recent activity from geodist 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. 1y agogeodistgeodist 0.1.1 clears a clang warning in geodesic.c
  5. 2y agogeodistgeodist 0.1.0 adds geodist_min() for nearest matches
  6. 3y agowasserportalExport and import functions for scraped datasets
  7. 3y agowasserportalAdapted to Wasserportal's new API version
  8. 3y agogeodistgeodist 0.0.8 updates geodesic source, fixes clang warnings
  9. 4y agowasserportalTemperature parameter naming corrected
  10. 5y agogeodistgeodist 0.0.7 improves lon/lat column matching and tibbles
  11. 5y agogeodistgeodist 0.0.6 warns when cheap distances exceed 100km
  12. 6y agogeodistgeodist 0.0.4 adds geodist_vec() for vector inputs

Frequently asked questions

What is the difference between geodist and wasserportal?

Both compete on the same themes — r-package — within Analytics. geodist 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 geodist better than wasserportal?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. geodist 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 geodist?

Top geodist alternatives in Analytics are ranked by recent ship velocity. Browse the "geodist alternatives" section above for the current picks, or visit /alternatives/geodist-r 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.