jmcmellen / splat

SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for the spectrum between 20 MHz and 20 GHz. This is a copy of the code written by John Magliacane
http://www.qsl.net/kd2bd/splat.html
GNU General Public License v2.0
74 stars 39 forks source link

Recommendation: Change file format of sdf #10

Open swatza opened 6 years ago

swatza commented 6 years ago

The %d:%d:%d:%d file format for .sdf should be changed to a Windows safe version like %d%d%d_%d. This would help Windows Subsystem for Linux users as well as anyone else trying to run the software on a emulating Linux machine in windows environment. It is a minor change to replace in splat.cpp and srtm2sdf.c

hoche commented 5 years ago

This is fixed in my fork.