Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@nordicsemiconductor/cell-geolocation-helpers

Package Overview
Dependencies
1
Maintainers
6
Versions
34
Issues
File Explorer

Advanced tools

@nordicsemiconductor/cell-geolocation-helpers

Helper functions for the cell geolocation feature

    6.0.0latest
    GitHub

Version published
Maintainers
6
Weekly downloads
815
decreased by-6.86%

Weekly downloads

Changelog

Source

v6.0.0

6.0.0 (2023-03-08)

Documentation

  • require NPM v9 (1769b82)

BREAKING CHANGES

  • NPM v9 is now required

Readme

Source

Cell Geolocation Helpers npm version

GitHub Actions semantic-release Renovate Mergify Status Commitizen friendly code style: prettier ESLint: TypeScript

Helper functions for the cell geolocation feature.

Installation

npm i --save-dev --save-exact @nordicsemiconductor/cell-geolocation-helpers

cellId

Simple formatter to create identifier strings from cell information. This is used to unify the way these ids are generated between frontend and backend.

cellFromGeolocations

Demo of cellFromGeolocations results

(Demo and above GIF are using 5km min cell radius and P=0.9.)

Calculates a cell geo location based on a list of geo locations:

  • the center is the average of all given locations (within a configurable percentile)
  • the diameter returned is a circle that includes all given locations (within a configurable percentile), but at least minCellDiameterInMeters.

Check out the live demo on https://nordicsemiconductor.github.io/cell-geolocation-helpers-js.

Keywords

FAQs

Last updated on 08 Mar 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc