Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@trackunit/geo-json-utils

Package Overview
Dependencies
Maintainers
5
Versions
572
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/geo-json-utils

`@trackunit/geo-json-utils` is Trackunit's shared GeoJSON utility package. It contains runtime validation schemas, geometry helpers, and conversion utilities used by map adapters and other frontend libraries.

latest
Source
npmnpm
Version
1.14.10
Version published
Weekly downloads
4.5K
27.82%
Maintainers
5
Weekly downloads
 
Created
Source

Trackunit geo-json-utils

@trackunit/geo-json-utils is Trackunit's shared GeoJSON utility package. It contains runtime validation schemas, geometry helpers, and conversion utilities used by map adapters and other frontend libraries.

This library is published for use in the Trackunit Iris App SDK and other npm consumers.

For more info and a full guide on Iris App SDK Development, please visit our Developer Hub.

Exports

The package entry (src/index.ts) exports these module surfaces:

  • Runtime validation (GeoJsonRuntimeValidation) — These helpers validate unknown input against GeoJSON schemas and log warnings for invalid values so callers can fail safely without throwing.
  • Geometry helpers (GeoJsonGeometryUtils)
  • General GeoJSON utilities (GeoJsonUtils)
  • Zod schemas — GeoJSON (GeoJsonSchemas) and Trackunit-oriented variants (TuGeoJsonSchemas)
  • Meridian / longitude helpers (MeridianUtils)
  • Bridge utilities — Trackunit GeoJSON bridging (TuGeoJsonBridgeUtils)
  • Conversions — Trackunit-oriented conversions (TuGeoJsonConversions)

Development

At this point this library is only developed by Trackunit Employees.
Run library targets through Nx:

  • yarn nx run geo-json-utils:tsc-validate
  • yarn nx run geo-json-utils:test
  • yarn nx run geo-json-utils:build

Trackunit

This package was developed by Trackunit ApS. Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.

The Trackunit logo

FAQs

Package last updated on 28 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts