I wrote a 20 line bash script that calls the GeoConvert function to convert map files containing 8000+ lines of Lat/Long in DDMMSS format and convert them to Decimal Degrees. At the same time, the output is edited to reformat the propriety file into XML.
Running the script on my Linux desktop, it completed in 4.4 seconds. On Ubuntu WSL (command line - no graphics) on a Windows 10 computer of comparable specs, the exact same file conversion took 4 and a half MINUTES!
I have 9000+ files to convert. That works out to roughly 32 DAYS at 24 hours a day to use WSL.
I'd be much better off with a VM!
Running the script on my Linux desktop, it completed in 4.4 seconds. On Ubuntu WSL (command line - no graphics) on a Windows 10 computer of comparable specs, the exact same file conversion took 4 and a half MINUTES!
I have 9000+ files to convert. That works out to roughly 32 DAYS at 24 hours a day to use WSL.
I'd be much better off with a VM!
Comment