نتایج جستجو برای: highways and streets maps

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

Journal: :E3S web of conferences 2023

In this article, flood floods affecting automobile roads and natural disaster relapse on maps using geoinformation systems. The consists of forecasting the arrival. impact highways was considered from studied factors. Flood (Flood current) - a stagnant mud or rock stream consisting mixture water fragments that suddenly appear in basins small mountaineers. How to increase productivity, movement,...

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

1-      introduction the increasing growth of urbanization in recent decade and occurring most of the economic and social activities of human being in urban environments cause that the city is considered as a place a citizen spends much time and it is one of the effective and important places in which the majority of memories, experiences, emotions are formed. thus, cities play important role i...

Journal: :international journal of architectural engineering and urban planning 0
mostafa abbaszadegan school of architecture and environmental design, iran university of science and technology razieh rezazadeh school of architecture and environmental design, iran university of science and technology maryam mohammadi school of architecture and environmental design, iran university of science and technology, tehran, iran

neighborhoods within the hierarchy of urban structure are one of the smallest socio-physical building blocks of cities. traditional neighborhoods of iranian historic cities benefited from strong social relations which were flourished over the years and were manifested in the neighborhoods centers. in the modern era, the new master plans and the complementary local plans have disintegrated these...

2007
Arne Schilling Jens Basanow Alexander Zipf

In this paper we show how to efficiently integrate traditional GIS data into terrain models in order to generate complete 3D maps with little overhead for textures. The results meet the requirements for the Web 3D Service (W3DS), a proposal for the standardization for delivering 3D web maps. Our approach is designed to create fully vectorized 3D scenes that deliver the best possible quality and...

The growth of urban populations in recent decades requires physical elements such as residential, commercial and cultural spaces and the development of infrastructure such as streets and highways, which will open a new horizon to the historic texture of cities and how to preserve and restore them. The development of new urban textures along with the lack of attention to the historic texture and...

2013
Gonzalo Ferrer Anais Garrell Michael Villamizar Ivan Huerta Casado Alberto Sanfeliu

Humans live interacting with other people and do everyday tasks in individual and collective ways. Robotics people are interested in building robots that can interact with people in the same way that humans do. In order to reach this goal robots must learn from the interaction with humans and learn the human skills used in everyday life to acquire robot social behaviors that can then be used in...

Journal: :InterCarto. InterGIS 2022

The article discusses the changes in volume of emissions from vehicles along several streets (new and old) part Ochakovo-Matveevskoye municipal district Moscow. large-scale assessment method included 3 stages: field observations intensity structure traffic flow on selected streets, calculation emission volumes air pollution density dispersion areas. In determines shifts factors spatial issues s...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه یزد - دانشکده جغرافیا 1392

the west of esfahan province, iran, is one of the most important agricultural areas throughout the country due to the climate variability and life-giving water of zayanderood river. rice is one of the major and economic crops in this area. the most important climatic elements in agricultural activities which should be considered include temperature, relative humidity, precipitation and wind. so...

Journal: :Nexo 2021

Broadband highways are being built in major cities around the world to combat traffic congestion. At same time, existing buildings demolished or powerful overpasses raised above them. However, it often turns out that newly created quickly exhaust their capacity, and jams formed on them again. This situation indicates increasing capacity of highway does not solve problem jams, but aggravates it,...

Journal: :Journal of the American Planning Association 2005

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

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

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