using OSMImporter; namespace Server; public class Server { public static void Main(string[] args) { Importer.Split("/home/glax/Downloads/oberbayern-latest.osm", "/home/glax/Downloads/split"); } }