Updated readme
This commit is contained in:
10
.idea/artifacts/ThoriumBusParser_jar.xml
generated
Normal file
10
.idea/artifacts/ThoriumBusParser_jar.xml
generated
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<component name="ArtifactManager">
|
||||||
|
<artifact type="jar" name="ThoriumBusParser:jar">
|
||||||
|
<output-path>$PROJECT_DIR$/out/artifacts/ThoriumBusParser_jar</output-path>
|
||||||
|
<root id="archive" name="ThoriumBusParser.jar">
|
||||||
|
<element id="module-output" name="ThoriumBusParser" />
|
||||||
|
<element id="library" level="project" name="josm-latest" />
|
||||||
|
<element id="extracted-dir" path="$PROJECT_DIR$/josm-latest.jar" path-in-jar="/" />
|
||||||
|
</root>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
@ -1,3 +1,11 @@
|
|||||||
# ThoriumBusParser
|
# ThoriumBusParser
|
||||||
|
|
||||||
A simple Java application to parse public transport data sources
|
A simple Java application to parse public transport data sources
|
||||||
|
|
||||||
|
## Executing the application
|
||||||
|
Download the latest one from the releases tab.</br>
|
||||||
|
Run:`java -jar ThoriumBusParser.jar`, You must have java 21 installed for this to work.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
[JOSM](https://josm.openstreetmap.de/) - Java OpenStreetMap</br>
|
||||||
|
Java 21
|
BIN
josm-latest.jar
BIN
josm-latest.jar
Binary file not shown.
3
src/META-INF/MANIFEST.MF
Normal file
3
src/META-INF/MANIFEST.MF
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Manifest-Version: 1.0
|
||||||
|
Main-Class: Main
|
||||||
|
|
Reference in New Issue
Block a user