Initial Commit

This commit is contained in:
N9OZB
2019-07-20 05:55:06 -05:00
parent c20c92fcfb
commit 9eb238a56f
78 changed files with 14426049 additions and 0 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