An open API service indexing awesome lists of open source software.

https://github.com/entur/osm-to-netex

Tool for converting OSM XML to NeTex XML
https://github.com/entur/osm-to-netex

ror

Last synced: 8 months ago
JSON representation

Tool for converting OSM XML to NeTex XML

Awesome Lists containing this project

README

          

# osm-to-netex
[![CircleCI](https://circleci.com/gh/entur/tiamat.svg?style=svg)](https://circleci.com/gh/entur/tiamat)

Tool for converting OSM XML to NeTex XML

Using java 8 and gradle 4.6

## Run with gradle
```gradle run -PappArgs='-osmFile osm.xml'```

## Build
```gradle build```

## Build fatjar
```gradle fatJar```

## Run from jar (fatJar)
```java -jar build/libs/osm-to-netex-all-1.0-SNAPSHOT.jar -osmFile osm.xml```