Initial Commit

This commit is contained in:
N9OZB
2019-07-20 05:44:58 -05:00
parent b5116ba61e
commit 047c2f9d27
67 changed files with 18854 additions and 36 deletions

4
utils/sdf/convert_sdf.sh Executable file
View File

@@ -0,0 +1,4 @@
for file in *hgt
do
sudo ./srtm2sdf -d /dev/null $file
done