• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1
  • 1
  • 1
  • Tagged with
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Evaluation des déplacements piétons quotidiens : Application à la ville de Luxembourg / PawLuX : pedestrian trips assessment : Application to the city of Luxembourg

Victor, Nadja 24 October 2016 (has links)
La marche en milieu intra-urbain est considérée comme une pratique naturelle et évidente pour les déplacements à but utilitaire ou récréatif. Cependant, cette activité se révèle complexe à conceptualiser. Tout d' abord, elle inclut un continuum d'usagers piétons, aux capacités de mobilité diverses, pouvant être confrontés à des situations d' inadéquation avec l'environnement. Ensuite, les comportements de mobilité pédestre sont influencés par une série d'exigences : faisabilité,accessibilité, utilité, sécurité, confort ou encore plaisir des sens. Enfin, les choix d'itinéraires des piétons varient selon l'objectif et le contexte du trajet. A partir d'une démarche pluridisciplinaire, cette recherche soutient que, pour promouvoir la marche au quotidien, il est essentiel de tenir compte des spécificités de chacun et des situations pouvant potentiellement affecter leurs déplacements. En réponse, modéliser les déplacements piétons en milieu intra-urbain, via un SIG,offre non seulement un support d'analyse et de visualisation mais aussi un outil d'aide à la décision s'adressant à la fois au grand public et aux aménageurs. Cette démarche se révèle innovante en proposant un outil inclusif intégrant les interrelations entre une grande diversité d 'usagers piétons et l'environnement selon diftérents contextes. Notre méthodologie est à la fois reproductible dans différentes villes et capable de s' adapter à un contexte local spécifique par un audit urbain et un questionnaire-usager. Cette thèse se conclut par un cas d'étude empirique à Luxembourg-ville afin de collecter des informations sur la capacité d'une ville à fournir un réseau pédestre efficace et des témoignages d'usagers. / Walking is generally considered as a natural and obvious activity for utilitarian or recreation purposes. Yet, that activity is complex to conceptualize. First, it includes a continuum of pedestriausers with various abilities to move who can have to face the environment. Second, the mobility anwalking behaviours are also influenced by a set of criteria: feasibility, accessibility, usefulness safety, comfort and pleasure. Besicles, peoples' routes are also varying following the trips objective (lnclucled in an interdisciplinary approach, this research argues that to ensure a city suitable for daily walking, it is essential to take into account the specificities of everyone and of situations that may affect pedestrian travels. For this purpose, modelling pedestrian trips in an intra-urban area, via GIS not only provides a support of analysis and visualization but also a decision tool for both people and stakeholders. The innovation of this approach lies in an inclusive tool which integrates this interrelationships among a variety of pedestrian users and the environment in different contexts. Our methodology is also reproducible in different cities and able to adapt itself to specific local context through an urban audit and a questionnaire for users. This thesis is concluded by an empirical case of study in Luxembourg-city to gather information about the ability of a city to provide an efficient pedestrian network and some pedestrian users ' testimonies.
2

Arrangements 2D pour la Cartographie de l’Espace Public et des Transports / 2D Arrangements for Public Space Mapping and Transportation

Yirci, Murat 15 April 2016 (has links)
Cette thèse porte sur le développement facilité d'applications de cartographie et de transport, plus particulièrement sur la génération de réseaux piétonniers pour des applications telles que la navigation, le calcul d'itinéraires, l'analyse d'accessibilité et l'urbanisme. Afin d'atteindre ce but, nous proposons un modèle de données à deux couches qui cartographie l'espace public dans une hiérarchie d'objets géospatiaux sémantisés. A bas niveau, la géométrie 2D des objets géospatiaux est représentée par une partition planaire, modélisée par une structure topologique d'arrangement 2D. Cette représentation permet des traitements géométriques efficaces et efficients, ainsi qu'une maintenance et une validation aisée au fur et à mesure des éditions lorsque la géométrie ou la topologie d'un objet sont modifiées. A haut niveau, les aspects sémantiques et thématiques des objets géospatiaux sont modélisés et gérés. La hiérarchie entre ces objets est maintenue à travers un graphe dirigé acyclique dans lequel les feuilles correspondent à des primitives géométriques de l'arrangement 2D et les noeuds de plus haut niveau représentent les objets géospatiaux sémantiques plus ou moins aggrégés. Nous avons intégré le modèle de données proposé dans un framework SIG nommé StreetMaker en complément d'un ensemble d'algorithmes génériques et de capacités SIG basiques. Ce framework est alors assez riche pour générer automatiquement des graphes de réseau piétonnier. En effet, dans le cadre d'un projet d'analyse d'accessibilité, le flux de traitement proposé a permis de produire avec succès sur deux sites un graphe de réseau piétonnier à partir de données en entrées variées : des cartes vectorielles existantes, des données vectorielles créées semi-automatiquement et des objets vectoriels extraits d'un nuage de points lidar issu d'une acquisition de cartographie mobile.Alors que la modélisation 2D de la surface du sol est suffisante pour les applications SIG 2D, les applications SIG 3D nécessitent des modèles 3D de l'environnement. La modélisation 3D est un sujet très large mais, dans un premier pas vers cette modélisation 3D, nous nous sommes concentrés sur la modélisation semi-automatique d'objets de type cylindre généralisé (tels que les poteaux, les lampadaires, les troncs d'arbre, etc) à partir d'une seule image. Les méthodes et techniques développées sont présentées et discutées / This thesis addresses easy and effective development of mapping and transportation applications which especially focuses on the generation of pedestrian networks for applications like navigation, itinerary calculation, accessibility analysis and urban planning. In order to achieve this goal, we proposed a two layered data model which encodes the public space into a hierarchy of semantic geospatial objects. At the lower level, the 2D geometry of the geospatial objects are captured using a planar partition which is represented as a topological 2D arrangement. This representation of a planar partition allows efficient and effective geometry processing and easy maintenance and validation throughout the editions when the geometry or topology of an object is modified. At the upper layer, the semantic and thematic aspects of geospatial objects are modelled and managed. The hierarchy between these objects is maintained using a directed acyclic graph (DAG) in which the leaf nodes correspond to the geometric primitives of the 2D arrangement and the higher level nodes represent the aggregated semantic geospatial objects at different levels. We integrated the proposed data model into our GIS framework called StreetMaker together with a set of generic algorithms and basic GIS capabilities. This framework is then rich enough to generate pedestrian network graphs automatically. In fact, within an accessibility analysis project, the full proposed pipeline was successfully used on two sites to produce pedestrian network graphs from various types of input data: existing GIS vector maps, semi-automatically created vector data and vector objects extracted from Mobile Mapping lidar point clouds.While modelling 2D ground surfaces may be sufficient for 2D GIS applications, 3D GIS applications require 3D models of the environment. 3D modelling is a very broad topic but as a first step to such 3D models, we focused on the semi-automatic modelling of objects which can be modelled or approximated by generalized cylinders (such as poles, lampposts, tree trunks, etc.) from single images. The developed methods and techniques are presented and discussed
3

GIS-based Episode Reconstruction Using GPS Data for Activity Analysis and Route Choice Modeling / GIS-based Episode Reconstruction Using GPS Data

Dalumpines, Ron 26 September 2014 (has links)
Most transportation problems arise from individual travel decisions. In response, transportation researchers had been studying individual travel behavior – a growing trend that requires activity data at individual level. Global positioning systems (GPS) and geographical information systems (GIS) have been used to capture and process individual activity data, from determining activity locations to mapping routes to these locations. Potential applications of GPS data seem limitless but our tools and methods to make these data usable lags behind. In response to this need, this dissertation presents a GIS-based toolkit to automatically extract activity episodes from GPS data and derive information related to these episodes from additional data (e.g., road network, land use). The major emphasis of this dissertation is the development of a toolkit for extracting information associated with movements of individuals from GPS data. To be effective, the toolkit has been developed around three design principles: transferability, modularity, and scalability. Two substantive chapters focus on selected components of the toolkit (map-matching, mode detection); another for the entire toolkit. Final substantive chapter demonstrates the toolkit’s potential by comparing route choice models of work and shop trips using inputs generated by the toolkit. There are several tools and methods that capitalize on GPS data, developed within different problem domains. This dissertation contributes to that repository of tools and methods by presenting a suite of tools that can extract all possible information that can be derived from GPS data. Unlike existing tools cited in the transportation literature, the toolkit has been designed to be complete (covers preprocessing up to extracting route attributes), and can work with GPS data alone or in combination with additional data. Moreover, this dissertation contributes to our understanding of route choice decisions for work and shop trips by looking into the combined effects of route attributes and individual characteristics. / Dissertation / Doctor of Philosophy (PhD)

Page generated in 0.073 seconds