نتایج جستجو برای: ziarat watershed

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

Journal: :اکو هیدرولوژی 0
کاظم صابر چناری دانشجوی دکتری آبخیزداری دانشکدۀ مرتع و آبخیزداری دانشگاه علوم کشاورزی و منابع طبیعی گرگان، حسین سلمانی دانشجوی دکتری آبخیزداری دانشکدۀ مرتع و آبخیزداری دانشگاه علوم کشاورزی و منابع طبیعی گرگان مجتبی محمدی عضو هیئت علمی گروه احیای مناطق خشک و بیابانی، مجتمع آموزش عالی سراوان

the main purpose of this study is landslide hazard assessment the ziarat watershed (golestan province) using information value and lnrf models within geographic information. at first stage, a landslide inventory map was prepared in the study area using earlier reports and aerial photographs, and a total of 50 landslides was mapped and out of which 35 (70%) were randomly selected for building la...

Journal: :International journal of economic and environment geology 2022

Geomorphic parameters are very helpful as they can quickly explain the concerned area, which is going through a tectonic adjustment. For this purpose, four indices were applied to examine active tectonics in Quetta-Ziarat region. These include: sub-basins asymmetry (Af), transverse topography (T-Factor), hypsometric integral (HI) and stream-length gradient (SL). The calculation of three denoted...

2014

The context for watershed analysis Lands to be analyzed Prioritization of watersheds for analysis Relation of the interagency approach to other watershed analysis methods The concept of interagency watershed analysis Goals of watershed analysis Watersheds as analysis units The issue focus Time required for a watershed analysis Consistency and standardization Interagency participation Federal wa...

2011
Ramzi Mahmoudi

....................................................................................................................................................... 3 RÉSUMÉ ............................................................................................................................................................. 4 ACKNOWLEDGEMENTS / REMERCIEMENTS ..............................................

Journal: :Decision Analysis 2005
Jason R. W. Merrick Gregory S. Parnell Jamison Barnett Margot Garcia

T paper describes the use of multiple-objective decision analysis to qualitatively and quantitatively assess the quality of an endangered watershed and guide future efforts to improve the quality of the watershed. The Upham Brook Watershed is an urban watershed that lies at the interface of declining inner-city Richmond, Virginia, and growth-oriented Henrico County. A section of stream within t...

2015
Mei Zheng Aping Sun Qingli Sun Hui Zhang Dongsheng Fan

Objective: To investigate the characteristics of vascular lesions in patients with a cerebellar watershed infarction. Methods: Clinical data from 178 cases of cerebellar infarction were collected with magnetic resonance imaging (MRI) scan results, including diffusion weighted imaging (DWI), a magnetic resonance angiography (MRA), and computed tomography angiography (CTA). The cases were divided...

2002
R. Lotufo W. Silva

This paper discusses the inverse problem of the watershed. From a partition obtained by the watershed from markers, find the minimal set of markers that reproduces the same watershed partition. We present a solution based on the minimum spanning tree and introduce the concept of marker receptive region. We also review the watershed transform based on the minimum spanning forest problem. Two app...

2003
Laurent Najman Michel Couprie

This paper is devoted to the study of watershed algorithms behavior. Through the introduction of a concept of pass value, we show that most classical watershed algorithms do not allow the retrieval of some important topological features of the image (in particular, saddle points are not correctly computed). An important consequence of this result is that it is not possible to compute sound meas...

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

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

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