8000 GitHub - mariocastrogama/inptools: Inptools provides functionality to process EPANET INP files in various ways.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mariocastrogama/inptools

 
 

Repository files navigation

Inptools allows to work with EPANET INP files.

See http://epanet.de/inptools for additional information.

Compilation

inp2shp and inpproj require a patched version of the EPANET Toolkit.
You can find such a patched version under https://github.com/sdteffen/epanet2
One option to compile on Windows: Build the commandline tools using MinGW.
The second option is to cross-compile on Linux, using the mingw32 package. 
You'll find Makefile targets for the individual executables in the Makefile 
generated by Automake. Instead of installing libepanet2 and libshp, you should
use the configure options --with-epanet-src and --with-shapelib-src to 
specify the location of the sources in that case. 

Documentation was built using Eclipse/ANT using doc/build.xml with

* Docbook-XSL 1.74.0 installed to inptools/../../lib/docbook-xsl
* FOP 0.95 installed to inptools/../../lib/fop
* XALAN-J 2.7.1 installed to inptools/../../lib/xalan-j

Build the installer using the Unicode version of NSIS.

About

Inptools provides functionality to process EPANET INP files in various ways.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.8%
  • NSIS 17.6%
  • C++ 13.5%
  • Makefile 2.4%
  • M4 1.7%
0