Projects & Downloads


HPGL Python Library


HPGL Python Library is distributed under BSD license.

To work with HPGL, you will need to install Python 2.5 with NumPy/SciPy packages. Additionally, on Windows hosts, you will need to download and install Visual C++ 2005 Redistritable package, available from here.

HPGL BINARIES can be downloaded from Github releases page.

HPGL source code can be obtained from the GitHub repository.

HPGL-GUI


Features:

Note, that you don't need HPGL installed to run algorithms in the HPGL-GUI, it is already included (version 0.9.9) there.

Download page is here (Only Windows builds so far).

HPGL-GUI Page on GitHub

PyLASDev python library


pyLASDev is a small Python package which provides reading and writing of LAS (Log ASCII Standart) 1.2 and 2.0 files. Also it can be used for reading Dev (deviation) files, which are common in geoscience to store deviations and paths (for example, for wells in oil industry).

pyLASDev is written according to LAS 1.2 and 2.0 specifications.

pyLASDev is distributed under BSD license.

PyLASDev Page on GitHib

Solved Problems in Geostatistics


At the project site, in the Solved Problems section, you can find Python scripts solving the geostatistical problems described in the book Solved Problems in Geostatistics" by O. Leuangthong, K.Daniel Khan, and Clayton V. Deutsch.

You can view examples, plots, histograms etc of solved problems at Solved Problems examples page.