AI Agent Hub
Back to plugins
🧰

dsh-inhg2hpa

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-inhg2hpa

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-inhg2hpa in DeepSeek Harness to install this plugin; the source code is available at https://github.com/uckkk/dsh-inhg2hpa.

About this plugin

In weather observation, altimeter calibration, and maritime barometric logging, converting between inches of mercury (inHg) and hectopascals (hPa) is a constant task. Doing it by hand or hopping between calculators is slow and error-prone, especially when processing multiple pressure readings in bulk.

dsh-inhg2hpa exists exactly for this: a pure Node utility with zero network calls. Feed it an inHg value and it returns the equivalent hPa figure instantly. No external services, no polling, no latency, making it a drop-in fit for scripts, batch pipelines, or any workflow that demands reliable pressure unit conversion.

Whether you are a meteorological data engineer, an aviation operations specialist, a maritime professional, or simply a developer who needs a quick inHg-to-hPa conversion in everyday coding, this zero-dependency, MIT-licensed tool is ready to use out of the box.

Use Cases

  • Batch converting pressure readings from inHg to hPa in data pipelines
  • Calling inline from scripts without waiting for any external service
  • Verifying altimeter calibration values on the fly during aviation operations

Best For

  • Meteorological data engineers and observatory operators
  • Aviation and maritime professionals who work with pressure units daily
  • Developers who need quick pressure unit conversion in their tooling