SkillAgentSearch skills...

Geojsontoosm

Convert GeoJSON to OSM XML

Install / Use

/learn @tyrasd/Geojsontoosm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

geojsontoosm

Converts GeoJSON to OSM data.

Usage

  • as a command line tool:

      $ npm install -g geojsontoosm
      $ geojsontoosm file.geojson > file.osm
    
  • as a nodejs library:

      $ npm install geojsontoosm
    
      var geojsontoosm = require('geojsontoosm');
      geojsontoosm(geojson_data);
    

Related Skills

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated3mo ago
Forks15

Languages

JavaScript

Security Score

92/100

Audited on Dec 18, 2025

No findings