Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

glottolog-geo-extractor

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glottolog-geo-extractor

Extracts geographical coordinates of languages from the Glottolog repository.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Glottolog Geo Extractor

This script extracts geographical coordinates of languages from the Glottolog repository (tested with version 4.1).

Installation: npm install -g glottolog-geo-extractor.

Usage:

  1. glottolog-geo-extractor --path {path} --families {families}

    • {path} is the path to the Glottolog repo (use quotes);
    • {families} is a list of top-level languoid codes separated with spaces (or just one code).

    Such a query will return an array of coordinates (latitude/longitude) of all languages that belong to either of the families.

  2. glottolog-geo-extractor --path {path} --families {families} --languages {languages}

    • {path} is the path to the Glottolog repo (use quotes);
    • {families} is a list of top-level languoid codes separated with spaces (or just one code);
    • {languages} is a list of bottom-level languoid codes separated with spaces (or just one code).

    Such a query will return an array of coordinates (latitude/longitude) of just the provided languages, searching them within the given families.

For finding out the languoid code of the language or family you are interested in, use Glottolog search and examine the last part of the generated URL.

Keywords

FAQs

Package last updated on 08 Jan 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc