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
- Host: GitHub
- URL: https://github.com/entur/osm-to-netex
- Owner: entur
- License: other
- Created: 2018-03-21T14:38:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T09:05:47.000Z (over 1 year ago)
- Last Synced: 2024-11-29T09:30:25.721Z (over 1 year ago)
- Topics: ror
- Language: Java
- Homepage:
- Size: 1.03 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# osm-to-netex
[](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```