Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
geoscene3d:project_content:dataformats:jupiter_generic_database_format [2020/01/31 11:03] – created gs3d | geoscene3d:project_content:dataformats:jupiter_generic_database_format [2023/01/06 08:36] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | v | + | ====== Jupiter Generic Database Format ====== |
+ | |||
+ | The Jupiter Generic Database Format is based on the full [[: | ||
+ | |||
+ | An empty database with this format is located in the main GeoScene3D installation directory (Jupiter_Wells_Empty.mdb). | ||
+ | |||
+ | The database consists of four simple tables containing borehole locations, layers, filters and waterlevel. The four tables are described below. | ||
+ | |||
+ | **BOREHOLE ** \\ | ||
+ | BOREHOLENO: Primary unique well ID [String]\\ | ||
+ | ELEVATION: Well elevation [Float]\\ | ||
+ | XUTM: Well easting [Float]\\ | ||
+ | YUTM: Well northing [Float] | ||
+ | |||
+ | **LITHSAMP ** \\ | ||
+ | BOREHOLENO: Primary unique well ID [String]\\ | ||
+ | SAMPLENO: Layer ID [Integer]\\ | ||
+ | TOP: Layer top depth [Float]\\ | ||
+ | BOTTOM: Layer bottom depth [Float]\\ | ||
+ | ROCKSYMBOL: Layer lithology. This string must correspond to the <font inherit/ | ||
+ | |||
+ | **SCREEN ** \\ | ||
+ | BOREHOLENO: Primary unique well ID [String]\\ | ||
+ | SCREENNO: Filter ID [Integer]\\ | ||
+ | TOP: Filter top depth [Float]\\ | ||
+ | BOTTOM: Filter bottom depth [Float] | ||
+ | |||
+ | **WATLEVEL ** \\ | ||
+ | BOREHOLENO: Primary unique well ID [String]\\ | ||
+ | INTAKENO: Intake ID [Integer]\\ | ||
+ | TIMEOFMEAS: Time of measurements for waterlevel in well [Date and Time]\\ | ||
+ | WATLEVMSL: Measured waterlevel meter above sealevel [Float] | ||
+ | |||
+ | See also:\\ | ||
+ | [[: | ||
+ |