نتایج جستجو برای: digital soil map

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

   Hydrological models are simplified representation of the real basin system, which helps to assess basin function in response to different inputs and better understanding of hydrological processes. The HEC-HMS model is one of the most important hydrological models for Flood estimating volumes and discharge in watersheds. In this research, the HEC-HMS hydrologic model was used to simulate the ...

2006
Tomislav Hengl Stjepan Husnjak

The paper suggests a methodological framework for evaluating adequacy and usability of soil maps by analyzing the following 10 aspects: lineage, consistency, completeness, effective scale, attribute accuracy, thematic contrast, accuracy of legends, integrity, popularity, and accessibility. This framework was used to evaluate the national soil resource inventory in Croatia and to find out why th...

Journal: :اکو هیدرولوژی 0
سیدمحمد موسوی دانشجوی کارشناسی ارشد، سنجش از دور و سیستم اطلاعات جغرافیایی دانشگاه تبریز خلیل غلام نیا دانشجوی کارشناسی ارشد، سنجش از دور و سیستم اطلاعات جغرافیایی دانشگاه تبریز محمدرضا ممشلی دانشجوی کارشناسی ارشد، سنجش از دور و سیستماطلاعات جغرافیایی دانشگاه تبریز شهرام روستایی استاد گروه سنجش از دور و سیستم اطلاعات جغرافیایی دانشگاه تبریز

one of the serious problems of iran’s watersheds is soil erosion and can be considered as one of the main obstacles to achieve sustainable agricultural development and natural resources. in most countries of the world, because of absence of accurate data for the sediment erosion, deposition utilizing models to estimate erosion is inevitable. in order to apply effective management in natural res...

2003
Tomislav Hengl David G. Rossiter

of stereoscopic landscape analysis, and then determine the soil types that occur in each map unit by field inspecA method to enhance manual landform delineation using phototion of the soil at representative sites. A common inspecinterpretation to map a larger area is described. Conventional aerial tion density is one observation per one to four map photo-interpretation (API) maps using a geo-pe...

In this paper, the El-Hames empirical method was used to determine the peak runoff flow in Iranshahr catchment. The El-Hames method is based on morphological parameters and SCS Curve Number of the studied area. The implementing was processed by collecting the required data including soil type and vegetation cover, land use maps, digital elevation model and satellite images from the associated i...

ژورنال: علوم آب و خاک 2014

Landslide as a global disaster causes great human and financial damages. Identification of landslide causes and zonation assist in instability control and construction projects siting. This study aimed to identify landslide causes and instability zonation in Ardal county, Chaharmahal va Bakhtiari province, Iran, using Analytical Hierarchy Process (AHP). Current landslides were delineated throug...

2016
Quanchao Zeng Yanghong Dong Shaoshan An

Soil bacterial communities play an important role in nutrient recycling and storage in terrestrial ecosystems. Loess soils are one of the most important soil resources for maintaining the stability of vegetation ecosystems and are mainly distributed in northwest China. Estimating the distributions and affecting factors of soil bacterial communities associated with various types of vegetation wi...

2017
Chris Wilkins

Research about N management in corn has rapidly advanced during the last 10 years. Farmers and agronomists can use different recommendation systems such as the regional N recommendations that are based on yield response and profit optimization (Sawyer et al., 2006) or in-season N diagnostics tools such as chlorophyll meters or crop canopy sensors (Scharf and Lory, 2002; Holland and Sheperds, 20...

2017
Gerald Forkuor Ozias K L Hounkpatin Gerhard Welp Michael Thiel

Accurate and detailed spatial soil information is essential for environmental modelling, risk assessment and decision making. The use of Remote Sensing data as secondary sources of information in digital soil mapping has been found to be cost effective and less time consuming compared to traditional soil mapping approaches. But the potentials of Remote Sensing data in improving knowledge of loc...

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

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

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