Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"metadata": {},
"source": [
"## Exporting and Text Parsing of Drillhole Data\n",
"This notebook reads in from an export of the PostGIS/PostgreSQL WAMEX (Western Australian Mineral) database. A local subset copy instead of directly connecting to the database is used in this workshop. WAMEX contains mineral exploration reports and data that have lapsed the period of confidentiality. Online access is free of charge at:\n",
"This notebook reads from an export of the PostGIS/PostgreSQL WAMEX (Western Australian Mineral) database. A local subset copy instead of directly connecting to the database is used in this workshop. WAMEX contains mineral exploration reports and data that have lapsed the period of confidentiality. Online access is free of charge at:\n",
"https://www.dmp.wa.gov.au/Geological-Survey/Mineral-exploration-Reports-1401.aspx\n",
"\n",
"From this database export, we pullout the following information: <br>\n",
"From this database export, we pull out the following information: <br>\n",
"1 ) Collar (CollarID, Longitude, Latitude, RL, MaxDepth) <br>\n",
"2 ) Survey (CollarID, Depth, Azimuth, Dip) <br>\n",
"3 ) Lithology (CollarID, From_Depth, To_Depth, Company_LithoCode) <br>\n",
Expand Down