Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.84 KB

README.textile

File metadata and controls

35 lines (26 loc) · 1.84 KB

The World Wide Hydrogeological Database

About the project

This project was originaly launched in 2006 to help hydrogeologists or reservoir engineers for the characterization of underground reservoirs with respect to their flow and transport properties by providing a catalogue of typical values, or typical statistical distributions of physical properties of rock types.

The application is currently being improved to facilitate data query and submission (crowdsourcing). Please feel free to contribute either to data or to the application code. You can reach the staging server at http://dev.wwhypda.org/

Technologies used

  • Zend Framework 1.x
  • jQuery
  • PHP 5.3
  • MySQL 5.5
  • JavaScript
  • XHTML

Installation

  • Get a local copy of the project master git clone https://github.com/stissot/wwhypda.git
  • Setup a new user and MySQL database and import wwhypda.sql
  • Copy application/configs/application.ini.sample to application/configs/application.ini
  • Edit application.ini, complete the database credentials (user, passwd, host)
  • Setup a new VirtualHost in Apache (DocumentRoot must target the public subfolder) with AllowOverrides FileInfo
  • Load the page http://YOURHOST/rock-type/index

Screenshots

View raw measurements
Statistical distribution
Measurement inline editing
Data entry: Step 1
Data entry: Step 2
Data entry: Step 3
Data entry: Step 4