[f(GIS) home]

Environmental Planning Utilities

Overview

Environmental planning utilities is set of stand-alone programs, which performs GIS operations on EPPL7 data files. EPPL stands for "Environmental Planning Program Language". When I begin to reimplement some EPPL commands trying to overcome some limitations of 16-bit DOS environment, I found that it is complete waste of effort - attempt to implement yet another scripting language while we have such a wonderful things as Unix shell or Tcl.

So, it is not a language, but set of utilities. They are designed to operate non-interactively, from batch files or scripts. Interactive front end is provided by f(GIS).

Utilities

EPU include:

System requirements

EPU should work on any system which is 32-bit and has ANSI C compilier. They have been tested under Linux, Solaris/Sparc and MS-DOS with DOS4GW extender (Watcom C 10.0). It is essential that system should support concept of standard input/output and exit codes, so porting to Win32 should be trivial, but porting to MacOS would require major redesign.
[f(GIS) home]