نتایج جستجو برای: mineral potential mapping

تعداد نتایج: 1307004  

This paper focuses on the application of Geoinformatic methods (simultaneous using of remote sensing, geographic information system, global positioning system, terrestrial and aerial photogrammetry) in optimal operation and exploration risk reduction of oil and gas reservoirs. To approach the purpose, two aspects of remote sensing (satellite image) and terrestrial and aerial photogrammetry have...

1993
D. E. Kerr

This report describes the preliminary re.wlts of surficial geological mapping during the 1992 field season in the Chilanko Forks (93Cil) and Chezacut 193CiX) map areas (Figure 4. IO-1 ). As part of the Canad;~ f3ritish Cofumhia Mineral Developme~~t Agreement, the British Columbia Geological Survey Rranch proposed to map the surlicial geology of these weiis to deriw drift exploration potential m...

Journal: :J. Geographic Information System 2010
Rajat Satpathy Vivek Kumar Singh Reshma Parveen Ayyeum Perumal Thillai Jeyaseelan

Reflectance and emittance spectroscopy in the near-infra red and short-wave infra red offers a rapid, Inexpensive, non-destructive tool for determining the mineralogy of rock and soil samples. Hyperspectral remote sensing has the potential to provide the detailed physico-chemistry (mineralogy, chemistry, morphology) of the earth’s surface. This information is useful for mapping potential host r...

2011
Amin Beiranvand Mazlan Hashim

The spectral and spatial properties of the advanced spaceborne thermal emission and reflection radiometer (ASTER) data can be used in detailed lithological and hydrothermal alteration mapping related to copper and gold mineralization, particularly the shortwave infrared radiation subsystem where hydrothermal alteration minerals have diagnostic spectral absorption features. This paper reviews th...

Journal: :The New phytologist 2008
Brian M Waters Michael A Grusak

Biofortification of foods, achieved by increasing the concentrations of minerals such as iron (Fe) and zinc (Zn), is a goal of plant scientists. Understanding genes that influence seed mineral concentration in a model plant such as Arabidopsis could help in the development of nutritionally enhanced crop cultivars. Quantitative trait locus (QTL) mapping for seed concentrations of calcium (Ca), c...

Journal: :Nature Photonics 2012

2010
T. J. Cudahy M. Caccetta J. Chia S. Collings R. D. Hewson Dick Perry

New “geoscience-tuned” remote sensing technologies are now available (e.g. satellite-borne multi-spectral ASTER and airborne HyMap imaging systems) or soon to be available (e.g. satellite hyperspectral Hyper-J and EnMap systems) for the resources (energy, minerals and soils) community. These imaging sensors have the potential to provide global information at high spatial resolution for baseline...

Journal: :Mathematical geosciences 2023

We briefly review the state-of-the-art machine learning (ML) algorithms for mineral exploration, which mainly include random forest (RF), convolutional neural network (CNN), and graph (GCN). In recent years, RF, a representative shallow algorithm, CNN, deep approach, have been proved to be powerful tools ML-based mapping exploration. future, GCN deserves more attention exploration because of it...

Journal: :Remote Sensing 2017
Lianru Gao Dan Yao Qingting Li Lina Zhuang Bing Zhang José M. Bioucas-Dias

Hyperspectral imaging technology has been used for geological analysis for many years wherein mineral mapping is the dominant application for hyperspectral images (HSIs). The very high spectral resolution of HSIs enables the identification and the diagnosis of different minerals with detection accuracy far beyond that offered by multispectral images. However, HSIs are inevitably corrupted by no...

Journal: :Computers & Geosciences 2009
Qiuming Cheng Frederik P. Agterberg

Hydrothermal processes in the Earth’s crust can result in ore deposits characterized by high concentrations of metals with fractal or multifractal properties. This paper shows that stream sediments in the neighborhoods of ore deposits also can have singular properties for ore-mineral and associated toxic trace elements. We propose a new local singularity mapping method for assembling element co...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->