Artificial neural networks as a tool for mineral potential mapping with GIS

Size: px
Start display at page:

Download "Artificial neural networks as a tool for mineral potential mapping with GIS"

Transcription

1 INT. J. REMOTE SENSING, 2003, VOL. 24, NO. 5, Artificial neural networks as a tool for mineral potential mapping with GIS J. P. RIGOL-SANCHEZ Department of Geology, University of Jaen, 23071, Jaen, Spain M. CHICA-OLMO and F. ABARCA-HERNANDEZ RSGIS Lab, Department of Geodynamics, University of Granada/IACT, Avda. Fuentenueva s/n, 18071, Granada, Spain (Received 9 July 2001; in final form 14 August 2002) Abstract. A back-propagation artificial neural network (ANN) model is proposed to discriminate zones of high mineral potential in the Rodalquilar gold field, south-east Spain, using remote sensing and mineral exploration data stored in a GIS database. A neural network model with three hidden units was selected by means of the k-fold cross-validation method. The trained network estimated a gold potential map efficiently, indicating that both previously known and unknown potentially mineralized areas can be detected. These initial results suggest that ANN can be an effective tool for mineral exploration spatial data modelling. 1. Introduction Mineral exploration is a complex task which often requires the use of remote sensing, geochemical, geophysical and geological data to achieve satisfactory results. This demands a multithematic approach, and has made geographical information systems (GIS) a popular tool among exploration geologists because they allow for more effective integration and analysis of large numbers of spatial data with different attributes and formats (Burrough and McDonnell 1998). Data integration methods in GIS may be divided into two main groups based on knowledge-driven and datadriven models. Knowledge-driven models, such as weighted index overlay, fuzzy logic and multi-criteria evaluation, estimate the parameters of a function for combining datasets on the basis of expert opinion; while data-driven techniques such as regression, weights of evidence modelling, Dempster-Shafer belief functions, certainty factors, Bayesian statistics and artificial neural networks (ANNs), estimate model parameters from measured data (Bonham-Carter 1994). Zhou and Civco (1996) identified several problems affecting knowledge-driven data integration models, such as the difficulties inherent in handling spatial data that present inaccuracy and factor interdependency, assigning scores and selecting the aggregation function. Data-driven procedures also involve assumptions that are difficult to satisfy when dealing with geological variables such as linear relationships, variable independence and normal distributions; ANNs, however, are an exception and seem to offer advantages over other methods because they make no assumptions about the data and allow for International Journal of Remote Sensing ISSN print/issn online 2003 Taylor & Francis Ltd DOI: /

2 1152 J. P. Rigol-Sanchez et al. nonlinear and interactive effects (Bishop 1995). For instance, Singer and Kouda (1996) have shown the potential of ANNs in the search for mineral deposits using X-ray mineralogical data from 69 drill holes. Although ANNs are used frequently as remote sensing data classifiers, their potential as spatial modelling tools is still underexplored. One reason for this might be that ANNs are often regarded as black-boxes along with the fact that ANN modelling involves an appreciably more elaborate training process (i.e. parameter adjustment) than other methods. In the present study, a back-propagation neural network model was developed using a comprehensive exploration GIS database for mineral potential mapping in the Rodalquilar gold mining district, Spain (figure 1(a)). A gold potential map was generated with the model. 2. Study area and datasets The test site in Almería, south-east Spain, covering an area of 150 km2, corresponds to the Rodalquilar mining district (figure 1(a)), where epithermal quartz-alunite gold deposits have been exploited in recent decades. They are associated with felsic to intermediate tertiary volcanic rocks showing fracturation and pervasive hydrothermal alteration (Rytuba et al. 1990). On the basis of the deposit model for the district outlined by Rytuba et al. (1990), the following datasets were selected for the analyses: (a) Landsat 5 Thematic Mapper (TM) image acquired in July 1991; (b) geochemical survey (59 elements, 372 locations); (c) gravity and magnetic survey (330 ground stations); (d) fracturation map; and (e) gold occurrence database containing 49 locations. Datasets were gathered in the context of the DARSTIMEX European Project (Chica-Olmo et al. 2002), where a discussion about the simulation of different mineral exploration scenarios using weighted index overlay, is presented. TM data processing was focused on identifying hydrothermally altered areas. TM band ratios have been shown to be very useful in delineating rock alteration in the area (Crosta and Moore 1989). TM 5/7 and 3/1 band ratios were selected as input variables to the model because of their ability to discriminate ore-related hydroxyl and iron-oxide alteration respectively. Geochemical data were processed by performing principal component analysis (PCA) on 46 selected mineralization-related elements. PC1 and PC3, indicating lithology (Si-Al versus Ca) and Au-Ag-As-S association respectively, were chosen for further modelling. Continuous surfaces were created by kriging (Journel and Huijbregts 1978) from geochemical PCs to minimize estimation error. Gravity and magnetic residual values were also interpolated by kriging to generate residual anomaly maps indicating the presence of potential ore-related buried anomalous bodies. A distance-to-nearest-fracture map was derived from the fracturation map by using GIS analysis functions. All seven input maps were stored as raster layers with 30 m spatial resolution in the exploration GIS (figures 1(b h)). Preliminary statistical analyses indicated that input variables showed non-normal distributions and cross-correlations (Spearman R) between 0.10 and Methodology 3.1. T raining set construction A feed-forward network was used for this study (see Bishop 1995 for further details). Training patterns were created by recording the values shown by input GIS variables at each of the 46 locations of the gold occurrence database. The training dataset was completed adding 59 locations scattered over the district selected by means of stratified random sampling and recording input variable values as above.

3 Remote Sensing L etters 1153 Figure 1. (a) The study area, and input layers: ( b) distance to nearest fracture; (c) TM 5/7 band ratio; (d) TM 3/1 band ratio; (e) geochemistry PC1; (f ) geochemistry PC3; (g) gravimetric anomaly; ( h) magnetic anomaly. Lighter tones indicate higher values. The reason for this was twofold: to include both positive (presence) and negative (absence) patterns, and to reflect, to some extent, the positive skew probability distribution of known occurrences in the district. It was therefore assumed that the prior probability of the 59 points containing a deposit was very low. Thus, gold occurrences were coded as 1 and the remaining locations as 0. These values constituted the desired output. Input variables were linearly rescaled to the range [0, 1]. As discussed below, ANNs can be developed even when the pattern set is small.

4 1154 J. P. Rigol-Sanchez et al Network implementation The network implementation required three main steps: model and architecture selection; training; and performance assessment. First, the pattern set was partitioned randomly into a training set (86%) and a test set (14%) for independent testing (figure 2). Since the numbers of input and output layer units were set to seven and one respectively, architecture selection consisted of choosing the number of hidden layer units. This step was performed using k-fold cross-validation on the training set, which is a method that is especially well suited to small pattern set modelling (see Bishop 1995). The training set was randomly divided into k=10 subsets of equal size. Different networks with increasing number of hidden units were then trained k=10 times, each time leaving out one of the subsets from training, but using only the omitted (accuracy assessment or, in ANN parlance, validation) subset to assess their generalization performance (figure 2). In all experiments training was stopped when no further decrease in error on the accuracy assessment subset (i.e. generalization) occurred over 200 cycles. A variant of the back-propagation algorithm with momentum and a flat spot elimination term was used for training. The activation function was taken to be the logistic function and the learning rate was set to 0.4. The training process was run six times using different random initial weights. The model having the smallest average accuracy assessment error over 10 subsets (60 runs) was selected. Independent generalization performance assessment was done by presenting the network with the previously withheld test set with no learning (i.e. training) taking place and computing its average error. This ensured that the model will not only fit the training data, but also previously unseen data, which is essential in predictive mapping. Finally, the Figure 2. Schematic view of network model implementation procedure.

5 Remote Sensing L etters 1155 selected model was trained on the complete training set using the test set to stop training. The number of training cycles and the previously-derived average test error were also used to guide the process. A mineral potential surface (map) was generated by presenting the trained network with an input pattern set from the entire district. During this phase (i.e. estimation) the output unit generated a value within the range 0 1, which can be interpreted as the favourability (probability) to the presence of gold occurrence at a given location. 4. Results, discussion and conclusions Cross-validation indicated that the simplest network architecture yielding the smallest generalization error was one with three hidden layer units (figure 3). While adding more hidden units decreased the training error, it made a negligible difference to the accuracy assessment error. It also helps to prevent overfitting, an undesirable situation where a model that is too complex fits both the data and the noise in the pattern set. The average accuracy assessment rms error was and the average rms error for the independent test set was (R2=0.50). The testing accuracy obtained was 80% using a cutoff value of 0.5. In the final training step, the rms error for the training set was and its R2 value was 0.52, while the average rms error for the accuracy assessment set (in this case the test set) was and its R2 value was Training and accuracy assessment set accuracies were 86.7% and 73.3% respectively. These results suggest that the model could be used to estimate the presence/absence occurrence patterns bearing in mind the complexity of the phenomenon being modelled. The gold potential map for the Rodalquilar district generated by the network model in the estimation phase is shown in figure 4. Training and test set patterns are also shown. There is a similarity between the potential map and input layer PC3 (figure 1(f )), suggesting that variable PC3 has a notable influence on favourability. Main high potential areas are located around Cerro del Cinto (A), where extremely high-grade ore bodies have been exploited, Los Tollos (B), Las Niñas (C), and north of B (D). Most known occurrences are adequately detected by the model, although some discrepancies can be noticed. The model failed to detect the test set occurrence labelled 1 and the training set occurrences west of location 5. On the other hand, previously unknown areas such as zone D and the two zones on the western edge are clearly delineated by the model, suggesting additional potential targets for further exploration. Initial results of this study demonstrate that ANNs can be used effectively as Figure 3. Structure of the network model used for gold potential mapping.

6 1156 Remote Sensing L etters Figure 4. Gold favourability map estimated by means of the model. Training set and test set locations are shown as black and white markers respectively (dots=0, crosses=1). tools for mineral potential mapping using remotely sensed and field exploration data. Research is currently in progress to evaluate a range of data integration procedures for mineral potential mapping. References BISHOP, C. M., 1995, Neural networks for pattern recognition. 1st edition (Oxford: Clarendon). BONHAM-CARTER, G. F., 1994, Geographic Information Systems for geoscientists: modelling with GIS. 1st edition (Ottawa: Pergamon). BURROUGH, P. A., and MCDONNELL, R. A., 1998, Principles of Geographical Information Systems. (Oxford: Oxford University Press). CHICA-OLMO, M., ABARCA, F. and RIGOL, J. P., 2002, Development of a decision support system based on remote sensing and GIS techniques for gold-rich area identification in SE Spain. International Journal of Remote Sensing, 23, CROSTA, A. P., and MOORE, J. M., 1989, Geological mapping using Landsat Thematic Mapper imagery in Almeria Province, south-east Spain. International Journal of Remote Sensing, 10, JOURNEL, A. G., and HUIJBREGTS, C. J., Mining Geostatistics. (New York: Academic Press). RYTUBA, J. J., ARRIBAS JR., A., CUNNINGHAM, C. G., MCKEE, E. H., PODWYSOCKI, M. H., SMITH, J. G., KELLY, W. C., and ARRIBAS, A., 1990, Mineralized and unmineralized calderas in Spain, Part II: Evolution of the Rodalquilar caldera complex and associated gold-alunite deposits. Mineralium Deposita, 25 (Suppl ), SINGER, D. A., and KOUDA, R., 1996, Application of a feedforward neural network in the search for Kuroko deposits in the Hokuroku district, Japan. Mathematical Geology, 28, ZHOU, J., and CIVCO, D. L., 1996, Using genetic learning neural networks for spatial decision making in GIS. Photogrammetric Engineering and Remote Sensing, 62,

Development of a Decision Support System based on remote sensing and GIS techniques for gold-rich area identi cation in SE Spain

Development of a Decision Support System based on remote sensing and GIS techniques for gold-rich area identi cation in SE Spain int. j. remote sensing, 2002, vol. 23, no. 22, 4801 4814 Development of a Decision Support System based on remote sensing and GIS techniques for gold-rich area identi cation in SE Spain M. CHICA-OLMO,

More information

Resource Management through Machine Learning

Resource Management through Machine Learning Resource Management through Machine Learning Justin Granek Eldad Haber* Elliot Holtham University of British Columbia University of British Columbia NEXT Exploration Inc Vancouver, BC V6T 1Z4 Vancouver,

More information

Prospectivity Modelling of Granite-Related Nickel Deposits Throughout Eastern Australia

Prospectivity Modelling of Granite-Related Nickel Deposits Throughout Eastern Australia Prospectivity Modelling of Granite-Related Nickel Deposits Throughout Eastern Australia M P Hill 1 and A McCarthy 2 ABSTRACT Spatial modelling has been used to determine potential locations of granite-related

More information

The Use of a Multilayer Feedforward Neural Network for Mineral Prospectivity Mapping

The Use of a Multilayer Feedforward Neural Network for Mineral Prospectivity Mapping The Use of a Multilayer Feedforward Neural Network for Mineral Prospectivity Mapping Warick Brown', Tamds Gedeon', and Robert Barnes' ' Centre for Strategic Mineral Deposits, Department of Geology and

More information

Improvements on 2D modelling with 3D spatial data: Tin prospectivity of Khartoum, Queensland, Australia

Improvements on 2D modelling with 3D spatial data: Tin prospectivity of Khartoum, Queensland, Australia Improvements on 2D modelling with 3D spatial data: Tin prospectivity of Khartoum, Queensland, Australia C. E. Payne, F. W. Cunningham, A. J. Wilkins & G. A. Partington Kenex Ltd. Outline Prospectivity

More information

Remotely sensed ore mineralization potentials in Ramand altered region, north of Iran

Remotely sensed ore mineralization potentials in Ramand altered region, north of Iran American Journal of Civil Engineering 2015; 3(2-2): 18-23 Published online February 6, 2015 (http://www.sciencepublishinggroup.com/j/ajce) doi: 10.11648/j.ajce.s.2015030202.14 ISSN: 2330-8729 (Print);

More information

Spatial modelling of phosphorite deposits in the Irece Basin, Bahia, Brazil. W. Franca-Rocha 1,2, A. Misi 2

Spatial modelling of phosphorite deposits in the Irece Basin, Bahia, Brazil. W. Franca-Rocha 1,2, A. Misi 2 Spatial modelling of phosphorite deposits in the Irece Basin, Bahia, Brazil W. Franca-Rocha 1,2, A. Misi 2 1 Universidade Estadual de Feira de Santana,Km 3, Br 116, Feira de Santana, 44431-460, Brazil,

More information

Project Development in Argentina. For Wind Energy and Minerals Using Spatial Data Modelling

Project Development in Argentina. For Wind Energy and Minerals Using Spatial Data Modelling Project Development in Argentina For Wind Energy and Minerals Using Spatial Data Modelling Introduction Development of New Business Opportunities in Argentina Key Project for Kenex Since Mining 2010. Based

More information

New Discoveries Using Spatial Analysis in GIS

New Discoveries Using Spatial Analysis in GIS New Discoveries Using Spatial Analysis in GIS Exploration in the Digital Age Acknowledging:, Auzex Resources, Aurora Minerals, HPD New Zealand, Garry Raines and Graeme Bonham-Carter Talking About Passion!!

More information

Optimizing Geophysical Inversions for Archean Orogenic Gold Settings

Optimizing Geophysical Inversions for Archean Orogenic Gold Settings Geophysical Inversion and Modeling Optimizing Geophysical Inversions for Archean Orogenic Gold Settings 1. University of British Columbia Paper 103 Mitchinson, D. E. [1], Phillips, N. D. [1] ABSTRACT Geophysical

More information

Remote Sensing and Spatial Analysis Applied to Prospectivity Mapping. Carlos R. Souza Filho S. Asadzade T. Lammoglia University of Campinas (UNICAMP)

Remote Sensing and Spatial Analysis Applied to Prospectivity Mapping. Carlos R. Souza Filho S. Asadzade T. Lammoglia University of Campinas (UNICAMP) Remote Sensing and Spatial Analysis Applied to Prospectivity Mapping Carlos R. Souza Filho S. Asadzade T. Lammoglia University of Campinas (UNICAMP) Lisbon, December 2017 INTRODUCTION The detection of

More information

GIS AS A TOOL FOR MINERAL EXPLORATION

GIS AS A TOOL FOR MINERAL EXPLORATION GIS AS A TOOL FOR MINERAL EXPLORATION By Njagi Dennis Muriithi I13/3169/2008 SGL 413: PROJECT IN GEOLOGY Course coordinators: Dr. C. M. Gichaba Dr. E. Dindi Supervisor: Dr. C. M. Gichaba OUTLINE Introduction

More information

Prospectivity Modelling of Mineralisation Systems in Papua New Guinea Using Weights of Evidence Techniques

Prospectivity Modelling of Mineralisation Systems in Papua New Guinea Using Weights of Evidence Techniques Prospectivity Modelling of Mineralisation Systems in Papua New Guinea Using Weights of Evidence Techniques K Peters 1 and G Partington 2 ABSTRACT A regional scale prospectivity model was developed for

More information

EXPLORATION TARGETING USING GIS: MORE THAN A DIGITAL LIGHT TABLE

EXPLORATION TARGETING USING GIS: MORE THAN A DIGITAL LIGHT TABLE EXPLORATION TARGETING USING GIS: MORE THAN A DIGITAL LIGHT TABLE G A PARTINGTON 1 INTRODUCTION The use of computers in mineral exploration in the last twenty years has dramatically changed the way we carry

More information

Applying Artificial Neural Networks to problems in Geology. Ben MacDonell

Applying Artificial Neural Networks to problems in Geology. Ben MacDonell Applying Artificial Neural Networks to problems in Geology Ben MacDonell Artificial neural networks: a new method for mineral prospectivity mapping Training an ANN on geological data to predict parts of

More information

Application and Challenges of Artificial Intelligence in Exploration

Application and Challenges of Artificial Intelligence in Exploration Application and Challenges of Artificial Intelligence in Exploration XPLOR 2017 John McGaughey 2017 Mira Geoscience Ltd. Artificial Intelligence Artificial Intelligence is colossally hyped these days,

More information

POTENTIAL OF THE DONGWE COPPER GOLD PROJECT

POTENTIAL OF THE DONGWE COPPER GOLD PROJECT POTENTIAL OF THE DONGWE COPPER GOLD PROJECT By Nathan Sabao, P.Geo. September 2015 1 TABLE OF CONTENTS Page 1.0 EXECUTIVE SUMMARY 1 2.0 LOCATION 2 3.0 ACCESS 2 4.0 GEOLOGY 3 5.0 PREVIOUS DRILLING 5 6.0

More information

Sustainable Natural Resources Development on a Small Planet. Mineral Exploration

Sustainable Natural Resources Development on a Small Planet. Mineral Exploration Sustainable Natural Resources Development on a Small Planet Mineral Exploration Exploration the mining industry s principal activity in research and development Scientific and engineering principles used

More information

GIS GIS GIS.

GIS GIS GIS. GIS 388 Vol., No., Spring 2009 73-88 GIS Iranian Remote Sensing & GIS GIS ( : ) 3 2 * GIS - GIS -2 GIS -3 88//3 : 88/5/4 : (GIS)..... :.. 26.. 88... (GIS) : Email: frdhal@gmail.com 8878623 :.8878622 :

More information

In classical set theory, founded

In classical set theory, founded Fuzzy logic: Identifying areas for mineral development by Mandy Vickers and Gavin Fleming, Mintek This article looks at the application of fuzzy logic set theory in GIS to identify potential areas for

More information

Predictive Modelling of Ag, Au, U, and Hg Ore Deposits in West Texas Carl R. Stockmeyer. December 5, GEO 327G

Predictive Modelling of Ag, Au, U, and Hg Ore Deposits in West Texas Carl R. Stockmeyer. December 5, GEO 327G Predictive Modelling of Ag, Au, U, and Hg Ore Deposits in West Texas Carl R. Stockmeyer December 5, 2013 - GEO 327G Objectives and Motivations The goal of this project is to use ArcGIS to create models

More information

Mineral Prospectivity Modelling 2010

Mineral Prospectivity Modelling 2010 Mineral Prospectivity Modelling 2010 Kenex Ltd, Eastbourne, New Zealand Kenex Pty Ltd, Perth, Western Australia P: +64 4 562 6253 www.kenex.co.nz info@kenex.co.nz P: +61 8 6468 4965 www.kenex.com.au info@kenex.com.au

More information

Geo-scientific Data Integration to Evaluate Geothermal Potential Using GIS (A Case for Korosi-Chepchuk Geothermal Prospects, Kenya)

Geo-scientific Data Integration to Evaluate Geothermal Potential Using GIS (A Case for Korosi-Chepchuk Geothermal Prospects, Kenya) Geo-scientific Data Integration to Evaluate Geothermal Potential Using GIS (A Case for Korosi-Chepchuk Geothermal Prospects, Kenya) Levi Shako and Joseph Mutua Geothermal Development Company, P. O. Box

More information

SINGULARITY ANALYSIS FOR IMAGE PROCESSING AND ANOMALY ENHANCEMENT. Qiuming CHENG

SINGULARITY ANALYSIS FOR IMAGE PROCESSING AND ANOMALY ENHANCEMENT. Qiuming CHENG SINGULARITY ANALYSIS FOR IMAGE PROCESSING AND ANOMALY ENHANCEMENT Qiuming CHENG Department of Earth and Atmospheric Science, Department of Geography, York University, Toronto, 4700 Keele Street, Ont. M3J

More information

Incorporating Mineral Prospectivity Analysis in Quantitative Estimation of Undiscovered Mineral Resources

Incorporating Mineral Prospectivity Analysis in Quantitative Estimation of Undiscovered Mineral Resources VI Brazilian Symposium on Mineral Exploration Ouro Preto, Minas Gerias, Brazil 11-14 May 2014 Incorporating Mineral Prospectivity Analysis in Quantitative Estimation of Undiscovered Mineral Resources John

More information

Regional GIS based exploration targeting studies in data poor environments

Regional GIS based exploration targeting studies in data poor environments Regional GIS based exploration targeting studies in data poor environments A case study of gold prospectivity mapping in Nigeria Matthew Greentree, Mathieu Lacorde and Bert De Waele Acknowledgements Australian

More information

Junior Uranium explorer in the Athabasca Basin. Patterson Claims

Junior Uranium explorer in the Athabasca Basin. Patterson Claims Junior Uranium explorer in the Athabasca Basin Patterson Claims Cautionary Note Regarding Forward-Looking Statements This Presentation and the exhibits attached herein contain forward-looking statements

More information

Spatial Data Modelling: The Search For Gold In Otago. Presented By Matthew Hill Kenex Knowledge Systems (NZ) Kenex. Kenex

Spatial Data Modelling: The Search For Gold In Otago. Presented By Matthew Hill Kenex Knowledge Systems (NZ) Kenex. Kenex Spatial Data Modelling: The Search For Gold In Otago Presented By Matthew Hill Knowledge Systems (NZ) Acknowledgements Michelle Stokes & Greg Partington - Pty Ltd (Australia) Paul Matthews, Charlene Wildman,

More information

Keywords: (Fuzzy Logic Integration, Mineral Prospectivity, Urmia-Dokhtar, Kajan, GIS)

Keywords: (Fuzzy Logic Integration, Mineral Prospectivity, Urmia-Dokhtar, Kajan, GIS) Mineral Prospectivity Mapping by Fuzzy Logic Data Integration, Kajan Area in Central Iran Pezhman Rasekh 1 (p.rasekh@ut.ac.ir), Farshid Kiani 1, Hooshang H. Asadi 1, Seyed Hassan Tabatabaei 1 1 Isfahan

More information

MORE HIGH-GRADE GOLD INTERSECTIONS FROM CITADEL S SHAYBAN PROJECT, SAUDI ARABIA

MORE HIGH-GRADE GOLD INTERSECTIONS FROM CITADEL S SHAYBAN PROJECT, SAUDI ARABIA Citadel Resource Group Limited ASX Release 7th July 2009 MORE HIGH-GRADE GOLD INTERSECTIONS FROM CITADEL S SHAYBAN PROJECT, SAUDI ARABIA Highlights: LATEST RC IN-FILL AND EXTENSIONAL DRILLING CONTINUES

More information

Mapping Epithermal Alteration Mineralogy with High Spatial Resolution Hyperspectral Imaging of Rock Samples

Mapping Epithermal Alteration Mineralogy with High Spatial Resolution Hyperspectral Imaging of Rock Samples Mapping Epithermal Alteration Mineralogy with High Spatial Resolution Hyperspectral Imaging of Rock Samples Cecilia Contreras Co-authors: Dr. Chris Hecker Dr. Freek van der Meer GRSG 28 th International

More information

For personal use only

For personal use only ANNOUNCEMENT TO THE AUSTRALIAN SECURITIES EXCHANGE: 28 NOVEMBER 2012 DRILLING UPDATE MABILO PROJECT The Directors of Sierra Mining Limited ( Sierra ) are pleased to announce further results from reconnaissance

More information

Mineral Exploration Using GIS

Mineral Exploration Using GIS King Fahad University of Petroleum and Minerals City and Regional Planning Department CRP 514: Introduction to GIS Term 112 Mineral Exploration Using GIS Term paper presentation By Mutasim Osman ID # g201105050

More information

Sotkamo Silver Mo i Rana and Tampere areas. Erkki Kuronen Chief Geologist, M.Sc., MAusIMM Sotkamo Silver Oy

Sotkamo Silver Mo i Rana and Tampere areas. Erkki Kuronen Chief Geologist, M.Sc., MAusIMM Sotkamo Silver Oy Mo i Rana and Tampere areas Erkki Kuronen Chief Geologist, M.Sc., MAusIMM Oy Mo i Rana and Tampere areas Erkki Kuronen Chief Geologist, M.Sc., MAusIMM Oy 2.9.2018 Silver 2 Deposits and Projects develops

More information

Scadding Property Sudbury District, Ontario

Scadding Property Sudbury District, Ontario FOR IMMEDIATE RELEASE Northern Sphere Mining Corp. optimizes mineral targets on its Sudbury Nickel Belt and Arizona Porphyry Copper properties Toronto, Ontario April 5, 2018 - Northern Sphere Mining Corp.

More information

Downloaded 12/02/14 to Redistribution subject to SEG license or copyright; see Terms of Use at

Downloaded 12/02/14 to Redistribution subject to SEG license or copyright; see Terms of Use at Hydrocarbon-bearing dolomite reservoir characterization: A case study from eastern Canada Amit Kumar Ray, Ritesh Kumar Sharma* and Satinder Chopra, Arcis Seismic Solutions, TGS, Calgary, Canada. Summary

More information

EMU NL Annual General Meeting

EMU NL Annual General Meeting EMU NL Annual General Meeting Big Targets in the Maricunga Gold Belt Encouraging Results Getting the job done 9 November 2017 Investment proposition EMU is an ASX listed company seeking to deliver tangible

More information

Deriving optimal exploration target zones on mineral prospectivity maps 1

Deriving optimal exploration target zones on mineral prospectivity maps 1 Deriving optimal exploration target zones on mineral prospectivity maps 1 P. Debba 2, E. J. M. Carranza 3, A. Stein 3 and F. D. van der Meer 3 1 Received ; accepted 2 CSIR, Logistics and Quantitative Methods,

More information

ASX Announcement. 28 January Drill results indicate large Porphyry Copper Gold System at Peenam

ASX Announcement. 28 January Drill results indicate large Porphyry Copper Gold System at Peenam ASX Announcement 28 January 2010 Drill results indicate large Porphyry Copper Gold System at Peenam Highlights: 270 metres of visible copper (gold) mineralisation in first diamond core hole at Peenam Prospect

More information

Magnus Copper Project exploration update

Magnus Copper Project exploration update ASX ANNOUNCEMENT 30 SEPTEMBER 2011 CODE: ALY BOARD OF DIRECTORS Mr Warwick Davies Non-Executive Chairman Mr Robert Brierley Managing Director Mr John Arbuckle Non-Executive Director Mr Jeffrey Moore Non-Executive

More information

indigeo Consultants Pvt Ltd Geophysical Surveys Geological Surveys GIS & Data Solutions Image Processing indigeo Company Profile, Page 1

indigeo Consultants Pvt Ltd Geophysical Surveys Geological Surveys GIS & Data Solutions Image Processing indigeo Company Profile, Page 1 indigeo Consultants Pvt Ltd Geophysical Surveys Geological Surveys GIS & Data Solutions Image Processing MM Corner, 3 rd Floor #58, Banaswadi Main Road Bangalore 560033 INDIA Ph: +91 80 41638310 Mob: +91

More information

PROJECT DETAILS August 2014

PROJECT DETAILS August 2014 PROJECT DETAILS August 2014 Executive Summary InterGroup Mining Pty Ltd has a major gold exploration project located in North Queensland, Australia, in an underexplored high gold bearing district, west

More information

For personal use only

For personal use only 20 16 FEBRUARY JANUARY 2017 ASX ANNOUNCEMENT OMMANEY FOLLOW-UP RC DRILLING Ommaney follow up drilling to commence in early to mid-march 2017. A 7 hole RC drilling program will follow up the intense alteration

More information

A New Direction. Copper-Gold Deposit at Thor TSX.V:COL. August 11, May 2013

A New Direction. Copper-Gold Deposit at Thor TSX.V:COL. August 11, May 2013 A New Direction Copper-Gold Deposit at Thor August 11, 2016 May 2013 TSX.V:COL FORWARD LOOKING STATEMENTS This presentation includes certain forward-looking information or forward-looking statements for

More information

Artificial Neural Networks

Artificial Neural Networks Introduction ANN in Action Final Observations Application: Poverty Detection Artificial Neural Networks Alvaro J. Riascos Villegas University of los Andes and Quantil July 6 2018 Artificial Neural Networks

More information

Richard Poulden, Executive Chairman of Wishbone Gold said:

Richard Poulden, Executive Chairman of Wishbone Gold said: Wishbone Gold Plc / Index: AIM / Epic: WSBN / Sector: Natural Resources 17 July 2013 Wishbone Gold Plc ( Wishbone Gold or the Company ) Positive Exploration Update on Hanging Valley Prospect, Wishbone

More information

GEOTHERMAL WELL SITING USING GIS: A CASE STUDY OF MENENGAI GEOTHERMAL PROSPECT

GEOTHERMAL WELL SITING USING GIS: A CASE STUDY OF MENENGAI GEOTHERMAL PROSPECT GEOTHERMAL WELL SITING USING GIS: A CASE STUDY OF MENENGAI GEOTHERMAL PROSPECT Levi Shako Geothermal Development Company P. O Box 17700-20100, Nakuru, Kenya. lshako@gdc.co.ke ABSTRACT Geothermal well site

More information

African Mining and Exploration plc. ( AME or the Company ) Acquisition of Caracal Gold Mali SARL

African Mining and Exploration plc. ( AME or the Company ) Acquisition of Caracal Gold Mali SARL African Mining and Exploration plc. ( AME or the Company ) Acquisition of Caracal Gold Mali SARL African Mining & Exploration plc (AME), the AIM listed company focusing on exploration in West Africa, is

More information

Norwest successfully lists on ASX, Drilling commenced at Warriedar Gold Project

Norwest successfully lists on ASX, Drilling commenced at Warriedar Gold Project ASX ANNOUNCEMENT 4 December 2018 ASX: NWM Norwest successfully lists on ASX, Drilling commenced at Warriedar Gold Project Norwest Minerals listed on the ASX 29 th November following its successful $6.6

More information

Northern Chile, 85 Km NE of La Serena 125 km S of Relincho (Nueva Union Teck-Goldcorp)

Northern Chile, 85 Km NE of La Serena 125 km S of Relincho (Nueva Union Teck-Goldcorp) July 2017 Mirador lies along the southern extensions of the highly productive Paleocene Mineral Belt in northern Chile that contains numerous important copper, gold and silver mines and projects. Mirador

More information

GOLD IN MANITOBA SHORT COURSE

GOLD IN MANITOBA SHORT COURSE November 20-22 GOLD IN MANITOBA SHORT COURSE D. Lentz Developing the Orogenic Gold Deposit Model: Insights from R&D for Exploration Success View Abstract B. Lafrance Structural Controls on Hydrothermal

More information

Mirasol Outlines 1.4 km long Geophysical Anomaly at the Resolution Trend of the Nico Ag-Au Project, Santa Cruz, Argentina

Mirasol Outlines 1.4 km long Geophysical Anomaly at the Resolution Trend of the Nico Ag-Au Project, Santa Cruz, Argentina NEWS RELEASE Mirasol Outlines 1.4 km long Geophysical Anomaly at the Resolution Trend of the Nico Ag-Au Project, Santa Cruz, Argentina VANCOUVER, BC July 5, 2018 Mirasol Resources Ltd. (TSXV: MRZ), (OTCPK:

More information

CSA Mine Observations Applied to the Development of Regional Exploration Models

CSA Mine Observations Applied to the Development of Regional Exploration Models CSA Mine Observations Applied to the Development of Regional Exploration Models 1 Introduction Recent work completed by the geology team has resulted in an improved understanding of the CSA mine system

More information

3D model of a Supergene Gold Deposit derived from Spectral Mapping

3D model of a Supergene Gold Deposit derived from Spectral Mapping 3D model of a Supergene Gold Deposit derived from Spectral Mapping Exploration Technologies 2011 Scott Halley ABSTRACT: A 3D MODEL OF A SUPERGENE GOLD DEPOSIT CREATED FROM SPECTRALLY DERIVED MINERALOGY

More information

SPECTRAL DISCRIMINATION OF ROCK TYPES IN THE ARAVALLI MOUNTAIN RANGES OF RAJASTHAN (INDIA) USING LANDSAT THEMATIC MAPPER DATA

SPECTRAL DISCRIMINATION OF ROCK TYPES IN THE ARAVALLI MOUNTAIN RANGES OF RAJASTHAN (INDIA) USING LANDSAT THEMATIC MAPPER DATA SPECTRAL DISCRIMINATION OF ROCK TYPES IN THE ARAVALLI MOUNTAIN RANGES OF RAJASTHAN (INDIA) USING LANDSAT THEMATIC MAPPER DATA Dr. Nilanchal Patel Reader, Department of Remote Sensing Birla Institute of

More information

Initial Gold Resource at Sissingue Tengrela Project (Ivory Coast)

Initial Gold Resource at Sissingue Tengrela Project (Ivory Coast) ASX/MEDIA RELEASE 27 November 2008 Highlights Initial Gold Resource at Sissingue Tengrela Project (Ivory Coast) Indicated and Inferred resources total 970,000 ounces at 1.9 using 1 cut-off (15.7 million

More information

INV METALS ANNOUNCES DRILL RESULTS AT LOMA LARGA AND INITIAL PROSPECTING RESULTS ON NEW REGIONAL PROPERTIES

INV METALS ANNOUNCES DRILL RESULTS AT LOMA LARGA AND INITIAL PROSPECTING RESULTS ON NEW REGIONAL PROPERTIES INV METALS ANNOUNCES DRILL RESULTS AT LOMA LARGA AND INITIAL PROSPECTING RESULTS ON NEW REGIONAL PROPERTIES TORONTO, ON September 18, 2017 INV Metals ( INV Metals or Company ) (TSX: INV) is very pleased

More information

CHAMPION BEAR RESOURCES

CHAMPION BEAR RESOURCES CHAMPION BEAR RESOURCES EXPLORING ADVANCED STAGE PRECIOUS METAL PROPERTIES IN ONTARIO Exploration Update January 2011 Forward Looking Statements This exploration update contains forward looking statements

More information

Developing Models using GIS to Assess Process and Economic Risk: Examples from Mineral Exploration and Wind Energy Development in New Zealand

Developing Models using GIS to Assess Process and Economic Risk: Examples from Mineral Exploration and Wind Energy Development in New Zealand Developing Models using GIS to Assess Process and Economic Risk: Examples from Mineral Exploration and Wind Energy Development in New Zealand Gregor A Partington Kenex Australia Ltd. Introduction Succeeding

More information

Carrapateena Mineral Resources Explanatory Notes April OZ Minerals Limited. Carrapateena Mineral Resources Statement April

Carrapateena Mineral Resources Explanatory Notes April OZ Minerals Limited. Carrapateena Mineral Resources Statement April OZ Minerals Limited Carrapateena Mineral Resources Statement April 14 2011 CARRAPATEENA MINERAL RESOURCE STATEMENT April 14, 2011 The Carrapateena Resource Statement relates to an upgrading to an Inferred

More information

A Method to Improve the Accuracy of Remote Sensing Data Classification by Exploiting the Multi-Scale Properties in the Scene

A Method to Improve the Accuracy of Remote Sensing Data Classification by Exploiting the Multi-Scale Properties in the Scene Proceedings of the 8th International Symposium on Spatial Accuracy Assessment in Natural Resources and Environmental Sciences Shanghai, P. R. China, June 25-27, 2008, pp. 183-188 A Method to Improve the

More information

Pancake Model vs Willow Corporate Presentation March 2018

Pancake Model vs Willow Corporate Presentation March 2018 Pancake Model vs Willow Corporate Presentation March 2018 Abacus Mining and Exploration Corporation I TSX:AME I www.amemining.com 1 Forward Looking Information This presentation includes certain statements

More information

Grassroots Exploration for Gold in Labrador

Grassroots Exploration for Gold in Labrador Grassroots Exploration for Gold in Labrador Roger Moss, Nikos Explorations Ltd., Shawn Ryan, RyanWood Exploration, John Clarke, GroundTruth Exploration. Mineral Resources Review November 1 st -4 th 2017

More information

Interpretation of Multi-Element Geochemistry

Interpretation of Multi-Element Geochemistry Interpretation of Multi-Element Geochemistry Gregg Morrison & Terra Search Project Team December 2017 Metallogenic classification using ME data A lot of 46 element ICP data resides in company files with

More information

Prospectivity mapping for orogenic gold in South-East Greenland

Prospectivity mapping for orogenic gold in South-East Greenland Prospectivity mapping for orogenic gold in South-East Greenland Björn H. Heincke & Bo Møller Stensgaard Presented by Kristine Thrane Geological Survey of Denmark and Greenland Danish Ministry of Climate,

More information

For personal use only

For personal use only 31 Ord Street, West Perth WA 6005 PO Box 1941, West Perth WA 6872 +61 8 9322 1003 australianpotash.com.au ABN 58 149 390 394 5 September 2017 EXPLORATION UPDATE AHEAD OF GOLD DRILLING YAMARNA GOLD PROJECT

More information

Self Organizing Maps. We are drowning in information and starving for knowledge. A New Approach for Integrated Analysis of Geological Data.

Self Organizing Maps. We are drowning in information and starving for knowledge. A New Approach for Integrated Analysis of Geological Data. Radiometrics Processed Landsat TM Self Organizing Maps A New Approach for Integrated Analysis of Geological Data. We are drowning in information and starving for knowledge. Rutherford D. Roger Stephen.Fraser@csiro.au

More information

Statistical Rock Physics

Statistical Rock Physics Statistical - Introduction Book review 3.1-3.3 Min Sun March. 13, 2009 Outline. What is Statistical. Why we need Statistical. How Statistical works Statistical Rock physics Information theory Statistics

More information

For personal use only

For personal use only L4 66 Kings Park Road West Perth WA 6005 P: +61 8 6141 3585 F: +61 8 6141 3599 E: info@drakeresources.com.au ASX Announcement 16 th September 2014 Seimana Gold Project Technical Update and Next Steps Geophysical

More information

New version of the Spatial Data Modeler tool: ArcSDM 5. ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi

New version of the Spatial Data Modeler tool: ArcSDM 5. ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi New version of the Spatial Data Modeler tool: ArcSDM 5 ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi Funding 2 Acknowledgements This presentation may include slides borrowed from the following persons

More information

Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh, India Using Feed-Forward Artificial Neural Network

Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh, India Using Feed-Forward Artificial Neural Network International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 8ǁ August. 2013 ǁ PP.87-93 Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh,

More information

Neural Network Ensembles using Interval Neutrosophic Sets and Bagging for Mineral Prospectivity Prediction and Quantification of Uncertainty

Neural Network Ensembles using Interval Neutrosophic Sets and Bagging for Mineral Prospectivity Prediction and Quantification of Uncertainty Neural Network Ensembles using Interval Neutrosophic Sets and Bagging for Mineral Prospectivity Prediction and Quantification of Pawalai Kraipeerapun, Chun Che Fung, Warick Brown, and Kok-Wai Wong School

More information

Neural Networks with Applications to Vision and Language. Feedforward Networks. Marco Kuhlmann

Neural Networks with Applications to Vision and Language. Feedforward Networks. Marco Kuhlmann Neural Networks with Applications to Vision and Language Feedforward Networks Marco Kuhlmann Feedforward networks Linear separability x 2 x 2 0 1 0 1 0 0 x 1 1 0 x 1 linearly separable not linearly separable

More information

SUMBA EXPLORATION UPDATE

SUMBA EXPLORATION UPDATE ASX RELEASE Tuesday, 23 November 2010 SUMBA EXPLORATION UPDATE Hillgrove Resources Limited (ASX:HGO) today announces a planned airborne geophysical survey, Pelitalira prospect progress and final results

More information

CHANGE DETECTION USING REMOTE SENSING- LAND COVER CHANGE ANALYSIS OF THE TEBA CATCHMENT IN SPAIN (A CASE STUDY)

CHANGE DETECTION USING REMOTE SENSING- LAND COVER CHANGE ANALYSIS OF THE TEBA CATCHMENT IN SPAIN (A CASE STUDY) CHANGE DETECTION USING REMOTE SENSING- LAND COVER CHANGE ANALYSIS OF THE TEBA CATCHMENT IN SPAIN (A CASE STUDY) Sharda Singh, Professor & Programme Director CENTRE FOR GEO-INFORMATICS RESEARCH AND TRAINING

More information

CHAPTER 6 HYDROTHERMAL ALTERATION ZONES MAPPING USING PRINCIPAL COMPONENT ANALYSIS AND BAND RATIO TECHNIQUES

CHAPTER 6 HYDROTHERMAL ALTERATION ZONES MAPPING USING PRINCIPAL COMPONENT ANALYSIS AND BAND RATIO TECHNIQUES CHAPTER 6 HYDROTHERMAL ALTERATION ZONES MAPPING USING PRINCIPAL COMPONENT ANALYSIS AND BAND RATIO TECHNIQUES 6.1 INTRODUCTION Hydrothermal alteration zones mapping is one of the most common applications

More information

For personal use only

For personal use only VICTORIAN PORPHYRY COPPER GOLD TENEMENTS GRANTED ASX ANNOUNCEMENT 13 AUGUST 2013 Mantle Mining Corporation Limited (ASX: MNM) is pleased to report that three exploration licences highly prospective for

More information

Neural Networks and the Back-propagation Algorithm

Neural Networks and the Back-propagation Algorithm Neural Networks and the Back-propagation Algorithm Francisco S. Melo In these notes, we provide a brief overview of the main concepts concerning neural networks and the back-propagation algorithm. We closely

More information

Geostatistical Determination of Production Uncertainty: Application to Pogo Gold Project

Geostatistical Determination of Production Uncertainty: Application to Pogo Gold Project Geostatistical Determination of Production Uncertainty: Application to Pogo Gold Project Jason A. McLennan 1, Clayton V. Deutsch 1, Jack DiMarchi 2 and Peter Rolley 2 1 University of Alberta 2 Teck Cominco

More information

Application of near-infrared (NIR) spectroscopy to sensor based sorting of an epithermal Au-Ag ore

Application of near-infrared (NIR) spectroscopy to sensor based sorting of an epithermal Au-Ag ore Application of near-infrared (NIR) spectroscopy to sensor based sorting of an epithermal Au-Ag ore OCM conference presentation 19-03-2015 TU Delft, Resource Engineering M.Dalm MSc. 1 Contents of the presentation

More information

SUMBA EPITHERMAL GOLD SYSTEM

SUMBA EPITHERMAL GOLD SYSTEM Monday, 7 September 2009 Highlights: SUMBA EPITHERMAL GOLD SYSTEM On ground exploration has recommenced targeting drilling in early 2010. Compilation of exploration work completed by BHP has outlined a

More information

GOLDPLAY OUTLINES FIVE NEW EXPLORATION TARGETS AT THE SAN MARCIAL PROJECT IN MEXICO

GOLDPLAY OUTLINES FIVE NEW EXPLORATION TARGETS AT THE SAN MARCIAL PROJECT IN MEXICO January 18, 2019 GOLDPLAY OUTLINES FIVE NEW EXPLORATION TARGETS AT THE SAN MARCIAL PROJECT IN MEXICO Vancouver, BC - Goldplay Exploration Ltd. (TSXV: GPLY, FRANKFURT: GPE, OTCQB: GLYXF) ( Goldplay or the

More information

Uncovering the greater McArthur Basin, Northern Territory Tania Dhu Manager Geophysics and Remote Sensing, Northern Territory Geological Survey

Uncovering the greater McArthur Basin, Northern Territory Tania Dhu Manager Geophysics and Remote Sensing, Northern Territory Geological Survey Uncovering the greater McArthur Basin, Northern Territory Tania Dhu Manager Geophysics and Remote Sensing, Northern Territory Geological Survey www.minerals.nt.gov.au Why focus on the McArthur Basin? Large,

More information

3D potential-field inversions and alteration mapping in the Gawler Craton and Curnamona Province, South Australia

3D potential-field inversions and alteration mapping in the Gawler Craton and Curnamona Province, South Australia 3D potential-field inversions and alteration mapping in the Gawler Craton and Curnamona Province, South Australia Richard Chopping, Nick Williams, Tony Meixner and Indrajit Roy Outline Inversions Introduction

More information

ANDHRA UNIVERSITY DEPARTMENT OF GEOLOGY COLLEGE OF SCIENCE AND TECHNOLOGY

ANDHRA UNIVERSITY DEPARTMENT OF GEOLOGY COLLEGE OF SCIENCE AND TECHNOLOGY ANDHRA UNIVERSITY DEPARTMENT OF GEOLOGY COLLEGE OF SCIENCE AND TECHNOLOGY Scheme of Instruction and Examinations Advanced Post P.G. Diploma Course in Mineral Exploration and Resource Evaluation (With effect

More information

MPM Online Tool ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi

MPM Online Tool   ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi http://gtkdata.gtk.fi/mpm/ ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi Funding 2 Vesa Nykänen/ArcSDM5 Seminar 4.5. 2018 http://gtkdata.gtk.fi/mpm/ 3 Vesa Nykänen/ArcSDM5 Seminar 4.5. 2018 http://gtkdata.gtk.fi/mpm/

More information

For personal use only

For personal use only Kaili Resources Limited (formerly Omnitech Holdings Limited) ABN 39 077 559 525 7 Darley Street, Darlinghurst Sydney NSW 2010, Australia T: +61 2 9267 5988 F: +612 9283 7166 E: contact@kailigroup.com.au

More information

Cluster and outlier analysis applications in minerals exploration

Cluster and outlier analysis applications in minerals exploration Cluster and outlier analysis applications in minerals exploration OZRI 2015, Melbourne Australia www.statedevelopment.sa.gov.au Cluster and outlier analysis applications in minerals exploration Laz Katona

More information

New Gold Target Identified at Leonora

New Gold Target Identified at Leonora New Gold Target Identified at Leonora ASX ANNOUNCEMENT 12 September 2017 HIGHLIGHTS 2km long, 400m wide gold anomaly identified from historic drilling on Metallum s newly granted tenement E37-1281 Historic

More information

Processing Stream Sediment Geochemical Data for Geology and Dilution: An Example from Northern Vancouver Island

Processing Stream Sediment Geochemical Data for Geology and Dilution: An Example from Northern Vancouver Island Processing Stream Sediment Geochemical Data for Geology and Dilution: An Example from Northern Vancouver Island Dennis Arne, PGeo (BC), RPGeo (AIG), Principal Consultant Geochemistry, CSA Global Yao Cui,

More information

PHOSPHATE-BEARING MINERALS IN ADVANCED ARGILLIC ALTERATION ZONES OF HIGH-SULPHIDATION ORE DEPOSITS IN THE CARPATHO- PANNONIAN REGION

PHOSPHATE-BEARING MINERALS IN ADVANCED ARGILLIC ALTERATION ZONES OF HIGH-SULPHIDATION ORE DEPOSITS IN THE CARPATHO- PANNONIAN REGION PHOSPHATE-BEARING MINERALS IN ADVANCED ARGILLIC ALTERATION ZONES OF HIGH-SULPHIDATION ORE DEPOSITS IN THE CARPATHO- PANNONIAN REGION B. BAJNÓCZI 1, É. SERES-HARTAI 2, F. MOLNÁR 3 and G. NAGY 1 1 Laboratory

More information

BUILDING 3D MODEL OF ROCK QUALITY DESIGNATION ASSISTED BY CO-OPERATIVE INVERSION OF SEISMIC AND BOREHOLE DATA

BUILDING 3D MODEL OF ROCK QUALITY DESIGNATION ASSISTED BY CO-OPERATIVE INVERSION OF SEISMIC AND BOREHOLE DATA BUILDING 3D MODEL OF ROCK QUALITY DESIGNATION ASSISTED BY CO-OPERATIVE INVERSION OF SEISMIC AND BOREHOLE DATA 1 st Duy Thong Kieu 2 nd Anton Kepic* Curtin University and DET CRC Curtin University and DET

More information

Azerbaijan International Mining Company Limited

Azerbaijan International Mining Company Limited Updated Mineral Resources Gedabek Mineral Deposit, Republic of Azerbaijan Azerbaijan International Mining Company Limited Prepared by CAE Mining CAE Mining 8585 Cote-de-Liesse Saint-Laurent Quebec H4T

More information

Calculating Land Values by Using Advanced Statistical Approaches in Pendik

Calculating Land Values by Using Advanced Statistical Approaches in Pendik Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Calculating Land Values by Using Advanced Statistical Approaches in Pendik Prof. Dr. Arif Cagdas AYDINOGLU Ress. Asst. Rabia BOVKIR

More information

Image Processing and Analysis of Mapping Alteration Zones In environmental research, East of Kurdistan, Iran

Image Processing and Analysis of Mapping Alteration Zones In environmental research, East of Kurdistan, Iran World Applied Sciences Journal 11 (3): 278-283, 2010 ISSN 1818-4952 IDOSI Publications, 2010 Image Processing and Analysis of Mapping Alteration Zones In environmental research, East of Kurdistan, Iran

More information

it AUSIMM COBAR MINING SEMINAR

it AUSIMM COBAR MINING SEMINAR Straits Resources Limited it AUSIMM COBAR MINING SEMINAR Brownfields Exploration at Girilambone: Understanding the Mineralised Systems August 2010 Phil Shields / Phil Jones LOCATION TRITTON OPERATIONS

More information

Characterization of alteration and mineralization of Chimú Formation quartzite with nearinfrared

Characterization of alteration and mineralization of Chimú Formation quartzite with nearinfrared Characterization of alteration and mineralization of Chimú Formation quartzite with nearinfrared spectroscopy Lagunas Norte, Alto Chicama District, Northern Peru. M.M. van der Linde Master of Science Thesis

More information

Quaternary clays alluvial sands of the Shepparton Formation overlie the basement rocks.

Quaternary clays alluvial sands of the Shepparton Formation overlie the basement rocks. NAGAMBIE GOLDFIELD Regional Geological Setting The Nagambie Project is located within the Melbourne Structural Zone of Victoria. The lithologies range in age from the Upper Silurian Broadford Formation

More information

For personal use only

For personal use only ASX ANNOUNCEMENT 17 May 2013 Exploration update for the Kagera Nickel Project Kibaran Resources Limited (ASX: KNL) is pleased to provide an update of the nickel sulphide (NiS) study being undertaken on

More information

Mine Scale Constrained Geophysical Inversion; A Case Study at the Darlot-Centenary Gold Mine

Mine Scale Constrained Geophysical Inversion; A Case Study at the Darlot-Centenary Gold Mine Page 1 Mine Scale Constrained Geophysical Inversion; A Case Study at the Darlot-Centenary Gold Mine Sarah Monoury, SRK Consulting, Ben Jupp, SRK Consulting and Andrew Foley, Gold Fields This article was

More information