نتایج جستجو برای: soil texture became coarser

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

Journal: :caspian journal of environmental sciences 2013
i. bagheri r. naghdi* a. moradmand jalali

water erosion causes severe soil damage in northern forests of iran which is associated with different rut depths in skid trails. the aim of this study was to assess rutting and soil displacement on skid trails to mitigate water erosion. therefore the research was carried out in eight parcels of district no 3 of shafarood forest in the north of iran. in order to evaluate the amount of erosion i...

2011
P. Bhargavi S. Jyothi

Soil Classification deals with the systematic categorization of soils based on distinguished characteristics as well as criteria. We developed Data Mining techniques like: GATree, Fuzzy Classification rules and Fuzzy C Means algorithm for classifying soil texture in agriculture soil data. In this paper, we give a comparative study of developed algorithms. The study is used to compare and analyz...

2007
Martin Eisemann Bernd De Decker Anita Sellent Edilson De Aguiar Naveed Ahmed Hans-Peter Seidel Philippe Bekaert Marcus Magnor

We present a novel multi-view, projective texture mapping technique. While previous multi-view texturing approaches lead to blurring and ghosting artefacts if 3D geometry and/or camera calibration are imprecise, we propose a texturing algorithm that warps (“floats”) projected textures during run-time to preserve crisp, detailed texture appearance. Our GPU implementation achieves interactive to ...

Journal: :Comput. Graph. Forum 2008
Martin Eisemann Bert de Decker Marcus A. Magnor Philippe Bekaert Edilson de Aguiar Naveed Ahmed Christian Theobalt Anita Sellent

We present a novel multi-view, projective texture mapping technique. While previous multi-view texturing approaches lead to blurring and ghosting artefacts if 3D geometry and/or camera calibration are imprecise, we propose a texturing algorithm that warps (“floats”) projected textures during run-time to preserve crisp, detailed texture appearance. Our GPU implementation achieves interactive to ...

2000
Heinz Mayer

This paper presents an extension to a measurement system to capture bidirectional refEectance distribution function (BRDF) values and texture maps out of images. The extension will enable the measurement of reflection effects due to surface roughness and additionally extracts a map representing local surface displacements. Different lighting conditions where used to discriminate between surface...

2012
G. Kweon E. Lund

The goal of accurately mapping soil variability preceded GPS-aided agriculture, and has been a challenging aspect of precision agriculture since its inception. Many studies have found the range of spatial dependence is shorter than the distances used in most grid sampling. Other studies have examined variability within government soil surveys and concluded that they have limited utility in many...

Journal: :desert 2013
m. jafari m. biniaz e. janfaza m.j. nematolahi m. karimpour reyhan

relationships between soil factors and vegetation types in playa of damghan was investigated. six vegetationtypes including artemisia.sieberi, arundo. sp, artemisia.sieberi-peganum.harmala, alhagi.cammelerom,artemisia.sieberi-petropyron.sp, tamarix.passerinoides-halocnemum strobilaceum. one bare land was recognized inthe study area and the research was conducted within mentioned types. canopy p...

2007
Suha Berberoglu Fatih Evrendilek Coskun Ozkan Cenk Donmez

The aim of this study was to derive land cover products with a 300-m pixelresolution of Envisat MERIS (Medium Resolution Imaging Spectrometer) to quantify netprimary productivity (NPP) of conifer forests of Taurus Mountain range along the EasternMediterranean coast of Turkey. The Carnegie-Ames-Stanford approach (CASA) was usedto predict annual and monthly regional NPP as modified by temperature...

1998
F. FeÂ

Large-scale simulation of the soil-derived dust emission in semi-arid regions needs to account for the in ̄uence of the soil moisture on the wind erosion threshold. Soil water retention consists of molecular adsorption on the soil grain surface and capillary forces between the grain. Interparticle capillary forces (characterized by the moisture tension) are the main factor responsible for the in...

Journal: :آب و خاک 0
موذن زاده موذن زاده قهرمان قهرمان کامران داوری کامران داوری خشنود یزدی خشنود یزدی

soil moisture retention curve (smrc) is an important soil property which expresses reaction between matric potential and moisture of soil. direct measurement of soil matric potential and moisture is labour- and time-consuming. in order to prevail this problem, indirect methods are used for smrc prediction. pedotransfer functions (ptfs) are one of these indirect methods. this study was carried o...

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

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

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"; } -->