Thematic Mapping in the Internet: Exploring Census Data with Descartes

Size: px
Start display at page:

Download "Thematic Mapping in the Internet: Exploring Census Data with Descartes"

Transcription

1 Thematic Mapping in the : Exploring Census Data with Descartes Gennady Andrienko *, Natalia Andrienko *, and Jackie Carter + * GMD - German National Research Center for Information Technology Schloss Birlinghoven, Sankt-Augustin, D Germany Tel: Fax: Gennady.Andrienko@gmd.de URL + Manchester Computing, University of Manchester, M13 9PL, UK Tel: +44(0) Fax: +44(0) j.carter@mcc.ac.uk 1. Introduction Analysis of demographic information is impossible without thematic mapping. Last year significant efforts were involved into putting such data coupled with interactive mapping service into the. For example, 220 demographic variables from 1990 US Census are available online with CIESIN Demographic Viewer 1. Similar projects are running in other countries. Thus, in the UK the results of 1991 Census are being made available to the academic community in the WWW. For real usefulness of public access of Census data it is necessary to provide a convenient interface for the selection and querying of data, calculation, thematic mapping and manipulations with produced maps. Section 2 of the paper discusses alternative architectures for mapping services. A general distinction is made with regard to the client interface in terms of map and data manipulation functions. Section 3 presents some general features of our solution, Descartes 2, which is particularly well suited to provide access to georeferenced statistical data to a wider public, but which may also be used as a Web-based professional tool for the analysis of such data. Section 3 already provides some examples of using Descartes. Section 4 presents an application of the client-server approach outlined in Section 2, and the software described in Section 3, to a subset of the 1991 UK Census of Population; a voluminous digital collection of 1 URL 2 Many examples of use of Descartes are publicly available as demonstrators at and through the home page of Dialogis Software and Services GmbH, a spin-off company of GMD offering a commercial version of Descartes, cf. The further development of Descartes is partially funded by the European Commission, DGIII, under contract 28983, project CommonGIS (November 1998 April 2001). socio-demographic data which is freely available to the UK academic community. Descartes is being employed in order to develop a visualization gateway to this valuable data resource, in order that users will be able to assess the appropriateness of the data for their use, through visual exploration, before downloading for analysis locally. 2. Organization of mapping services in the : possible solutions Most GIS vendors propose solutions for mapping on the basis of their existing packages. The typical architecture involves a GIS running as a CGI script [6,9] on an server computer (see Fig. 1). For example, versions 2 of the CIESIN Demographic Viewer, Canadian census WWW gateway, and Pennsylvania Statistics 3 have similar architecture. The interaction between the user and the system is done through CGI forms displayed by a World-Wide Web (WWW) browser on an -connected client computer. CGI forms provide a rudimentary graphical user interface. A user s input by means of a form is transformed into commands to the GIS. In response the GIS generates a map and sends it to the client computer as a raster image, typically in the GIF format. The limitations of this approach are obvious: restricted user interface; low interactivity (even such a standard operation as zooming is impeded); insufficient quality of graphics (limited not only by the speed of the connection but also by some restrictions of the GIF format); substantial delays when big raster images are sent from the server to the client in each transaction. Simple interactivity for server-side mapping can be implemented in the JavaScript language. A script may 3 URLs and

2 enable a user to select one out of a set of previously prepared GIF images to be shown on the page. For example, if somebody wants to highlight one of 10 objects presented on a map, he should prepare 11 maps: one without highlighting and 10 highlighting one object each. After all the images have been downloaded to the client computer the script allows reasonably fast interaction with them on the screen 4. In the same way M.Peterson implemented simple dynamic mapping and animation [8]. The advantage of this approach is that JavaScript programs can be interpreted by most browsers. The language is very simple and can be used by nonprogrammers. However, visualizations are limited by raster GIF files, and interaction capabilities are very restricted. server computer HTTP server CGI script GIS Database Commands Raster graphics (GIF files) (HTTP protocol) -connected client computer browser Fig.1. mapping: server-side GIS running as CGI script. Another solution consists in the use of Java applets (Fig. 2). Java is a programming language that can be interpreted by most browsers on various hardware platforms. Java applets embedded in WWW pages are loaded by a browser from an server computer and then executed on a client computer without requiring any installation. Applets can access data stored on the server through the HTTP protocol. Advantages of this solution are the opportunities for providing an advanced user interface, unlimited user interaction, and generation of high-quality graphics. This approach has also certain shortcomings. First, a critical issue is the size of the Java applet: downloading of a big applet may require quite a long time. This may seriously inhibit augmentation of the functionality. Second, applets may run rather slowly on some hardware and software platforms. Third, data security is not guaranteed: any other software can access database files accessed by the applet. Although these files can be encrypted, this is not a perfect solution: it is possible to open the encryption mechanism through decompiling the 4 See URLs and code of the applet. For these reasons most existing mapping applets only provide very basic map-viewing capabilities 5 and are not used for real problem solving [10]. server computer HTTP server File operations Database Requests for connection to data (URL opening) Data (HTTP protocol) -connected client computer browser Java applet Fig.2. mapping: client-side GIS Java applet Sometimes, instead of Java, other interpretable programming languages, such as Tcl/Tk, are used. An example is the system for visual analysis of spatially referenced data named CDV [4,5]. In such a case, to make the system work in the, special software called browser plug-ins must be installed on the client computer 6. This requirement may actually be a serious limitation because end users may have insufficient competence for doing the installation or be unwilling to do it. The available mapping software, like all GIS in general, is rather weak with regard to the cartographic presentation of spatially referenced (statistical) data. Most GIS developers seem to consider this function as marginal. In contrast, our system Descartes is primarily designed to support visual exploration of spatially referenced data through automated cartographic visualization. Correctness of map presentations, i.e. compliance with the established principles of graphic and cartographic design, is very important for proper data interpretation and, as a consequence, for problem solving. As we do not want to presume that all potential end users are familiar with these principles, Descartes incorporates such knowledge about thematic data mapping, and on this basis acts as a professional cartographer providing users with automatically built maps appropriately presenting user-selected data. The maps built by Descartes are not just static pictures. The system offers a wide range of interactive tools to manipulate the presentations in order to make them more expressive and to create more beneficial conditions for 5 See URLs and 6 The same applies to the latest versions of the Java language that are not supported yet by most browsers. Unfortunately, different versions of the Java plug-in are not completely compatible, and this may cause some trouble for end-users.

3 revealing significant relationships, patterns, and regularities. The services of Descartes are available in the. For this purpose, the functionality of the system is distributed between two parts: the server and the client. The server 7 provides database access, data manipulation (fulfillment of queries, calculations, transformation of structure of tables etc.), and map design (selection of presentation methods and setting of their parameters using the internal knowledge base on thematic mapping). The client provides the user interface, draws the vectorbased maps, and supports interactive manipulation of these maps. server computer HTTP server CGI script Descartes server Descartes application: spatial data (points, lines, polygons); attribute data; semantic relations Start of the Descartes server Commands Data, map descriptions, results of queries and calculations (HTTP protocol and socket connection) -connected client computer browser Descartes Java client 3. Mapping attribute data in Descartes When designing a map Descartes takes into account several characteristics of the data variables that the user wants to visualize: the number of data variables selected for simultaneous presentation, their types, the number of different values, and semantic relationships between the variables. All these characteristics, except for the relationships, can be found in the internal database schema or derived from the data. Semantic relationships (IS-A, PART-OF, and comparability) 9 have to be described in the application building process by a person familiar with the meaning of the data. An interactive module called Application Builder supports this activity. This module supports conceptual indexing of tables with attribute data, linking them with spatial data (coordinates and geometry of spatial objects), and description of semantic relationships. A table in Descartes is a collection of uniform records (rows) composed from fields (columns). The data should refer to some geographical objects listed in one of the columns. A file with coordinates or outlines of these objects in vector format should be available. Fig. 4 shows how Descartes displays a table (this and all the following examples refer to a set of demographic data referring Leicester census data). Note the organization of the table caption: its generation is based on the table index supplied to it in the application building process, and it also accounts for relationships between attributes. Fig.3. mapping in Descartes: client-server architecture with the Java client 8. The client is a Java applet implemented in Java Most browsers such as Netscape versions from 3.0 to 4.5 and Explorer versions from 3.0 to 5.0 support this version of Java. When a user loads the page with the applet, it activates the server part of the system and starts communication with it through a socket connection. This approach allows combining high user interactivity and dynamic data displays on the client side with powerful functionality on the server side while the size of the applet can be kept relatively small. We admit, however, that our approach also may exhibit a drawback: some local networks are protected by firewalls that prohibit socket operations and thus forbid to run Descartes applications across the firewall. A general scheme of Descartes' functionality is presented in Fig Implemented in C++ and is available for different dialects of Unix and for Windows 95 and NT. 8 The latest version of CIESIN data viewer has the similar architecture. However, its visualization capabilities are limited to mapping of a single numeric variable by classified choropleth maps. Fig.4. A table with data as it is shown in Descartes. Census data Crown copyright. Having a table on the screen, the user can perform some operations to define the scope of data to be represented graphically: s/he can select table columns or/and impose a filter on table rows (restrictions on data values). S/he can also specify an arithmetic formula over the columns 9 Examples of semantic relationships: Female population part-of Total population, Mammals is-a Animals, Birth rate comparable-with Death rate.

4 and let the system do the corresponding calculations for each record, thus storing the results in a new, dynamically generated column. When the data selection process is finished, and the user presses the button Visualize, the system activates the visualization design. As an example (cf. Fig. 4), suppose that the user has selected the column containing values of the attribute Ill per Capita. Fig. 5 shows the result of the visualization design as presented to the user. The three icons symbolically represent the three alternative visualization methods that Descartes proposes and applies to build the maps (due to the transformation from a color screenshot to the grayscale picture the second and the third icons in Fig. 5 appear to be identical). Fig.5. A single numeric variable can be presented in different ways. Selection of other attributes will result in different, casespecific proposals of alternative map designs. Fig. 6 presents an example where the user selected several variables, each referring to a different age group of the total population. The variables are thus linked by the relationship of inclusion in a common total (Fig.6). Fig.7. The presentation of a map and its legend in Descartes. Maps in Descartes allow a number of standard GIS operations: zooming and panning, switching on/off geographical layers, and changing colors and sequence of drawing of geographical layers. The system also enables interactive access to source data through maps: when the mouse cursor moves over some geographical object, the exact data values associated with this object will be shown in the bottom right frame of the window (Fig. 7). Map legends provide keys to correct map interpretation and additional information useful for analysis, such as a summary statistics of data variation as shown in Figure 8. The statistics (minimum, maximum, median, and quartiles) are presented graphically by the Tukey s box and whiskers plot. Fig.6. Presentation of several variables with the relationship of inclusion in a common total. To actually view a map, the user selects the corresponding row and presses the "Show" button. Thus, after having selected the third item (pie-chart) in the list of Figure 6, a window as shown in Figure 7 will be created. Fig.8. Map, legend, and dynamic manipulation control in Descartes. Highlighted are objects with value of the attribute approximately equal to Boundary data copyright ED-Line Consortium. More details about visualization design and many further facilities for interactive manipulation of the maps generated by Descartes can be found in [1,2]. In this paper, we only mention one further capability: once a user has found and interactively adapted a specific map

5 of interest this map can be saved for further use. Importantly, such a map is not just a raster picture but a description of the data and the visualization method that was chosen for presenting the data (pie chart, bar chart, or the like). This description can be interpreted by Descartes itself, or by another standalone applet called ShowMap, which can be seen as a functionally reduced variant of Descartes specifically designed for map viewing. In both cases the map is shown to the user in such a way that all interactive operations are enabled: data access, panning and zooming, selection of layers, manipulation of the presentation parameters etc. Unlike the full Descartes system, however, the ShowMap applet can only handle the given map and data, i.e. no additional attributes or alternative presentation methods can be selected. For example, maps on figure 9 show cross-classification of objects on the basis of 2 numeric attributes: proportion of ill per capita and average number of cars per capita. The applet allows a user a complete spectrum of interactive manipulations with the map. Thus, a user might click to the right part of the number line for cars per capita attribute, and the system hides all regions where number of cars per capita smaller than 0.4. Other objects are painted in different colors depending on the proportions of ill per capita. A user can also highlight any objects by pointing to the map, scatter-plot, or any of number lines. He can dynamically change a number of classes and move the class ranges.

6 Fig.9. Interactive maps shown by ShowMap applet. Boundary data copyright ED-Line Consortium. Advantages are that due to the reduced functionality operating the ShowMap applet is easier to learn, and also its size is reduced resulting in a faster loading time. The presentation of a map saved by Descartes can be embedded into standard HTML pages - just like other graphics 10. Clicking on the graphics will invoke the ShowMap applet thus making the picture come alive. Another significant difference to the full Descartes applet is that the application of ShowMap does not involve any communication with the server, and therefore will not be disabled by firewalls. 4 Applications and General Tasks for MIDAS In the UK, MIDAS (Manchester Information Datasets and Associated Services) provides a national support and dissemination service to the academic community for census statistics and related datasets and information. Online access to the census area statistics is provided by MIDAS, although until recently various weaknesses in the dissemination model, combined with issues relating to copyright and access restrictions, confined the user 10 Several sets of HTML pages with embedded maps are available at the URLs and base to those with higher levels of computer literacy and/or data handling skills. Thus, a user would have to first register for the data they were interested in, then log into a remote Unix server over the via Telnet, and issue a series of complex commands to the access software within an often unfamiliar command line environment. Once they had extracted the required data they could either use the ftp protocol to transfer the data from the remote machine to their local machine for analysis, or work online with the data with software supported on the Unix server. The combination of skills required to access and use the data have resulted in some researchers being discouraged from using what is one of the most comprehensive socio-demographic resources available to the academic community. Current initiatives to overcome these problems have resulted in the release of a Web-based interface to the census area statistics (Casweb 11 ) together with the development of a visualization gateway to the Census data held at MIDAS. The intention is to increase accessibility to, and the use of, census counts and associated spatial data resources (such as boundary data files which can be used for mapping census data at a variety of geographical levels) to all users, regardless of their level of expertise. The Web-based interface to 11 See

7 census area statistics was launched in September 1998 and requires only that users are registered to use the data. Additional functionality is available for users who are prepared to download a plug-in to their Web browser, which will then enable them to use a dynamic map interface for the purpose of area selection of data. The development of a Visualization Gateway seeks to extend this work by incorporating visualization functionality into the interface so that users can decide on the appropriateness of data for their use before they download them (Carter and Dykes, 1998). The cartographic data visualizer (cdv) was developed in order to demonstrate the cartographic visualization approach to exploratory data analysis (EDA) [3,4,5]. The approach taken to the development of this software owes its origins to Visualization in Scientific Computing (ViSC) in the 1980s [7]. The emphasis is on real-time, interactive analysis based on graphic representations of data. ViSC systems have several definitive features, notably the capacity to interrogate images on the screen, interact with and control a representation, re-express the data in numerous ways, and to produce multiple alternative and linked views. Such techniques can help in interpreting and understanding large and complex datasets, such as the census; the aim is to use graphics in the development of idea and not simply for presentation purposes. In order to use the cdv software a user can either access it remotely using an Xwindows interface to a Unix server, download it to their own PC or run it from a CD. A hypertext guide is available which enables users to work though the functionality step by step. Datasets are bundled with the software for demonstrator purposes but additional datasets are available for 1991 registered census users, and instructions have been written to allow users who have their own datasets (digitised boundary data plus associated area enumerated attribute data) to incorporate them into cdv. A series of workshops and seminars has been offered throughout the UK to interested users, and several universities have incorporated the use of the software into their undergraduate teaching programs. However, whilst cdv has been used successfully and has helped in promoting a cartographic visualization approach to EDA, there are several limitations in adapting it to be enabled. Although the aforementioned Tcl/Tk plugin provides a means for creating dynamic maps on the, security considerations require that the functionality available for use with the plugin is only a subset of the full application. Most of the file manipulation commands for opening and reading data files are missing. Tcl scripts written for use on the Web must therefore be distributed as single ASCII files containing both program code and data. Such scripts are a static, inefficient and insecure means of distributing spatial information, especially when such information is access restricted. There are several advantages to a visualization gateway adopting the client-server approach described in Section 2. Firstly, as the use of Web browsing software becomes more familiar to all users, the limitations imposed on an individual to accessing and retrieving census data, as discussed above, will be mitigated. The user can thus concentrate on the task of searching for relevant datasets for their area of interest. Secondly, by introducing a visual dynamic environment in which data can be explored before they are extracted, the user can be sure of the appropriateness of the data for their purposes before they download them for further analysis. Combining census attribute data with digitised boundary data requires a set of skills which only a limited numbers of users may have. The use of either a GIS, or mapping software, to explore the data demands specific knowledge of not only the data, and the software, but also of spatial concepts (for example, how the data can be combined) and cartographic expertise. Additional steps may be required in order to reformat the data before it can be used in the GIS software. By introducing a visualization gateway which allows for the selection of data and visual exploratory analysis to take place all within the familiar environment of the user's desktop, the obstacles of learning additional commands for controlling access software, and for downloading data for use locally, can be avoided. The solution offered by the Descartes system is currently being investigated at MIDAS. The server software has been installed on a Sun superserver. Demonstrator data for the UK county of Leicestershire, at electoral ward level, is currently available for investigation using the system 12. Although this data is Crown copyright, under terms and conditions previously negotiated by the UK Office for National Statistics and the ED-Line Consortium (responsible for the provision of the digitised boundary data) these data are available for academic use. Data for other areas will require a user to be authorised, and so authentication will be an important part of the final gateway. The overheads in using Descartes are that the application builder 13 must be used each time a new application (i.e. new dataset) is input to the system. The visualization gateway aims, initially, to offer users an area that will be of interest to them (eg. a single county in the UK, at 12 See and 13 The application builder is an interactive tool for linking tables with geographical information. The tool also helps to describe semantics of data, i.e. relationships between data components. This information is used later for knowledge-based visualization design. Generally, it is possible to skip this step, i.e. do not provide any metainformation. In this case the system will assume that all attributes are independent and will not select and produce some visualization techniques, for example, pie charts or segmented bars.

8 electoral ward level) in order that they can select a local area for investigation. Data subsetting must therefore take place, both at the census attribute and at the geographic level, and a collection of data be made available to cover the entire country. Subsequently an application will be created for each of these data subsets, and a new user will be offered a drop down menu from which they can make their choice. It would be helpful to be able to combine Descartes with the new census download interface (Casweb) so that a user could select any area of the country for which data were available, at any level of geography, together with the census attributes that they wished to explore. This level of flexibility is currently not possible due to the user interaction required at the 'application builder' stage. MIDAS is committed to providing increased access to the census of population statistics in order to return the investment that the academic community has made in the provision of this data resource. The Descartes solution will enable the server-client approach to help otherwise inexperienced users to locate, explore and learn about census statistics for the UK in a familiar desktop environment. This solution overcomes many of the previous hurdles encountered in attempting to encourage the use of visual exploration of census datasets. References 1. Andrienko, G., and Andrienko, N., 1998, Intelligent Visualization and Dynamic Manipulation: Two Complementary Instruments to Support Data Exploration with GIS. In Proceedings Advanced Visual Interfaces'98 (AVI 98, L Aquilla Italy, May 1998), ACM Press, pp Andrienko, G., and Andrienko, N., 1999, Interactive Maps for Visual Data Exploration. International Journal Geographic Information Science, 13 (4), to appear. 3. Carter, J., and Dykes, J., 1998, Developing a Visualization Gateway for the UK Census of Population. In Proceeding Spatial Data Handling 98, (Vancouver Canada, July 1998), Dykes, J.A., 1997, Exploring Spatial Data Representation with Dynamic Graphics. Computers & Geosciences, 23 (4), Dykes, J.A., 1998, Cartographic Visualization: Exploratory Spatial Data Analysis with Local Indicators of Spatial Association using Tcl/Tk and cdv. The Statistician, 47 (3), Grossley, D., and Boston, T., 1995, A Generic Map Interface to Query Geographical Information using the World Wide Web. World Wide Web Journal, 1996, pp (Proceedings of the 4 th WWW Conference, December 1995). 7. McCormick, B.H., DeFanti, T.A., and Brown, M.D. (eds.), 1987, Visualization in Scientific Computing, Computer Graphics, 21 (6). 8. Peterson, M.P., 1999, Active Legends for Interactive Cartographic Animation. International Journal Geographic Information Science, 13 (4), to appear. 9. Plewe, B., 1997, GIS Online. Information Retrieval, Mapping, and the. Santa Fe: OnWorld Press. 10. Sorokine, A., and Merzliakova, I., 1998, Interactive Map Applet for Illustrative Purposes. In Proceedings of 6 th International Symposium on Advances in Geographic Information Systems (ACM-GIS 98, November 6-7, 1998, Washington DC), ACM Press, pp Last updated: March 18, 1999

Intelligent Support of Visual Data Analysis in Descartes

Intelligent Support of Visual Data Analysis in Descartes Intelligent Support of Visual Data Analysis in Descartes Gennady Andrienko and Natalia Andrienko Fraunhofer Institute Autonomous Intelligent Systems, Knowledge Discovery Team AiS.KD, Schloss Birlinghoven,

More information

US Geo-Explorer User s Guide. Web:

US Geo-Explorer User s Guide. Web: US Geo-Explorer User s Guide Web: http://usgeoexplorer.org Updated on October 26, 2016 TABLE OF CONTENTS Introduction... 3 1. System Interface... 5 2. Administrative Unit... 7 2.1 Region Selection... 7

More information

Demo: Linked Open Statistical Data for the Scottish Government

Demo: Linked Open Statistical Data for the Scottish Government Demo: Linked Open Statistical Data for the Scottish Government Bill Roberts 1 1 Swirrl IT Limited http://swirrl.com Abstract. This paper describes the approach taken by the Scottish Government, supported

More information

MAPSITE - INTERNET MAP SERVICE OF THE NATIONAL LAND SURVEY OF FINLAND GETS DRESSED IN MODERN TECHNOLOGY

MAPSITE - INTERNET MAP SERVICE OF THE NATIONAL LAND SURVEY OF FINLAND GETS DRESSED IN MODERN TECHNOLOGY MAPSITE - INTERNET MAP SERVICE OF THE NATIONAL LAND SURVEY OF FINLAND GETS DRESSED IN MODERN TECHNOLOGY Pätynen, V. National Land Survey of Finland, Development Centre, Opastinsilta 12 C, P.O.Box 84, FIN-00521

More information

Tools for Cartographic Visualization of Statistical Data on the Internet

Tools for Cartographic Visualization of Statistical Data on the Internet Tools for Cartographic Visualization of Statistical Data on the Internet Alessandro Cecconi, Christopher Shenton and Robert Weibel Department of Geography University of Zurich Winterthurerstrasse 190 8057

More information

SPIN! an Enterprise Architecture for Spatial Data Mining

SPIN! an Enterprise Architecture for Spatial Data Mining SPIN! an Enterprise Architecture for Spatial Data Mining Michael May and Alexandr Savinov Fraunhofer Institute for Autonomous Intelligent Systems Schloss Birlinghoven, Sankt-Augustin, D-53754 Germany {michael.may,

More information

INTRODUCTION TO MAPINFO/DISCOVER SHORT COURSE PROPOSAL

INTRODUCTION TO MAPINFO/DISCOVER SHORT COURSE PROPOSAL INTRODUCTION TO MAPINFO/DISCOVER SHORT COURSE PROPOSAL Course Title to MapInfo Professional/Discover for Geologists Course Description Utilizing MapInfo Professional and Encom Discover software, the course

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

3. WWW and HTTP. Fig.3.1 Architecture of WWW

3. WWW and HTTP. Fig.3.1 Architecture of WWW 3. WWW and HTTP The World Wide Web (WWW) is a repository of information linked together from points all over the world. The WWW has a unique combination of flexibility, portability, and user-friendly features

More information

Development and Implementation of a Container Based Integrated ArcIMS Application Joseph F. Giacinto, MCP

Development and Implementation of a Container Based Integrated ArcIMS Application Joseph F. Giacinto, MCP Development and Implementation of a Container Based Integrated ArcIMS Application Joseph F. Giacinto, MCP A Web based application was designed and developed to create a map layer from a centralized tabular

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Easy Ed: An Integration of Technologies for Multimedia Education 1

Easy Ed: An Integration of Technologies for Multimedia Education 1 Easy Ed: An Integration of Technologies for Multimedia Education 1 G. Ahanger and T.D.C. Little Multimedia Communications Laboratory Department of Electrical and Computer Engineering Boston University,

More information

CHAPTER 7 WEB SERVERS AND WEB BROWSERS

CHAPTER 7 WEB SERVERS AND WEB BROWSERS CHAPTER 7 WEB SERVERS AND WEB BROWSERS Browser INTRODUCTION A web browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web. An information

More information

The use of OpenSource technologies for distributing historic maps and creating search engines for searching though the catalogues

The use of OpenSource technologies for distributing historic maps and creating search engines for searching though the catalogues The use of OpenSource technologies for distributing historic maps and creating search engines for searching though the catalogues Manfred Buchroithner*,János Jeney*+** * Technical University Dresden **

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

DISABILITY LAW SERVICE BEST PRACTICES FOR AN ACCESSIBLE AND USABLE WEBSITE

DISABILITY LAW SERVICE BEST PRACTICES FOR AN ACCESSIBLE AND USABLE WEBSITE DISABILITY LAW SERVICE BEST PRACTICES FOR AN ACCESSIBLE AND USABLE WEBSITE February 2018 1 FOREWORD This guide aims to provide organisations with essential information for compliance with modern website

More information

ESPON Online Mapping Tool. RIMAP User's Manual

ESPON Online Mapping Tool. RIMAP User's Manual ESPON Online Mapping Tool RIMAP User's Manual Table of Contents RIMAP User's Manual... 1 1. Overview... 4 1.1. ESPON - RIMAP Web Mapping Tool... 4 2. Main Tool Bar... 7 2.1. Profile Selection. Basic/Expert

More information

Developing Lightweight, Data-Driven Exploratory Geo-Visualization Tools for the Web

Developing Lightweight, Data-Driven Exploratory Geo-Visualization Tools for the Web ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir Developing Lightweight, Data-Driven Exploratory Geo-Visualization Tools for

More information

Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA

Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA Paper 160-26 Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA ABSTRACT Visualizing and presenting data effectively

More information

1 von 5 13/10/2005 17:44 high graphics home search browse about whatsnew submit sitemap Factors affecting the quality of an information source The purpose of this document is to explain the factors affecting

More information

Apple Inc. November 2007

Apple Inc. November 2007 Standardized multimedia elements in HTML5 Position paper for the W3C Video on the web workshop Kevin Calhoun, Eric Carlson, Adele Peterson, Antti Koivisto Apple Inc. November 2007 1 Introduction We believe

More information

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009 Tennessee Trade & Industrial Course 655745 Web Page Design II - Site Designer Standards A Guide to Web Development Using Adobe Dreamweaver CS3 2009 ation Key SE Student Edition LE Learning Expectation

More information

About...1. Quick Start...2. Features and options...3. Thematic Map...3. Indicators Panel Graph Panel Options Panel...

About...1. Quick Start...2. Features and options...3. Thematic Map...3. Indicators Panel Graph Panel Options Panel... USER GUIDE TABLE OF CONTENTS About...1 Quick Start...2 Features and options...3 Thematic Map...3 Indicators Panel... 5 Graph Panel... 6 Options Panel... 7 Data-table Panel... 8 Selection Panel... 8 Time

More information

Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data

Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data Imagine for a moment that digital cartographic databases were a perfect analog of the paper map. Once you digitized

More information

Visualization of EU Funding Programmes

Visualization of EU Funding Programmes Visualization of EU Funding Programmes 186.834 Praktikum aus Visual Computing WS 2016/17 Daniel Steinböck January 28, 2017 Abstract To fund research and technological development, not only in Europe but

More information

Whitepaper. Reading Map 3D Object Data with FME. Overview. FME and Spatial Data Interoperability. Spatial ETL Tools

Whitepaper. Reading Map 3D Object Data with FME. Overview. FME and Spatial Data Interoperability. Spatial ETL Tools Whitepaper Reading Map 3D Object Data with FME Overview A key challenge for users of spatial data is interoperability. Even for a committed user of AutoCAD Map 3D, there are likely to be occasional needs

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

Juniata County, Pennsylvania

Juniata County, Pennsylvania GIS Parcel Viewer Web Mapping Application Functional Documentation June 21, 2017 Juniata County, Pennsylvania Presented by www.worldviewsolutions.com (804) 767-1870 (phone) (804) 545-0792 (fax) 115 South

More information

Appendix A: Scenarios

Appendix A: Scenarios Appendix A: Scenarios Snap-Together Visualization has been used with a variety of data and visualizations that demonstrate its breadth and usefulness. Example applications include: WestGroup case law,

More information

About Netscape Composer

About Netscape Composer An About Netscape Composer The pictures and directions in this handout are for Netscape Composer that comes with the Netscape Communicator 4.7 package available for free from Netscape s web site at http://www.netscape.com.

More information

Overview of SAS/GIS Software

Overview of SAS/GIS Software 3 CHAPTER 1 Overview of SAS/GIS Software Introduction to Geographic Information Systems 3 Features of SAS Software 4 Data in SAS/GIS Applications 5 Spatial Data 5 Spatial Data Layers 6 Spatial Data Coverages

More information

A DEMONSTRATION TRANSFER OF REMOTELY SENSED DATA UTILIZING THE STANDARD FORMAT FOR THE TRANSFER OF GEOCODED POLYGON DATA

A DEMONSTRATION TRANSFER OF REMOTELY SENSED DATA UTILIZING THE STANDARD FORMAT FOR THE TRANSFER OF GEOCODED POLYGON DATA Part 2: Issues and Problems Relating to Cartographic Data Use, Exchange and Transfer A DEMONSTRATION TRANSFER OF REMOTELY SENSED DATA UTILIZING THE STANDARD FORMAT FOR THE TRANSFER OF GEOCODED POLYGON

More information

Using MapServer to Integrate Local Government Spatial Data

Using MapServer to Integrate Local Government Spatial Data Proceedings of the Open source GIS - GRASS users conference 2002 - Trento, Italy, 11-13 September 2002 Using MapServer to Integrate Local Government Spatial Data Richard W. Greenwood Greenwood Mapping,

More information

Session 3: Cartography in ArcGIS. Mapping population data

Session 3: Cartography in ArcGIS. Mapping population data Exercise 3: Cartography in ArcGIS Mapping population data Background GIS is well known for its ability to produce high quality maps. ArcGIS provides useful tools that allow you to do this. It is important

More information

Mapping Census data in QGIS

Mapping Census data in QGIS Mapping Census data in QGIS Contents Contents 1. Introduction...3 1.1. Census data...3 1.2. Boundary data...3 1.3. Mapping software...3 2. Obtain your census data...4 Step 1: Geography...4 Step 2: Topics...5

More information

A Method for Representing Thematic Data in Three-dimensional GIS

A Method for Representing Thematic Data in Three-dimensional GIS A Method for Representing Thematic Data in Three-dimensional GIS Yingjie Hu, Jianping Wu, Zhenhua Lv, Haidong Zhong, Bailang Yu * Key Laboratory of Geographic Information Science, Ministry of Education

More information

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 This document provides information about the GISCI Geospatial Core Technical Knowledge Exam, now a requirement for GISCI GISP

More information

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views ArcView QuickStart Guide Page 1 ArcView QuickStart Guide Contents The ArcView Screen Elements of an ArcView Project Creating an ArcView Project Adding Themes to Views Zoom and Pan Tools Querying Themes

More information

AFRI AND CERA: A FLEXIBLE STORAGE AND RETRIEVAL SYSTEM FOR SPATIAL DATA

AFRI AND CERA: A FLEXIBLE STORAGE AND RETRIEVAL SYSTEM FOR SPATIAL DATA Frank Toussaint, Markus Wrobel AFRI AND CERA: A FLEXIBLE STORAGE AND RETRIEVAL SYSTEM FOR SPATIAL DATA 1. Introduction The exploration of the earth has lead to a worldwide exponential increase of geo-referenced

More information

CBA NAU. Draft Model for Network Information System. Working Paper Series October 2003

CBA NAU. Draft Model for Network Information System. Working Paper Series October 2003 CBA NAU College of Business Administration Northern Arizona University Box 15066 Flagstaff AZ 86011 Draft Model for Network Information System Working Paper Series 03-15 October 2003 Jo-Mae B. Maris Computer

More information

CTI Higher Certificate in Information Systems (Internet Development)

CTI Higher Certificate in Information Systems (Internet Development) CTI Higher Certificate in Information Systems (Internet Development) Module Descriptions 2015 1 Higher Certificate in Information Systems (Internet Development) (1 year full-time, 2½ years part-time) Computer

More information

User s Guide. Census GIS India. Developed For: Planners, Administrators, Policy Makers, Researchers at all Levels. Developed By:

User s Guide. Census GIS India. Developed For: Planners, Administrators, Policy Makers, Researchers at all Levels. Developed By: User s Guide Census GIS India Developed For: Planners, Administrators, Policy Makers, Researchers at all Levels. Developed By: Riddhi Management Services Pvt. Ltd. www.riddhi.org Geographic Information

More information

Crossing the Archival Borders

Crossing the Archival Borders IST-Africa 2008 Conference Proceedings Paul Cunningham and Miriam Cunningham (Eds) IIMC International Information Management Corporation, 2008 ISBN: 978-1-905824-07-6 Crossing the Archival Borders Fredrik

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

Analysing crime data in Maps for Office and ArcGIS Online

Analysing crime data in Maps for Office and ArcGIS Online Analysing crime data in Maps for Office and ArcGIS Online For non-commercial use only by schools and universities Esri UK GIS for School Programme www.esriuk.com/schools Introduction ArcGIS Online is a

More information

5A&-qg-oOL6c AN INTERNET ENABLED IMPACT LIMITER MATERIAL DATABASE

5A&-qg-oOL6c AN INTERNET ENABLED IMPACT LIMITER MATERIAL DATABASE 5A&-qg-oOL6c AN INTERNET ENABLED IMPACT LIMITER MATERIAL DATABASE S. Wix, E Kanipe, W McMurtry a d F - 9 $0507-- Sandia National Laboratories, P.O. Box 5800, Albuquerque, Nh4 REC6!!IVED Summary This paper

More information

in the help area and if you click on MapViewer.

in the help area and if you click on MapViewer. ARCTIC VIEWER INSTRUCTIONS The Arctic Viewer is an Internet mapping application built using ArcIMS by Environmental Systems Research institute (ESRI). The first time you use call up the viewer on your

More information

By choosing to view this document, you agree to all provisions of the copyright laws protecting it.

By choosing to view this document, you agree to all provisions of the copyright laws protecting it. Copyright 2009 IEEE. Reprinted from 31 st Annual International Conference of the IEEE Engineering in Medicine and Biology Society, 2009. EMBC 2009. Sept. 2009. This material is posted here with permission

More information

Practice Test Guidance Document for the 2018 Administration SC-Alt Online Assessment

Practice Test Guidance Document for the 2018 Administration SC-Alt Online Assessment Practice Test Guidance Document for the 2018 Administration SC-Alt Online Assessment Updated November 8, 2017 Contents Practice Test Overview... 2 The Practice Tests... 2 SC-Alt Online Assessment Practice

More information

Chapter 27 WWW and HTTP Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 27 WWW and HTTP Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 27 WWW and HTTP 27.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 27-1 ARCHITECTURE The WWW today is a distributed client/server service, in which

More information

SAP Automation (BC-FES-AIT)

SAP Automation (BC-FES-AIT) HELP.BCFESRFC Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

CTI Short Learning Programme in Internet Development Specialist

CTI Short Learning Programme in Internet Development Specialist CTI Short Learning Programme in Internet Development Specialist Module Descriptions 2015 1 Short Learning Programme in Internet Development Specialist (10 months full-time, 25 months part-time) Computer

More information

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS Map Library ArcView Version 1 02/20/03 Page 1 of 12 1. Introduction 1 ArcView GIS ArcView is the most popular desktop GIS analysis and map presentation software package.. With ArcView GIS you can create

More information

User Guide Version 1.3

User Guide Version 1.3 CCNA Publishing Distributors User Guide Version 1.3 Prepared by TRIMAP Communications Inc. 1210 Sheppard Ave E., Toronto, ON, M2K 1E3 Tel: 416.492.2114 April 15, 2008 Table of Contents User Profile and

More information

Animator: A Tool for the Animation of Parallel Coordinates

Animator: A Tool for the Animation of Parallel Coordinates Animator: A Tool for the Animation of Parallel Coordinates N. Barlow, L. J. Stuart The Visualization Lab, Centre for Interactive Intelligent Systems, University of Plymouth, Plymouth, UK nigel.barlow@plymouth.ac.uk,

More information

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA)

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) Published in 2013 by: UNESCO Institute for Statistics P.O. Box 6128, Succursale Centre-Ville Montreal, Quebec H3C 3J7 Canada Tel: (1 514) 343-6880

More information

= a hypertext system which is accessible via internet

= a hypertext system which is accessible via internet 10. The World Wide Web (WWW) = a hypertext system which is accessible via internet (WWW is only one sort of using the internet others are e-mail, ftp, telnet, internet telephone... ) Hypertext: Pages of

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

Providing information about reading lists via a dashboard interface

Providing information about reading lists via a dashboard interface Loughborough University Institutional Repository Providing information about reading lists via a dashboard interface This item was submitted to Loughborough University's Institutional Repository by the/an

More information

Exercise 4.1. Create New Variables in a Shapefile. GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs

Exercise 4.1. Create New Variables in a Shapefile. GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs Exercise 4.1 Create New Variables in a Shapefile *This training was developed as part of a joint effort between MEASURE Evaluation

More information

TEACHING THE PRINCIPLES OF OPTICAL REMOTE SENSING USING GRAPHICAL TOOLS DEVELOPED IN TCL/TK

TEACHING THE PRINCIPLES OF OPTICAL REMOTE SENSING USING GRAPHICAL TOOLS DEVELOPED IN TCL/TK TEACHING THE PRINCIPLES OF OPTICAL REMOTE SENSING USING GRAPHICAL TOOLS DEVELOPED IN TCL/TK M.J. Barnsley and P. Hobson, Department of Geography, University of Wales Swansea, Singleton Park, Swansea SA2

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Andrienko, N., Andrienko, G., Fuchs, G., Rinzivillo, S. & Betz, H-D. (2015). Real Time Detection and Tracking of Spatial

More information

Design Patterns for CGI Web Applications with Visual Basic

Design Patterns for CGI Web Applications with Visual Basic Design Patterns for CGI Web Applications with Visual Basic Mike Lopez, John Peppiat Manukau Institute of Technology Auckland, New Zealand Mike.Lopez@manukau.ac.nz ABSTRACT Many commercial organisations

More information

PLATE TECTONICS DATA VIEWER Developed by Claudia Owen and Eric Sproles

PLATE TECTONICS DATA VIEWER Developed by Claudia Owen and Eric Sproles PLATE TECTONICS DATA VIEWER Developed by Claudia Owen and Eric Sproles What is a Data Viewer? A data viewer is a program to view maps on the Internet that were generated by a Geographic Information System

More information

MSc Computing and Technology (Part-Time)

MSc Computing and Technology (Part-Time) MSc Computing and Technology (Part-Time) Campus: London Level of study: Postgraduate Tuition fee: 7,650 (UK/EU) Entry requirements: 2:2 (second class) honours degree or equivalent in any discipline English

More information

Geographic Information Fundamentals Overview

Geographic Information Fundamentals Overview CEN TC 287 Date: 1998-07 CR 287002:1998 CEN TC 287 Secretariat: AFNOR Geographic Information Fundamentals Overview Geoinformation Übersicht Information géographique Vue d'ensemble ICS: Descriptors: Document

More information

R&D White Paper WHP 018. The DVB MHP Internet Access profile. Research & Development BRITISH BROADCASTING CORPORATION. January J.C.

R&D White Paper WHP 018. The DVB MHP Internet Access profile. Research & Development BRITISH BROADCASTING CORPORATION. January J.C. R&D White Paper WHP 018 January 2002 The DVB MHP Internet Access profile J.C. Newell Research & Development BRITISH BROADCASTING CORPORATION BBC Research & Development White Paper WHP 018 Title J.C. Newell

More information

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle Embracing HTML5 AJAX CSS JS javascript A Piece of the Document Viewing Puzzle Embracing HTML5: A Piece of the Document Viewing Puzzle For businesses and organizations across the globe, being able to

More information

Architecture Proposal for an Internet Services Charging Platform

Architecture Proposal for an Internet Services Charging Platform Internal Working Paper Architecture Proposal for an Internet Services Charging Platform John Cushnie Distributed Multimedia Research Group, Lancaster University, UK. E-mail: j.cushnie@lancaster.ac.uk Abstract.

More information

USER GUIDE. ReSAKSS-Asia. Map Tool. Creative Commons BY-SA 3.0

USER GUIDE. ReSAKSS-Asia. Map Tool. Creative Commons BY-SA 3.0 USER GUIDE ReSAKSS-Asia Map Tool Creative Commons BY-SA 3.0 TABLE OF CONTENTS 1. About... 3 2. Features and options... 4 2.1 Thematic map... 4 2.2 Indicators panel... 6 2.3 Graph panel... 6 2.4 Options

More information

CCSDS STANDARDS A Reference Model for an Open Archival Information System (OAIS)

CCSDS STANDARDS A Reference Model for an Open Archival Information System (OAIS) CCSDS STANDARDS A Reference Model for an Open Archival System (OAIS) Mr. Nestor Peccia European Space Operations Centre, Robert-Bosch-Str. 5, D-64293 Darmstadt, Germany. Phone +49 6151 902431, Fax +49

More information

GIDA Journal of Geographic Information and Decision Analysis 2001, Vol. 5, No. 2, pp.

GIDA Journal of Geographic Information and Decision Analysis 2001, Vol. 5, No. 2, pp. GIDA Journal of Geographic Information and Decision Analysis 2001, Vol. 5, No. 2, pp. Intelligent Support for Geographic Data Analysis and Decision Making in the Web Natalia Andrienko Fraunhofer Institute

More information

Inventions on auto-configurable GUI-A TRIZ based analysis

Inventions on auto-configurable GUI-A TRIZ based analysis From the SelectedWorks of Umakant Mishra September, 2007 Inventions on auto-configurable GUI-A TRIZ based analysis Umakant Mishra Available at: https://works.bepress.com/umakant_mishra/66/ Inventions on

More information

ATLAS2000 Atlases of the Future in Internet

ATLAS2000 Atlases of the Future in Internet ATLAS2000 Atlases of the Future in Internet M. Friedrich (mafri@ipg.uni-freiburg.de) M. Melle (melle@informatik.uni-leipzig.de) D. Saupe (saupe@informatik.uni-leipzig.de) July 1998 Abstract In geography

More information

Visual, Interactive Data Mining with InfoZoom the Financial Data Set

Visual, Interactive Data Mining with InfoZoom the Financial Data Set Contribution to the Discovery Challenge at the 3rd European Conference on Principles and Practice of Knowledge Discovery in Databases, PKDD 99, September 15-18, 1999, Prague, Czech Republic Visual, Interactive

More information

Generating online map for Skudai using the Minnesota Map Server

Generating online map for Skudai using the Minnesota Map Server Generating online map for Skudai using the Minnesota Map Server Boonheng Beh and Alias Abdul Rahman Department of Geoinformatic, Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia. alias@fksg.utm.my

More information

Multiple variables data sets visualization in ROOT

Multiple variables data sets visualization in ROOT Journal of Physics: Conference Series Multiple variables data sets visualization in ROOT To cite this article: O Couet 2008 J. Phys.: Conf. Ser. 119 042007 View the article online for updates and enhancements.

More information

Introduction to Geospatial Analysis

Introduction to Geospatial Analysis Introduction to Geospatial Analysis Introduction to Geospatial Analysis 1 Descriptive Statistics Descriptive statistics. 2 What and Why? Descriptive Statistics Quantitative description of data Why? Allow

More information

Taking a First Look at Excel s Reporting Tools

Taking a First Look at Excel s Reporting Tools CHAPTER 1 Taking a First Look at Excel s Reporting Tools This chapter provides you with an overview of Excel s reporting features. It shows you the principal types of Excel reports and how you can use

More information

Grid Exemplars: Web mapping in 3D. - Mark Morrison

Grid Exemplars: Web mapping in 3D. - Mark Morrison Grid Exemplars: Web mapping in 3D - Mark Morrison Fractal Technologies Fractal Technologies are software solution providers to E&M Focus on improving access to and use of (3D) spatial data Long standing

More information

Step by Step GIS. Section 1

Step by Step GIS. Section 1 Step by Step GIS Section 1 Contact the web page given below for the data required to do the exercises (http://www.pasda.psu.edu/default.asp) Before beginning the tutorials please visit the Preparation

More information

CRA Wiz and Fair Lending Wiz 6.9 Release Notes

CRA Wiz and Fair Lending Wiz 6.9 Release Notes CRA Wiz and Fair Lending Wiz 6.9 Release Notes Who should install this update? All users of CRA Wiz and Fair Lending Wiz 6.8 are strongly encouraged to upgrade to Version 6.9. Version 6.9 is a full release

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

Haixia Zhao Correspongding author a & Ben Shneiderman a a Human Computer Interaction Laboratory and Department of

Haixia Zhao Correspongding author a & Ben Shneiderman a a Human Computer Interaction Laboratory and Department of This article was downloaded by: [University Of Maryland] On: 10 July 2014, At: 07:54 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office:

More information

Investigating Oil Production and Consumption with Web GIS Teacher Guide

Investigating Oil Production and Consumption with Web GIS Teacher Guide Web GIS Oil Teacher Handout Investigating Oil Production and Consumption with Web GIS Teacher Guide Crude oil (petroleum) was formed from the remains of tiny sea animals and plants that lived millions

More information

CMPE 151: Network Administration. Servers

CMPE 151: Network Administration. Servers CMPE 151: Network Administration Servers Announcements Unix shell+emacs tutorial. Basic Servers Telnet/Finger FTP Web SSH NNTP Let s look at the underlying protocols. Client-Server Model Request Response

More information

Knowledge enrichment through dynamic annotation

Knowledge enrichment through dynamic annotation Knowledge enrichment through dynamic annotation Abstract This paper describes a technique for interceding between users and the information that they browse. This facility, that we term dynamic annotation,

More information

Javelin Workbench Tutorial. Version 3.0 September, 2009

Javelin Workbench Tutorial. Version 3.0 September, 2009 Javelin Workbench Tutorial Version 3.0 September, 2009 OVERVIEW The Javelin Workbench Beginner Tutorial walks you through the steps of building online feedback forms for the purposes of data collection.

More information

An Introduction to EDA with GeoDa

An Introduction to EDA with GeoDa An Introduction to EDA with GeoDa Luc Anselin Spatial Analysis Laboratory Department of Agricultural and Consumer Economics University of Illinois, Urbana-Champaign http://sal.agecon.uiuc.edu/ June 16,

More information

Information Visualization

Information Visualization Paper 158-25 Graphs In a Minute Harry J. Maxwell Jr., SAS Institute Inc, Cary, NC ABSTRACT Software from SAS Institute provides multiple ways of producing attractive graphics quickly using simple and intuitive

More information

Department of Economic and Social Affairs May 2007

Department of Economic and Social Affairs May 2007 UNITED NATIONS SECRETARIAT ESA/STAT/AC.115/19 Department of Economic and Social Affairs May 2007 Statistics Division English only United Nations Expert Group Meeting on Contemporary Practices in Census

More information

Chapter 2: Descriptive Statistics

Chapter 2: Descriptive Statistics Chapter 2: Descriptive Statistics Student Learning Outcomes By the end of this chapter, you should be able to: Display data graphically and interpret graphs: stemplots, histograms and boxplots. Recognize,

More information

Chapter 10 Web-based Information Systems

Chapter 10 Web-based Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 10 Web-based Information Systems Role of the WWW for IS Initial

More information

Appendix: How to get OBST / tclobst. References

Appendix: How to get OBST / tclobst. References development effort for applications and by opening the way to functionality already available as Tcl extensions, most notably Tk and related s. With tcl the full power of is provided for convenient and

More information

The Preparing for Success Online Mapping Tool

The Preparing for Success Online Mapping Tool The Preparing for Success Online Mapping Tool Baker Polito Administration The Executive Office of Housing and Economic Development and MassGIS Questions & Comments? Please contact MassWorks@state.ma.us

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

Protocols. Module UFCE Topic: Protocols and More HTML

Protocols. Module UFCE Topic: Protocols and More HTML Protocols Module UFCE47-20-1 Topic: Protocols and More HTML Introduction This worksheet is designed to encourage you to continuing your web page writing skills. Also to give you the opportunity to use

More information

Downloading Census Boundary Files Using Scholars GeoPortal Map and Data Library, Summer 2016

Downloading Census Boundary Files Using Scholars GeoPortal Map and Data Library, Summer 2016 Downloading Census Boundary Files Using Scholars GeoPortal Map and Data Library, Summer 2016 This exercise will showcase how to use Scholars GeoPortal to extract Census Tract (CT) census geography for

More information

Cause/reason (if currently known)

Cause/reason (if currently known) The Affirmatively Furthering Fair Housing Data and Mapping Tool (AFFH-T): for AFFH-T Release 4.1 Published: December 20, As part of its efforts to support program participants in conducting their Assessments

More information