mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
1ae9a88237
- options for various versions of splat! - add LICENSE - update to 1.4.0 This release introduces a new contour smoothing feature (used to generate the graphic shown in Figure 1 below), introduces a color key overlay to GoogleEarth contour displays, and supplants the Longley-Rice propagation model with a new Irregular Terrain with Obstructions Model (ITWOM v3.0) created by Sid Shumate, President of Givens & Bell, Inc. The ITWOM model promises improved performance and greater accuracy over the older ITM model used in the past. Feature safe: yes
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
--- utils/postdownload.orig 2012-11-03 03:56:52.000000000 -0500
|
|
+++ utils/postdownload 2012-11-03 03:57:09.000000000 -0500
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
# Simple script for processing of downloaded undelimited gzipped
|
|
# USGS DEM files, and converting them to SPLAT Data Files.
|