Implementation and testing of variable scale topological data structures

Size: px
Start display at page:

Download "Implementation and testing of variable scale topological data structures"

Transcription

1 Implementation and testing of variable scale topological data structures Experiences with the GAP-face tree and GAP-edge forest Master s thesis proposal by B.M. Meijers November 2005 Delft University of Technology Faculty of Civil Engineering and Geosciences Geodetic Engineering Section GIS Technology The Netherlands

2

3 Implementation and testing of variable scale topological data structures Experiences with the GAP-face tree and GAP-edge forest Master s thesis proposal Martijn Meijers 29th November General information Name master student: Bernard Marinus (Martijn) Meijers Title thesis project: Implementation and testing of variable scale topological data structures: Experiences with the GAP-face tree and GAP-edge forest Supervising professor: Prof. dr. ir. P.J.M. van Oosterom Supervisor: Drs. C.W. Quak Start of thesis project: 9th November 2005 End of thesis project: 9th June 2006 Planned graduation date: October Problem and its context Spatial Data Infrastructures (SDIs), which enable users to combine geographic data from several sources over the internet and mobile use of geographic data (over wireless broadband networks, like Universal Mobile Telecommunications System, UMTS) require a new approach of generalisation (Stoter et al., 2004). It is nowadays possible to transfer geographical data from a server to a user, who is carrying a mobile device with a small screen. The small screens of these devices do not offer much space to show geographical data, therefore it should be possible for a user to rapidly zoom in and out. As is shown in figure 1, when the user changes the scale (e.g. when a user zooms out), the degree of information shown on the screen should be about the same, otherwise the screen will be cluttered with irrelevant information for that scale and, more important, the amount of data to be transfered will be too large 3

4 (the user suffers from information overload). Assume a user zooms out, like is done in figure 1, important features still should be shown, while less important features could be left out on a smaller scale. Generalization should take place to solve the problem of information overload. (a) Large scale (b) Mid-scale (c) Small scale Figure 1: Delft at different scales. Information density should remain about the same at different scales; Generalization as a solution Three types of generalization can be distinguished: batch, interactive and onthe-fly generalization. Batch generalization is a process where a computer returns an output dataset using algorithms, rules, or constraints based on an input dataset (Lagrange et al., 1993, cited in Van Oosterom (1995)). In interactive generalization the process is steered by a user, who interacts with the computer and provides knowledge to arrive at the output dataset. Interactive and batch generalization offer ways to create geographical datasets at different scales. Often a waterfall-like process is used to arrive at some predefined scale levels. This means that a user is bound to the selected scales and that these methods do not offer a way to use geographical data in a scaleless manner. Another problem with these processes is that a copy of the dataset for the new scale is made, which results in redundant storage of data, in its turn resulting in problems with keeping the data up-to-date. Another approach that can be taken is on-the-fly generalization. This method does not have the problems mentioned above, because it tries to create a temporary generalization, based on one detailed geographic dataset (Van Oosterom, 1995). However, it is not possible to calculate these data structures on-the-fly, because this would be too calculation intensive (and thus too slow). Therefore, some data structures have been proposed, like the GAP-, Reactive- and BSP-tree (Van Oosterom and Schenkelaars, 1995), in which the data can be loaded, so the calculation step does not need to be done each time a user wants a generalization. Up to now these data structures (or variants of these structures) were not fully structured nonredundant for geometry and did not perform in an implementation in a way that they were suitable for use in a production environment (Vermeij, 2003). Based on 4

5 the previous structures a new combination has been proposed by Van Oosterom (2005). A combination of an extended GAP-tree (called the GAP-face tree) and BLG-trees (combined into a forest of trees) structured in a topological way should solve the problems of the earlier attempts. However, this proposed solution has not been verified in theory and it has not been benchmarked yet. The goal of this research therefore will be: To test the GAP-face tree and GAP-edge forest their performance for on-the-fly database map generalization by verification of the theory and implementing the data structures in an object-relational database management system and running several tests on top of the developed data structures. 3 Assignment In this section the approach that will be taken during the research (i.e. the research framework and the research issues) will be described. 3.1 Research framework To reach the objective of the research a framework can be established, which will be of guidance during the research. This framework consists of four parts: the research objects (a), the research perspective (b), interrelation of research results (c) and the objective of the research (d). The objective of this research can be characterized as: the implementation and testing of a new reactive data structure. This objective will be reached by following the path of conducting literature study on the proposed data structures in the light of map generalization theory and giving a theoretical description of implementation in an object-relational database management system. This theoretical background (a) then provides enough points of interests for implementing and testing the data structures (b). Based on the implementation experiment and test results (c) conclusions and recommendations regarding the performance of the data structures can be given (d). In this framework, the ingredients to start the research with (the research objects) are: Theory on map generalization; Theory on GAP-face tree, GAP-edge tree and forest; Theory on winged edge topology; Theory on Douglas Peucker algorithm for line simplification; Literature on features needed for the data structures available within objectrelational database management systems; Choice which database management system to use; 5

6 Literature on earlier implementations of about the same concept (Van Putten, 1997; Van Putten and Van Oosterom, 2000a,b; Vermeij, 2003); Literature on the choice of importance values for creating trees (Van Putten, 1997). These ingredients will deliver points of interest for diagnosing the data structures. The main part of the research will be based on an experiment of implementing the data structures in an object-relational database management system. This experiment will consist of the following parts: Selecting and loading of topological test data; Implementation of the GAP-face tree, GAP-edge tree and forest; Test if it is feasible to remove all geometric redundancy in the data structures; Test the loading speed of developed data structures; Test the visualization speed of developed data structures, by using Google Earth. All the individual research results stemming from the implementation and testing phase can be interrelated, so the objective of the research project can be fulfilled: to give conclusions and recommendations regarding the data structures as proposed in Van Oosterom (2005). At the end of the project, deliverables of the research project include: Master s thesis; A software implementation of the data structures (source code), preferably based on existing software; Test results. 3.2 Research issues The research that will be conducted, can be centered around five central questions. These questions each cover a part of the research framework. When for all the questions an answer has been found, the objective of the research as formulated under section 2 should be met. To start the research the following two questions have to be answered by literature study: What are the good things about having these data structures inside the database for map generalization? 6

7 How can the GAP-face tree and GAP-edge forest be implemented in an objectrelational database management system? Subquestions to these central questions: - Which problems of generalization will be solved by implementation of these data structures? - What tables, functions and indexes are needed for an implementation of these data structures? - Which database management system is suited for implementing these data structures? - In which way should we query the data structures if we want to get a fixed number of objects in a spatial domain, not for a fixed importance level? For the experiments the two main questions to be answered are: What problems occur when implementing the data structures inside the database? How can we assess the performance of the implemented structures? Subquestions to these central questions are: - In which way can we measure the performance of the data structures? - Does transmitting of data stored in the new data structures go faster for a certain spatial domain, than transmitting all the data or data stored in a multi-resolution way (redundantly)? - Which parts of the data structures perform well and; - which parts do not perform well? The last central question for interrelating the research results of the literature study and experiments reads: What do we learn from an implementation of the GAP-face tree and GAP-edge forest data structures in an object-relational database management system? Subquestions to this central question: - Is it easy to implement the data structures inside an object-relational database management system? - Are the data structures suitable for implementation in a production environment, e.g. with many concurrent users? 7

8 4 Activities Activities to be undertaken for the research are as follows: Create research proposal Nov 9, 2005 Nov 21, 2005 Create the research proposal to formulate what will be done during the master s thesis project. Study literature Nov 22, 2005 Dec 23, 2005 Study relevant literature on automated polygon generalization and indexing. During this study the implementation and testing phase will be planned in more detail. This entails also study of database management systems their available features and loading of spatial data into these systems. Implement and test data structures Dec 27, 2005 Mar 10, 2006 Implement and test the GAP-face tree and GAP-edge forest in an objectrelational database management system. The progress and results will be reported to the supervisors. Feedback on implementation and raw material Mar 13, 2006 Apr 4, 2006 Get feedback from supervisors and attendants of colloquium presentation II on the raw theoretic material, the implementation and test results. Refine implementation and testing, write draft thesis Apr 5, 2006 Apr 28, 2006 With the feedback from supervisors and colloquium presentation II, refine the implementation and tests. Write final thesis May 8, 2006 May 19, 2006 Transform the draft version of the thesis into a final version, which can be defended. Prepare presentation May 22, 2006 Jun 9, 2006 Prepare the presentation for the thesis defence. 5 Time schedule 5.1 Time Frame The Master s thesis research has been started on 9th November The thesis project is worth 34 credit points. One point means 28 hours of work. The thesis project should be finished in no less (and preferably no more) than = 952 hours. With a working week of 8 hours per day, this means that for the project an amount of time is available that is equal to 119 working days. Because Martijn will 8

9 be busy with moving to a new home during February to June (and less than 8 hours a day will be available), some more time has been scheduled (i.e. 139 working days). Therefore the research should be ended on 9th June Activities in a table The next table shows all the activities that have to be undertaken: Start Finish Days Task Nov 9, 2005 Nov 21, Create research proposal Nov 22, 2005 Dec 23, Study literature Dec 27, 2005 Mar 10, Implement and test data structures Mar 13, 2006 Apr 4, Feedback on implementation and raw material Apr 5, 2006 Apr 28, Refine implementation and testing, write draft thesis May 8, 2006 May 19, Finalise thesis May 22, 2006 Jun 9, Prepare presentation Total: 139 days scheduled. 9

10 5.1.2 Activities in a Gantt chart The activities that have to be undertaken can be visualised in a so-called Gantt chart as is done in figure 2: (a) November, December (b) January, February (c) March, April (d) May, June Figure 2: Gantt chart of the activities 5.2 Important dates Important dates during the project are: Colloquium presentation I Dec 15, 2005 Colloquium presentation II Around Mar 10, 2006 Final thesis May 19, 2006 Presentation Jun 9,

11 5.3 Holidays During the research project some weeks are reserved for holidays. Start Finish Days Dec 26, 2005 Dec 26, Feb 15, 2006 Feb 24, May 1, 2006 May 5, Thesis The provisional contents and a short description per chapter of the thesis are given. As indication between parentheses, an approximate number of pages and a date is given for when the raw material for a chapter should be approximately available: Summary Summary In English and in Dutch (Both 2 pages; Mar 27). Chapter 1 Introduction Introduction of the problem, research objective, research framework and research questions (5 pages; Dec 5). Chapter 2 On automated polygon generalization and spatial indexing techniques Introduction to and backgrounds of automated polygon generalization and spatial indexing techniques. Also the theory of the GAP-face tree, the GAPedge forest and needed indices will be given (10-20 pages; Jan 9). Chapter 3 Methodological justification In this chapter the methods used in the implementation and testing phase of the research are justified (3-5 pages; Dec 23). Chapter 4 Implementation and testing of the GAP-face tree and GAP-edge forest in an object-relational database management system Experiments regarding the implementation and testing of the GAP-face tree and GAP-edge forest will be described (20-30 pages; Mar 13). Chapter 5 Conclusions and recommendations Conclusions and recommendations that can be drawn from the theory and implementation and testing experiments (5 pages; Mar 27). 7 Agreements 7.1 Supervision Drs. C.W. Quak and Martijn will meet every three or four weeks (or more frequent if needed) for having a meeting of progress. Prof. dr. ir. P.J.M. van Oosterom (or a replacement) will join the meetings at the beginning of the project (planning phase), half way (discussing the implementation and testing phase) and near the end of the project (discussing the draft thesis). 11

12 7.2 Instruments For the research the following items are needed: Scientific literature on map generalization; Scientific literature on spatial indexing; PC, with access to the internet, development tools, source of PostgreSQL & PostGIS; Map data, structured in a topological way (preferably winged-edge structure, e.g. a dataset of the municipality of Amsterdam or a part of the Cadastral dataset of The Netherlands). 12

13 Bibliography Lagrange, J., Ruas, A., and Bender, L. (1993). Survey on generalization. Technical report, IGN. Stoter, J., Kraak, M., and Knippers, R. (2004). Generalisation of framework data: a research agenda. In ICA Workshop on Generalisation and Multiple representation, Leicester. Van Oosterom, P. (1991). The reactive-tree: A storage structure for a seamless, scaleless geographic database. In Proceedings Auto-Carto 10, Baltimore, Maryland. Cartography and Geographic Information Society (CaGIS). Van Oosterom, P. (1995). The GAP-tree, an approach to On-the-Fly Map Generalization of an Area Partitioning, volume GIS and Generalization: Methodology and Practice of GISDATA, chapter 9, pages Taylor & Francis, London. Van Oosterom, P. (2005). Scaleless topological data structures suitable for progressive transfer: the gap-face tree and gap-edge forest. In Proceedings Autocarto 2005, Las Vegas, Nevada. Cartography and Geographic Information Society (CaGIS). Van Oosterom, P. and Schenkelaars, V. (1995). The development of an interactive multi-scale gis. International Journal of Geographical Information Systems, 9(5): Van Putten, J. (1997). Experiences with the gap-tree. Master s thesis, University of Utrecht. Van Putten, J. and Van Oosterom, P. (2000a). Generaliseren van vlakkenpartities (1): Gap-trees, theorie en implementatie. Geodesia, 42(10): In Dutch. Van Putten, J. and Van Oosterom, P. (2000b). Generaliseren van vlakkenpartities (2): Gap-trees, testresultaten en verbeteringen. Geodesia, 42(11): In Dutch. Vermeij, M. (2003). Development of a topological data structure for on-the-fly map generalization. Master s thesis, Delft University of Technology. Verschuren, P. and Doorewaard, H. (1999). Designing a Research Project. Lemma, Utrecht. 13

14 A MSc Form The MSc Form is available as a separate document to this proposal. 14

Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment

Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment MAARTEN VERMEIJ, PETER VAN OOSTEROM, WILKO QUAK AND THEO TIJSSEN. Faculty of Civil Engineering and Geosciences,

More information

Storing and using scale-less topological data efficiently in a clientserver DBMS environment

Storing and using scale-less topological data efficiently in a clientserver DBMS environment Storing and using scale-less topological data efficiently in a clientserver DBMS environment Maarten Vermeij, Peter van Oosterom, Wilko Quak and Theo Tijssen Faculty of Civil Engineering and Geosciences,

More information

PROGRESSIVE TRANSMISSION OF VECTOR MAP ON THE WEB

PROGRESSIVE TRANSMISSION OF VECTOR MAP ON THE WEB PROGRESSIVE TRANSMISSION OF VECTOR MAP ON THE WEB AI Bo a, *, AI Tinghua b, TANG Xinming c a Geomatics College, Shandong University of Science and Technology, Qingdao, China - aibo@sdust.edu.cn b School

More information

Using the constrained tgap for generalisation of IMGeo to Top10NL model

Using the constrained tgap for generalisation of IMGeo to Top10NL model Using the constrained tgap for generalisation of IMGeo to Top10NL model Arjen Hofman 1, Arta Dilo 2, Peter van Oosterom 2, Nicole Borkens 3 1 Logica Nederland B.V., Geo ICT Public Sector, Laan van Zuid

More information

Grade 4 Mathematics Pacing Guide

Grade 4 Mathematics Pacing Guide Jul 2014 ~ August 2014 ~ Sep 2014 1 2 3 4 5 6 7 8 9 10 11 12 14 15 16 17 Routines 19 Routines 20 Routines BOY 22 BOY 23 24 11 12 14 29 15 30 31 Notes: Found Online @ wwweverydaymathonlinecom 1 More Calendars

More information

Topological and temporal modelling in GML

Topological and temporal modelling in GML Topological and temporal modelling in GML Wilko Quak, Marian de Vries Delft University of Technology Jaffalaan 9 2628 BX Delft The Netherlands w.quak@otb.tudelft.nl, m.d.vries@otb.tudelft.nl Abstract GML

More information

Beijing , PR China. Beijing , PR China. Changsha , PR China

Beijing , PR China. Beijing , PR China. Changsha , PR China This article was downloaded by:[inst of Geographical Sciences] On: 12 May 2008 Access Details: [subscription number 780705675] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered

More information

A CONSISTENCY MAINTENANCE OF SHARED BOUNDARY AFTER POLYGON GENERALIZATION

A CONSISTENCY MAINTENANCE OF SHARED BOUNDARY AFTER POLYGON GENERALIZATION CO-182 A CONSISTENCY MAINTENANCE OF SHARED BOUNDARY AFTER POLYGON GENERALIZATION AI T.(1), ZHANG W.(2) (1) Wuhan University, WUHAN CITY, CHINA ; (2) Zhongnan University of Economics and Law, WUHAN CITY,

More information

UK EPR GDA PROJECT. Name/Initials Date 30/06/2011 Name/Initials Date 30/06/2011. Resolution Plan Revision History

UK EPR GDA PROJECT. Name/Initials Date 30/06/2011 Name/Initials Date 30/06/2011. Resolution Plan Revision History RP unique number: Page GI-UKEPR-RP-01-RP 0 30/06/2011 1 of 5 Approved for EDF by: A. PETIT Approved for AREVA by: C. WOOLDRIDGE Name/Initials Date 30/06/2011 Name/Initials Date 30/06/2011 Resolution Plan

More information

ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster)

ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster) ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster) MÀSTER EN ENGINYERIA DE TELECOMUNICACIÓ (MET) MÀSTER EN ENGINYERIA ELECTRÒNICA (MEE) Academic regulations for

More information

Westinghouse UK AP1000 GENERIC DESIGN ASSESSMENT. Criticality control in SFP. Radwaste and Decommissioning

Westinghouse UK AP1000 GENERIC DESIGN ASSESSMENT. Criticality control in SFP. Radwaste and Decommissioning Westinghouse UK AP1000 GENERIC DESIGN ASSESSMENT Criticality control in SFP MAIN ASSESSMENT AREA Radiation Protection RELATED ASSESSMENT AREA(S) Fault Studies Radwaste and Decommissioning RESOLUTION PLAN

More information

Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software

Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software Vandana Singh Assistant Professor, School of Information Science, University of Tennessee,

More information

HEALTH INFORMATION INFRASTRUCTURE PROJECT: PROGRESS REPORT

HEALTH INFORMATION INFRASTRUCTURE PROJECT: PROGRESS REPORT HEALTH INFORMATION INFRASTRUCTURE PROJECT: PROGRESS REPORT HCQI Expert Group Meeting 7-8 November 2013 Agenda to improve health information infrastructure» In 2010, health ministers called for improvement

More information

IB Event Calendar Please check regularly for updates Last Update: April 30, 2013

IB Event Calendar Please check regularly for updates Last Update: April 30, 2013 IB Event Calendar 2012-2013 Please check regularly for updates Last Update: April 30, 2013 April 2013 24: (Sophomores): Required orientation meeting for all sophomores entering into IB their junior year.

More information

Automatically repairing polygons and planar partitions with prepair and pprepair

Automatically repairing polygons and planar partitions with prepair and pprepair Automatically repairing polygons and planar partitions with prepair and pprepair Ken Arroyo Ohori Hugo Ledoux Martijn Meijers July 2, 202 Figure : Part of the Corine Land Cover dataset for the region around

More information

Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI

Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI RO TITLE: Safety System Logic & Control (SSLC) Class

More information

AIMMS Function Reference - Date Time Related Identifiers

AIMMS Function Reference - Date Time Related Identifiers AIMMS Function Reference - Date Time Related Identifiers This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13 Date-Time

More information

A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION

A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION C. Jun a, * G. Kim a a Dept. of Geoinformatics, University of Seoul, Seoul, Korea - (cmjun, nani0809)@uos.ac.kr Commission VII KEY WORDS: Modelling,

More information

Your IT Audit and Information Security Partner. CISA Exam Preparation June 2015 Session 6 : 14 April 2015 Starting around 4:45pm..

Your IT Audit and Information Security Partner. CISA Exam Preparation June 2015 Session 6 : 14 April 2015 Starting around 4:45pm.. www.itsec.org.za Your IT Audit and Information Security Partner CISA Exam Preparation June 2015 Session 6 : 14 April 2015 Starting around 4:45pm.. Agenda Introductions Facilitator Participants Recap on

More information

ECET 590 Special Problems in Electrical & Computer Engineering Technology (SmartGrid Technology)

ECET 590 Special Problems in Electrical & Computer Engineering Technology (SmartGrid Technology) ECET 590 Special Problems in Electrical & Computer Engineering Technology (SmartGrid Technology) Spring 2010 Paul I-Hai Lin, Professor of Electrical and Computer Engineering Technology Indiana University-Purdue

More information

Height in the Cadastre Integrating Point Heights and Parcel Boundaries

Height in the Cadastre Integrating Point Heights and Parcel Boundaries Height in the Cadastre Integrating Point Heights and Parcel Boundaries Jantien STOTER and Ben GORTE, the Netherlands Key words: 3D cadastre, 3D data models, geo-dbms, DTM. SUMMARY In the research concerning

More information

A framework to formalize multi-scales land-use generalization in the ScaleMaster 2.0

A framework to formalize multi-scales land-use generalization in the ScaleMaster 2.0 A framework to formalize multi-scales land-use generalization in the ScaleMaster 2.0 Jean-François Girres 1, Guillaume Touya² 1 UMR GRED Université Paul Valéry Montpellier, Route de Mende 34199 Montpellier

More information

Council, 8 February 2017 Information Technology Report Executive summary and recommendations

Council, 8 February 2017 Information Technology Report Executive summary and recommendations Council, 8 February 2017 Information Technology Report Executive summary and recommendations Introduction This report provides the Council with an update into the work of the Information Technology Directorate

More information

APPLICATION OF 3D TERRESTRIAL LASER SCANNING IN THE PROCESS OF UPDATE OR CORRECTION OF ERRORS IN THE CADASTRAL MAP

APPLICATION OF 3D TERRESTRIAL LASER SCANNING IN THE PROCESS OF UPDATE OR CORRECTION OF ERRORS IN THE CADASTRAL MAP Presented at the FIG Working Week 2017, May 29 - June 2, 2017 in Helsinki, Finland Dr.-Eng. Gintcho Kostov GEO ZEMIA Ltd. 1 1. Introduction 3D Terrestrial laser scanning delivers highly accurate spatial

More information

ANNEX - 1 TABLE OF PROJECT DELIVERABLES

ANNEX - 1 TABLE OF PROJECT DELIVERABLES ANNEX - 1 TABLE OF PROJECT DELIVERABLES The table below lists all of the project deliverables with their expected delivery deadline. Deliverables which are meant to be widely disseminated appear in bold

More information

Strengthening Surveillance: The TB Surveillance Checklist of Standards and Benchmarks Rationale and Development

Strengthening Surveillance: The TB Surveillance Checklist of Standards and Benchmarks Rationale and Development Strengthening Surveillance: The TB Surveillance Checklist of Standards and Benchmarks Rationale and Development Emily Bloss, PhD Division of Tuberculosis Elimination Centers for Disease Control and Prevention

More information

Wireless Communications, Information Theory, Physical Layer Security, Cyber Security for Smart Grid, Cryptography, Network Coding.

Wireless Communications, Information Theory, Physical Layer Security, Cyber Security for Smart Grid, Cryptography, Network Coding. Mustafa El-Halabi Contact Information Fleifel Building Cell Phone: + (979) 422 4585 Mathaf E-mail: mhalabi@aust.edu.lb Beirut, Lebanon Webpage: https://mustafa-halabi.appspot.com/ Research Interests Education

More information

Report on Collaborative Research for Hurricane Hardening

Report on Collaborative Research for Hurricane Hardening Report on Collaborative Research for Hurricane Hardening Provided by The Public Utility Research Center University of Florida To the Utility Sponsor Steering Committee January 2010 I. Introduction The

More information

IPv6 in Sweden Helena Åkerlund Head of the Numbering and Addressing section The Swedish Post and Telecom Authority Swedish Post and Telecom Authority

IPv6 in Sweden Helena Åkerlund Head of the Numbering and Addressing section The Swedish Post and Telecom Authority Swedish Post and Telecom Authority IPv6 in Sweden Helena Åkerlund Head of the Numbering and Addressing section The Swedish Post and Telecom Authority Swedish Post and Telecom Authority We shall: Presenting PTS work to ensure that everyone

More information

REPORT ON TELECOMMUNICATIONS SERVICE QUALITY WINDSTREAM FLORIDA, INC.

REPORT ON TELECOMMUNICATIONS SERVICE QUALITY WINDSTREAM FLORIDA, INC. REPORT ON TELECOMMUNICATIONS SERVICE QUALITY For WINDSTREAM FLORIDA, INC. Alachua, Brooker, High Springs, Melrose, and Waldo s February 4 March 14, 2008 Division of Service, Safety & Consumer Assistance

More information

LINE SIMPLIFICATION ALGORITHMS

LINE SIMPLIFICATION ALGORITHMS LINE SIMPLIFICATION ALGORITHMS Dr. George Taylor Work on the generalisation of cartographic line data, so that small scale map data can be derived from larger scales, has led to the development of algorithms

More information

You ve Got Mail! List Offer Creative. Timely insights & trends. Katie Parker Editorial Director. Zach Christensen Creative Director

You ve Got Mail! List Offer Creative. Timely  insights & trends. Katie Parker Editorial Director. Zach Christensen Creative Director You ve Got Mail! Timely email insights & trends Colleen Webster Digital Solutions Director Katie Parker Editorial Director Zach Christensen Director List Pop Quiz! #1 Direct marketing rule: your list better

More information

Contour Simplification with Defined Spatial Accuracy

Contour Simplification with Defined Spatial Accuracy Contour Simplification with Defined Spatial Accuracy Bulent Cetinkaya, Serdar Aslan, Yavuz Selim Sengun, O. Nuri Cobankaya, Dursun Er Ilgin General Command of Mapping, 06100 Cebeci, Ankara, Turkey bulent.cetinkaya@hgk.mil.tr

More information

Information Extraction of Important International Conference Dates using Rules and Regular Expressions

Information Extraction of Important International Conference Dates using Rules and Regular Expressions ISBN 978-93-84422-80-6 17th IIE International Conference on Computer, Electrical, Electronics and Communication Engineering (CEECE-2017) Pattaya (Thailand) Dec. 28-29, 2017 Information Extraction of Important

More information

DATE OF BIRTH SORTING (DBSORT)

DATE OF BIRTH SORTING (DBSORT) DATE OF BIRTH SORTING (DBSORT) Release 3.1 December 1997 - ii - DBSORT Table of Contents 1 Changes Since Last Release... 1 2 Purpose... 3 3 Limitations... 5 3.1 Command Line Parameters... 5 4 Input...

More information

PhD Thesis Defense Performance Improvements in Software-defined and Virtualized Wireless Networks

PhD Thesis Defense Performance Improvements in Software-defined and Virtualized Wireless Networks PhD Thesis Defense Performance Improvements in Software-defined and Virtualized Wireless Networks Chengchao Liang Supervisor: Prof. F. Richard Yu Department of Systems and Computer Engineering Carleton

More information

BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) PART I (COURSE WORK)

BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) PART I (COURSE WORK) BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) DAY Soci-Economic and Political History of Bangladesh PART I (COURSE WORK) 1 ST SEMESTER 2 ND SEMESTER

More information

CIMA Certificate BA Interactive Timetable

CIMA Certificate BA Interactive Timetable CIMA Certificate BA Interactive Timetable 2018 Nottingham & Leicester Version 3.2 Information last updated 09/03/18 Please note: Information and dates in this timetable are subject to change. Introduction

More information

CIMA Asia. Interactive Timetable Live Online

CIMA Asia. Interactive Timetable Live Online CIMA Asia Interactive Timetable 2017 2018 Live Online Version 1 Information last updated 09 October 2017 Please note: Information and dates in this timetable are subject to change. CIMA Cert BA Course

More information

New Concept for Article 36 Networking and Management of the List

New Concept for Article 36 Networking and Management of the List New Concept for Article 36 Networking and Management of the List Kerstin Gross-Helmert, AFSCO 28 th Meeting of the Focal Point Network EFSA, MTG SEAT 00/M08-09 THE PRESENTATION Why a new concept? What

More information

2018 CALENDAR OF ACTIVITIES

2018 CALENDAR OF ACTIVITIES 2018 CALENDAR OF ACTIVITIES WHO WE ARE AND WHAT WE OFFER Ý Public Trainings Technical Sessions Reviews GMM Other Chapter Activities Conferences Professionals Night ISACA was incorporated by individuals

More information

Overview of ITU capacity building activities

Overview of ITU capacity building activities Europe Centers of Excellence Steering Committee Meeting Copenhagen, Denmark 12 December 2017 Overview of ITU capacity building activities Mike Nxele Senior Human Capacity Building Officer, Human Capacity

More information

7 Sept 29-Oct 3. 8 Oct 6-10

7 Sept 29-Oct 3. 8 Oct 6-10 Fifth Grade Math Curriculum Map Week 1 Aug 18-22 2 Aug 25-29 3 Sept 2-5 4 Sept 8-12 5 Sept 15-19 2014-2015 (I can statements and testing dates included) 6 Sept 22-26 7 Sept 29-Oct 3 8 Oct 6-10 9 Oct 13-17

More information

History in Spatial Databases

History in Spatial Databases History in Spatial Databases Henri J.G.L. Aalders Delft University of Technology, Department of Geodesy, the Netherlands Katholieke University Leuven, Faculty of Applied Sciences, Belgium Phone: 00-31-15-278

More information

College of Sciences. College of Sciences. Master s of Science in Computer Sciences Master s of Science in Biotechnology

College of Sciences. College of Sciences. Master s of Science in Computer Sciences Master s of Science in Biotechnology Master s of Science in Computer Sciences Master s of Science in Biotechnology Department of Computer Sciences 1. Introduction\Program Mission The Program mission is to prepare students to be fully abreast

More information

5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT

5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT 86 Advances toward 3D GIS 5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT Siti Nur Awanis Mohamad Zulkifli Alias Abdul Rahman Department of Geoinformatics, Faculty of Geoinformation

More information

MAASTO TPIMS Systems Engineering Analysis. Documentation

MAASTO TPIMS Systems Engineering Analysis. Documentation MAASTO TPIMS Project MAASTO TPIMS Systems Engineering Analysis Documentation Date: November 18, 2016 Subject: MAASTO TPIMS Systems Engineering Analysis and Supplementary Project Documentation Summary Introduction

More information

Digitalization beyond Smart Metering. SCCER-FURIES meeting 2 Nov. 2017/ Lausanne, Switzerland

Digitalization beyond Smart Metering. SCCER-FURIES meeting 2 Nov. 2017/ Lausanne, Switzerland FHNW, INSTITUT FÜR AEROSOL- UND SENSORTECHNIK, GRUPPE EL. ENERGIETECHNIK (PROF. SCHULZ) USI, INSTITUTE OF COMPUTATIONAL SCIENCE (PROF. KRAUSE) USI, ADVANCED LEARNING AND RESEARCH INSTITUTE (PROF. MALEK)

More information

Curriculum Vitae Tim Ophelders last updated: September 12, 2018

Curriculum Vitae Tim Ophelders last updated: September 12, 2018 Curriculum Vitae Tim Ophelders last updated: September 12, 2018 Personal Information Name Citizenship T. A. E. (Tim) Ophelders Dutch Work Address Email Department of Computational Mathematics, Science

More information

Graphic Display of Vector Object

Graphic Display of Vector Object What is GIS? GIS stands for Geographic Information Systems, although the term Geographic Information Science is gaining popularity. A GIS is a software platform for storing, organizing, viewing, querying,

More information

Description Cross-domain Task Force Research Design Statement

Description Cross-domain Task Force Research Design Statement Description Cross-domain Task Force Research Design Statement Revised 8 November 2004 This document outlines the research design to be followed by the Description Cross-domain Task Force (DTF) of InterPARES

More information

Consolidation Team INSPIRE Annex I data specifications testing Call for Participation

Consolidation Team INSPIRE Annex I data specifications testing Call for Participation INSPIRE Infrastructure for Spatial Information in Europe Technical documents Consolidation Team INSPIRE Annex I data specifications testing Call for Participation Title INSPIRE Annex I data specifications

More information

Development of EDA Tool with Easy Plugin for New VLSI Algorithms Ashwini Desai, Ashwini Baligatti, Harsha Pal, Savita Y.

Development of EDA Tool with Easy Plugin for New VLSI Algorithms Ashwini Desai, Ashwini Baligatti, Harsha Pal, Savita Y. Development of EDA Tool with Easy Plugin for New VLSI Algorithms Ashwini Desai, Ashwini Baligatti, Harsha Pal, Savita Y. Barker, Uday Wali Abstract An EDA tool has been developed with an emphasis on teaching-learning

More information

Towards a 3D cadastre: where do cadastral needs and technical possibilities meet?

Towards a 3D cadastre: where do cadastral needs and technical possibilities meet? Computers, Environment and Urban Systems 27 (2003) 395 410 www.elsevier.com/locate/compenvurbsys Towards a 3D cadastre: where do cadastral needs and technical possibilities meet? Jantien Stoter a, *, Martin

More information

Information Technology Services. Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017

Information Technology Services. Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017 Information Technology Services Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017 Information Technology Services TABLE OF CONTENTS UPDATE ON PROJECTS &

More information

INSPIRE status report

INSPIRE status report INSPIRE Team INSPIRE Status report 29/10/2010 Page 1 of 7 INSPIRE status report Table of contents 1 INTRODUCTION... 1 2 INSPIRE STATUS... 2 2.1 BACKGROUND AND RATIONAL... 2 2.2 STAKEHOLDER PARTICIPATION...

More information

Topology in spatial DBMSs

Topology in spatial DBMSs Topology in spatial DBMSs Wilko Quak, Jantien Stoter and Theo Tijssen Department of Geodesy, Faculty of Civil Engineering and Geosciences Delft University of Technology, The Netherlands Telephone: +31

More information

Partition and Conquer: Improving WEA-Based Coastline Generalisation. Sheng Zhou

Partition and Conquer: Improving WEA-Based Coastline Generalisation. Sheng Zhou Partition and Conquer: Improving WEA-Based Coastline Generalisation Sheng Zhou Research, Ordnance Survey Great Britain Adanac Drive, Southampton, SO16 0AS, UK Telephone: (+44) 23 8005 5000 Fax: (+44) 23

More information

Gassan Abu Jumra Alsyad

Gassan Abu Jumra Alsyad Gassan Abu Jumra Alsyad PERSONAL INFORMATION Place & Date of Birth: Khartoum, 29 th May 1980 Nationality: Sudanese Marital Status: Single Passport NO: B0700506 Language : Arabic,English Current Address:

More information

CONSISTENT LINE SIMPLIFICATION BASED ON CONSTRAINT POINTS

CONSISTENT LINE SIMPLIFICATION BASED ON CONSTRAINT POINTS CONSISTENT LINE SIMPLIFICATION BASED ON CONSTRAINT POINTS Shen Ying, Lin Li and Yuanyu Zhang School of Resource and Environment Science, Wuhan University, China, 430079. E-mail: senying@sina.com ABSTRACT

More information

SME License Order Working Group Update - Webinar #3 Call in number:

SME License Order Working Group Update - Webinar #3 Call in number: SME License Order Working Group Update - Webinar #3 Call in number: Canada Local: +1-416-915-8942 Canada Toll Free: +1-855-244-8680 Event Number: 662 298 966 Attendee ID: check your WebEx session under

More information

Master Thesis Project Plan. Reusable Mathematical Models

Master Thesis Project Plan. Reusable Mathematical Models Master Thesis Project Plan Reusable Mathematical Models Tobias K. Widmer widmer@id.ethz.ch Supervisors: Prof. Dr. B. Meyer B. Schoeller Chair of Software Engineering Department of Computer Science, ETH

More information

Library. Summary Report

Library. Summary Report Library Summary Report 217-218 Prepared by: Library Staff December 218 Table of Contents Introduction..1 New Books.2 Print Circulation.3 Interlibrary Loan 4 Information Literacy 5 Reference Statistics.6

More information

Coursework and Controlled Assessment Timetable

Coursework and Controlled Assessment Timetable Coursework and Controlled Assessment Timetable 2017-2018 Coursework () Although some subjects dedicate class time to modular coursework it is mainly written work produced by the student independently and

More information

Current status and next steps. Haileyesus Getahun Coordinator IACG Secretariat World Health Organization

Current status and next steps. Haileyesus Getahun Coordinator IACG Secretariat World Health Organization Current status and next steps Haileyesus Getahun Coordinator IACG Secretariat World Health Organization IACG Information Session for Member States and Missions, Geneva, 1 October, 2018 The Interagency

More information

SIMPLE MODEL FOR TRANSMISSION CONTROL PROTOCOL (TCP) Irma Aslanishvili, Tariel Khvedelidze

SIMPLE MODEL FOR TRANSMISSION CONTROL PROTOCOL (TCP) Irma Aslanishvili, Tariel Khvedelidze 80 SIMPLE MODEL FOR TRANSMISSION CONTROL PROTOCOL (TCP) Irma Aslanishvili, Tariel Khvedelidze Abstract: Ad hoc Networks are complex distributed systems that consist of wireless mobile or static nodes that

More information

UMass Lowell Computer Science Advanced Algorithms Computational Geometry Prof. Karen Daniels. Spring, Project

UMass Lowell Computer Science Advanced Algorithms Computational Geometry Prof. Karen Daniels. Spring, Project UMass Lowell Computer Science 91.504 Advanced Algorithms Computational Geometry Prof. Karen Daniels Spring, 2007 Project Project Deliverables Deliverable Due Date Grade % Proposal & Lead Class Discussion

More information

Library Technical Services Process Improvement Based on LEAN

Library Technical Services Process Improvement Based on LEAN Library Faculty Presentations Library Faculty/Staff Scholarship & Research 6-23-2012 Library Technical Services Process Improvement Based on LEAN Richard J. W. Zwiercan University of Nevada, Las Vegas,

More information

1.1 This information note accompanies Transport for Greater Manchester s bus route map data released at:

1.1 This information note accompanies Transport for Greater Manchester s bus route map data released at: Bus Route Map Data Supporting Information (May 2018) 1 Background 1.1 This information note accompanies Transport for Greater Manchester s bus route map data released at: http://data.gov.uk/dataset/bus-routes-1-25-000-scale-map-data

More information

European Developments

European Developments European Developments Place your chosen image here. The four corners must just cover the arrow tips. For covers, the three pictures should be the same size and in a straight line. Transmission Workgroup

More information

CIMA Asia. Interactive Timetable Live Online

CIMA Asia. Interactive Timetable Live Online CIMA Asia Interactive Timetable 2018 Live Online Information version 8 last updated 04/05/18 Please note information and dates are subject to change. Premium Learning Partner 2018 CIMA Cert BA Course Overview

More information

DIRECTORS OF METHODOLOGY/IT DIRECTORS JOINT STEERING GROUP 18 NOVEMBER 2015

DIRECTORS OF METHODOLOGY/IT DIRECTORS JOINT STEERING GROUP 18 NOVEMBER 2015 DIME/ITDG SG November 2015 DIRECTORS OF METHODOLOGY/IT DIRECTORS JOINT STEERING GROUP 18 NOVEMBER 2015 Item 03 of the agenda ESS Vision 2020: ESS.VIP VALIDATION 1. Purpose of the document ESS Vision 2020:

More information

Proceedings of the 6 th AGILE Dates Lieu MODELLING 3D SPATIAL OBJECTS IN A GEO-DBMS USING A 3D PRIMITIVE

Proceedings of the 6 th AGILE Dates Lieu MODELLING 3D SPATIAL OBJECTS IN A GEO-DBMS USING A 3D PRIMITIVE Proceedings of the 6 th AGILE Dates Lieu MODELLING 3D SPATIAL OBJECTS IN A GEO-DBMS USING A 3D PRIMITIVE Călin Arens, Jantien Stoter and Peter van Oosterom Section GIS-Technology, Department of Geodesy,

More information

Modelling Topographic Information in Sri Lanka within a Multiple Representation Database Management System

Modelling Topographic Information in Sri Lanka within a Multiple Representation Database Management System Modelling Topographic Information in Sri Lanka within a Multiple Representation Database Management System K.A.B.S.Rupasinghe March, 2006 Modelling Topographic Information in Sri Lanka within a Multiple

More information

RULES AND REGULATIONS OF THE FACULTY ITC EXAMINATION BOARD APPLICABLE FOR COURSES STARTING FROM SEPTEMBER 2016 ONWARDS

RULES AND REGULATIONS OF THE FACULTY ITC EXAMINATION BOARD APPLICABLE FOR COURSES STARTING FROM SEPTEMBER 2016 ONWARDS RULES AND REGULATIONS OF THE FACULTY ITC EXAMINATION BOARD APPLICABLE FOR COURSES STARTING FROM SEPTEMBER 2016 ONWARDS Faculty of Geo-Information Science and Earth Observation (Faculty ITC) The Examination

More information

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10 3D Analysis of Surfaces and Features Using ArcGIS 10 Completed on September 5, 2012 3D Visualization Techniques Using ArcGIS 10 Completed on November 19, 2011 Basics of Map Projections (for ArcGIS 10)

More information

FACULTY PROFILE. Total Experience : Academic : 7 Years and 3 Months. Degree Branch / Specialization College University

FACULTY PROFILE. Total Experience : Academic : 7 Years and 3 Months. Degree Branch / Specialization College University FACULTY PROFILE Name Designation Email ID : A.K.Kavitha : Assistant Professor : kavitha.ece@srit.org Area of Specialization : Wireless Communication Total Experience : Academic : 7 Years and 3 Industry

More information

Training of BRs/NCs reviewers and experts for Biennial Update Reports technical analysis. 5 th BRs and NCs lead reviewers meeting

Training of BRs/NCs reviewers and experts for Biennial Update Reports technical analysis. 5 th BRs and NCs lead reviewers meeting Training of BRs/NCs reviewers and experts for Biennial Update Reports technical analysis 5 th BRs and NCs lead reviewers meeting Kyoko Miwa, Haike Stephen Mitigation Data Analysis programme, UNFCCC secretariat

More information

The What, Why, Who and How of Where: Building a Portal for Geospatial Data. Alan Darnell Director, Scholars Portal

The What, Why, Who and How of Where: Building a Portal for Geospatial Data. Alan Darnell Director, Scholars Portal The What, Why, Who and How of Where: Building a Portal for Geospatial Data Alan Darnell Director, Scholars Portal What? Scholars GeoPortal Beta release Fall 2011 Production release March 2012 OLITA Award

More information

Displacement Methods based on Field Analysis

Displacement Methods based on Field Analysis Displacement Methods based on Field Analysis Tinghua Ai Laboratory of Digital Mapping and Land Information Application Engineering Wuhan University, P. R. China aith@wuhan.cngb.com Peter van Oosterom Section

More information

CIS 895 GMoDS Visualizer and Test Driver Project Plan 2.0. Project Plan. For GMoDS Visualizer and Test Driver. Version 2.0

CIS 895 GMoDS Visualizer and Test Driver Project Plan 2.0. Project Plan. For GMoDS Visualizer and Test Driver. Version 2.0 Project Plan For GMoDS Visualizer and Test Driver Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Mike Fraka CIS 895 MSE Project Kansas State University Page 1 of

More information

Enhanced Retrieval of Web Pages using Improved Page Rank Algorithm

Enhanced Retrieval of Web Pages using Improved Page Rank Algorithm Enhanced Retrieval of Web Pages using Improved Page Rank Algorithm Rekha Jain 1, Sulochana Nathawat 2, Dr. G.N. Purohit 3 1 Department of Computer Science, Banasthali University, Jaipur, Rajasthan ABSTRACT

More information

Realisation Plan Dynamic Professional Knowledge Base

Realisation Plan Dynamic Professional Knowledge Base Realisation Plan Dynamic Professional Knowledge Base Content Summary... 3 1. Introduction... 4 1.1 Realisation Plan DPKB... 4 1.2 Preconditions... 4 2. Results Phase 1... 5 2.1 Users/ User groups... 5

More information

Client Services Procedure Manual

Client Services Procedure Manual Procedure: 85.00 Subject: Administration and Promotion of the Health and Safety Learning Series The Health and Safety Learning Series is a program designed and delivered by staff at WorkplaceNL to increase

More information

Master ASE. Hints concerning the study and examination regulations

Master ASE. Hints concerning the study and examination regulations Master ASE Hints concerning the study and examination regulations Table of Contents General...2 Study Regulations...2 General...2 Structure and Contents of the Study Course...2 Procedure...4 Exams...5

More information

Next Steps for WHOIS Accuracy Global Domains Division. ICANN June 2015

Next Steps for WHOIS Accuracy Global Domains Division. ICANN June 2015 Next Steps for WHOIS Accuracy Global Domains Division ICANN 53 24 June 2015 Agenda: Next Steps for WHOIS Accuracy Reporting System 1 2 3 Introduction and Implementation Approach Pilot Project and Lessons

More information

Stakeholder consultation process and online consultation platform

Stakeholder consultation process and online consultation platform Stakeholder consultation process and online consultation platform Grant agreement no.: 633107 Deliverable No. D6.2 Stakeholder consultation process and online consultation platform Status: Final Dissemination

More information

Route Map (Start September 2012) Year 9

Route Map (Start September 2012) Year 9 Route Map (Start September 2012) Year 9 3 th 7 th Sept 10 th -14 th Sept 17 th 21 st Sept 24 th 28 th Sept 1 st -5 th Oct 8 th -12 th Oct 15 th 19 th Oct 22 nd -26 th Oct 29 th Oct-2 nd Nov 5 th -9 th

More information

WORKPACKAGES Month

WORKPACKAGES Month WORKPACKAGES Month 1 2 3 4 5 6 7 8 9 10 11 12 1: Project management 2: Requirements analysis 3: Software development 4: Evaluation and analysis 5: Write up and recommend 6: Dissemination Project : 1 September

More information

Topology versus non-topology storage structures Functional analysis and performance test using LaserScan Radius Topology

Topology versus non-topology storage structures Functional analysis and performance test using LaserScan Radius Topology Topology versus non-topology storage structures Functional analysis and performance test using LaserScan Radius Topology J.H. Louwsma Cover: Query elements for the performance test Topology versus non-topology

More information

Holt Grade Mathematics Curriculum Guides

Holt Grade Mathematics Curriculum Guides Holt Grade 6 2007 2008 Mathematics Curriculum Guides Wisconsin Mathematics Standard MPS Learning Target Wisconsin Assessment Descriptors for Mathematics Curriculum Throughout The Year A. Mathematical Processes

More information

Freedom of Information Act 2000 reference number RFI

Freedom of Information Act 2000 reference number RFI P. Norris By email to: xxxxxxxxxxxxxxxxxxxxxx@xxxxxxxxxxxxxx.xxm 02 November 2011 Dear P. Norris Freedom of Information Act 2000 reference number RFI20111218 Thank you for your request under the Freedom

More information

Utilizing a Discrete Global Grid System For Handling Point Clouds With Varying Location, Time, and Scale

Utilizing a Discrete Global Grid System For Handling Point Clouds With Varying Location, Time, and Scale Utilizing a Discrete Global Grid System For Handling Point Clouds With Varying Location, Time, and Scale MSc Thesis Project, Fugro Supervisors: EDWARD VERBREE PETER VAN OOSTEROM Neeraj Sirdeshmukh Delft

More information

North American Portability Management, LLC Transition Oversight Manager. TOEP Webcast December 12, 2017

North American Portability Management, LLC Transition Oversight Manager. TOEP Webcast December 12, 2017 North American Portability Management, LLC Transition Oversight Manager TOEP Webcast December 12, 2017 Welcome to today s webcast Submit Questions for Q&A Webcast Issues Click the Q&A widget at the bottom

More information

COUNCIL MEETINGS July 2017 to June 2018

COUNCIL MEETINGS July 2017 to June 2018 COUNCIL MEETINGS Name 03-Jul 24-Jul 07-Aug 21-Aug 04-Sep 18-Sep 02-Oct 23-Oct 06-Nov 20-Nov 04-Dec 18-Dec 22-Jan 05-Feb 19-Feb 05-Mar 19-Mar 09-Apr 23-Apr 07-May 21-May 04-Jun 18-Jun Christie LA Sexton

More information

Southeast Florida Regional Climate Change Compact Update. Broward Climate Change Task Force February 16, 2017

Southeast Florida Regional Climate Change Compact Update. Broward Climate Change Task Force February 16, 2017 Southeast Florida Regional Climate Change Compact Update Broward Climate Change Task Force February 16, 2017 Overview Recent Activities RCAP Update Forthcoming Efforts Regional Resilience Projects Summit

More information

Energy Step Code Implementation Strategy. March 26, 2018

Energy Step Code Implementation Strategy. March 26, 2018 Energy Step Code Implementation Strategy March 26, 2018 About the BC Energy Step Code Climate Leadership Plan call for: Net zero energy ready buildings by 2032; Development of the Energy Step Code to get

More information

CMP 2 Grade Mathematics Curriculum Guides

CMP 2 Grade Mathematics Curriculum Guides CMP 2 Grade 7 2007 2008 Mathematics Curriculum Guides Wisconsin Mathematics Standard MPS Learning Target Wisconsin Assessment Descriptors for Mathematics Curriculum Throughout The Year A. Mathematical

More information

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1 INFORMATION TECHNOLOGY SPREADSHEETS Part 1 Page: 1 Created by John Martin Exercise Built-In Lists 1. Start Excel Spreadsheet 2. In cell B1 enter Mon 3. In cell C1 enter Tue 4. Select cell C1 5. At the

More information

A Real Time GIS Approximation Approach for Multiphase Spatial Query Processing Using Hierarchical-Partitioned-Indexing Technique

A Real Time GIS Approximation Approach for Multiphase Spatial Query Processing Using Hierarchical-Partitioned-Indexing Technique International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 6 ISSN : 2456-3307 A Real Time GIS Approximation Approach for Multiphase

More information