How To Develop A Gis Based College Information System

Size: px
Start display at page:

Download "How To Develop A Gis Based College Information System"

Transcription

1 Development of Web-GIS based College Information System Giridhar M.V.S.S. 1, Md.Nazia Firdouse 2, Durga Bhavani.S 3, Viswanadh.G.K 4, Chandra Bose A.S 5 1- Assistant Professor, CWR, IST, JNTUH, Hyderabad, 2- MCA student, S I T, JNTUH, Hyderabad 3- Professor of Computer Science, S I T, JNTUH, Hyderabad 4- Professor of Civil Engineering and DAP JNTUH, Hyderabad 5- Lecturer, Govt. Polytechnic, Warangal mvssgiridhar@gmail.com ABSTRACT The project entitled Development of Web-GIS Based College Information System aims at developing a web application to access spatial data through the browser. It provides an environment for constructing spatially enabled Internet-Web applications. Using ArcGIS Desktop, it is possible to generate maps but cannot be shared across the web. Thus, this project aims at developing a web application to facilitate sharing. The interface is created by taking into consideration, the requirements of the user and optimizing the functionality of the application while keeping it simple for the user to interact with the application. The primary objective of this project is to bring information to the door step of users about the status of colleges in a particular place regarding the availability of colleges, courses, intake, faculty availability, admission procedure. The tool is a general information system which can be accessed anywhere in the world. In this project, a map showing the list of various colleges in the given area is developed and is displayed on the browser through web GIS. The user can search for a particular college using search option or he can directly interact with the map using zooming and panning options and mouse events. Based on user s requirement, the list of colleges in a mandal or details of a particular college are displayed. The data corresponding to colleges and mandals can also be accessed by clicking on the map. Further, queries can be made to search for different categories of courses in the selected college. Keywords: GIS, Personal Geo-databases, Shape files, Feature classes, Map Server. 1. Introduction In the modern world, communicating information clearly is critical in every aspect of life viz., business, science and politics. In this context, maps can show more clearly than any tabular format regarding information related to a location, enabling the user to review the information in terms of its spatial orientation. So an application which helps the users in accessing the spatial data is essential. While this distribution information is implicit in a table of numbers, it can be difficult or impossible to see. So an application which let the users access the spatial and non-spatial data is required. This project creates an application that displays the data about the college on the map. The problem consists of enabling the end user to get the spatial information required by the user easily, so that the user can analyze the spatial information of a certain mandal in the form of layer. Each layer provides different information such as list of colleges in a mandal or details of a particular college. It consists of enabling the end user to get the spatial information of a particular region, that means details 570

2 of colleges and also to find out the location of the selected college on the map. ArcGIS Desktop is required to create maps and to Map Server is required to access the map through browser. ArcGIS Desktop is a collection of software products for building complete geographic information systems (GIS). Map Server is an open source development environment for building spatially-enabled internet applications. It can run as a CGI program or via Map script which supports several programming languages such as Perl, Python or PHP. Map Server creates map images from spatial information. The maps that were created using ArcGIS desktop cannot be shared. If a user wishes to view the map, he should also install the ArcGIS desktop in his system which is not an effective solution. To share this map across the browser, Web GIS is required. Web GIS enables individuals and organizations to communicate geographically to the users via the internet. It provides the users interactive query capabilities. It allows end-users to view geographic data using their existing web browser without GIS software. It makes it possible for GIS to be integrated with other technologies. Many of the new methodologies aimed at the development of web sites have focused on the user interface (and in particular the look and feel), but have failed to address the wider aspects of web-based information systems (Howcroft & Carroll, 2000). At the same time, traditional pre-internet information system (IS) methodologies have struggled to accommodate web specific aspects into their methods and work practices. A notable exception is Connallen (2000), who has adapted the unified modeling language (UML) to web applications. Surinaidu et.al.,(2010) developed Groundwater Information System for farmers and policy Makers. It makes available freely an immense body of information that is of great knowledge to farmers, policy makers, academic and research value. Ahmad Zawawi (2005) developed Web-based Prototype information System Resource management for Cendena College. The difficulties in gathering information by students have been highlighted in the paper. Dynamic Web programming language and Hypertext Preprocessor language has also been discussed. The focus of the present work is on developing an application to help the users access spatial and non-spatial data associated with the map using different categories. The aim of the project is to provide a userfriendly Graphical User Interface (GUI) to the end user in which he can query information regarding colleges. This GUI interacts with Map Server, which in turn interacts with the ArcGIS Desktop to retrieve the spatial information and then displays on the browser. This interface consists of search option and the map. Users can search for a particular category of courses, for a particular region and also for a specific college using search option. Thus it is possible to retrieve the required college s details. Users can also directly interact with the map by zooming, panning and clicking on the map. The primary objective of this project is to bring information to the door step of users about the status of colleges in a particular place regarding the availability of colleges, courses, intake, faculty availability, admission procedure. The tool is a general information system which can be accessed anywhere in the world. 2. System Environment 571

3 The architecture for this project is a client-server architecture in which the end users are the clients and the system that includes ArcGIS Desktop and Map Server is the server. The database required to give response to the user s queries is presented at server s side. It is a three-tier architecture in which the user interface acts as a presentation tier, Map Server acts as application tier and ArcGIS Desktop acts as data tier. The hardware and software environment used for development of the project at the server side are presented in detail below. 2.1 Hardware Environment: This section summarizes the hardware configuration used for the development of interface. Processor : Intel(R) Pentium(R) D CPU (3.40 GHz) Hard Disk : 160 GB RAM : 1 GB 2.2 Software Environment: This section summarizes the software servers, languages and the Operating System used for the development of the project. Operating System : Windows XP Web Technologies : PHP, HTML, CSS, JavaScript, Ajax Web Server : Apache Tomcat, Map Server Web Browser : Mozilla Firefox GIS Software : ArcGIS Desktop. 2.3 System Environment for Client: Since this project is a web application, in order to access the website, the clients must have internet connection with JavaScript enabled. The website can be best viewed in Mozilla Firefox. 3. Implementation The process of implementation includes three parts which include creating a map using ArcGIS Desktop, displaying the map on the browser using Map Server and providing functionalities for the map such as zoom in and zoom out, identity and refresh and Display map based on search option. 3.1 Creating a map using ArcGIS Desktop: The maps created in ArcGIS Desktop are shape files. These shape files are created using ArcCatalog which are empty initially. So they need to be edited using ArcMap. ArcMap allows for adding data to shape files. In this project, two shape files are created one for locating mandals and the other for locating colleges. The colleges are located based on their nearby latitude and longitude and all the details of the colleges such as college name, code, principal and chairman details and courses offered have been added to the attribute table of the shape files which are stored as dbf files. 3.2 Displaying the map on the browser: In order to display the map, a map file has to be created which specifies the extent of the map to be displayed, shape path of the map, the path for storing the Map Server created GIFs, number of layers and labels for the layers. Using various PHP map script API s and HTML, the map is displayed on the browser. Once the map is displayed, in order to make it user-friendly zooming, panning, refresh and identity options have been added to the map. The identity option retrieves the spatial data associated with a map and displays in a new window. 572

4 3.3 Displaying the map based on search option: The various input modes for search option is search for a list of colleges in a particular region, search for a category of courses such as B.Tech, MCA, MBA, search for a category of course in a particular region, search for a college in a mandal. The output will be highlighting the portion of the region selected by the map. If the user selects only a region, when clicked on the map, the list of various colleges in that mandal is popped-up in the form of hyperlinks. When clicked on any college, the details of the college will be popped-up. If the user selects a mandal and a course, a portion of the map showing only the colleges offering the selected course will be highlighted. If the user selects a college, the college s location will be highlighted on the map and the details will be displayed. Thus, both spatial and non-spatial data are linked. 4. Results All the modules of the system have been tested successfully. Data pertaining to has been collected from reliable sources. The shape files for mandals and colleges have been created and the locations of the colleges have been given on the map. Map has been displayed on the browser using Map Server. Functionality has been developed to retrieve the data pertaining to colleges from the database. Figure 1: Home page on the webpage showing all mandals of the selected district Similarly, to zoom in, zoom out, pan and refresh the map, as well as to take input in two modes also, tools have been developed in GIS environment. The input can be a mandal, a course, mandal and course or mandal, course and college if the input mode is search option. If the input mode is mouse click, user can interact with the map using zoom in, zoom out, 573

5 identity and refresh options. Another tool has been developed to connect spatial and nonspatial data. To highlight the region, based on user s input from the search option, tool option has been created. Functionality has been developed to query the map using identity option which pop-ups a window displaying the queried data. Home page generated from ArcGIS Desktop on the webpage showing all mandals of the selected district is shown in figure 1 Map showing all colleges in the selected mandal when user performs zoom in and identity options is shown in figure 2. Map showing a pop-up window listing all the colleges in the highlighted mandal is presented in figure 3. Map highlighting the portion of the region selected by the user using search option when user selects a mandal is shown in figure 4. Map showing only the colleges offering the selected course in selected mandal when user selects a mandal and a course is shown in figure 5. Map showing the college s location and displaying details of the selected college when user selects a college is shown in figure 6. Figure 2: Map showing all colleges in the selected mandal. 574

6 Figure 3: Map showing a pop-up window listing all the colleges in the highlighted mandal. Figure 4: Map highlighting the portion of the region selected by the user using search option. 575

7 Figure 5: Map showing only the colleges offering the selected course in selected mandal. Figure 6 Map showing the college s location and displaying details of the selected college. 5. Conclusions Data collection pertaining to colleges has been carried out from reliable sources and testing of all the modules has yielded successful results. For all mandals and colleges, the shape files have been created with appropriate labeling of locations on the map. The map has been displayed on the browser using Map Server. The developed Web-GIS based College Information System makes available freely an immense body of information that is of great use to students, parents, and academicians. The study clearly demonstrated that interactive integration of spatial data and non-spatial data in GIS environment provides a powerful tool. Manual search and identification of the required information in order to arrive at the decision is tedious and time consuming. The developed system proved to be of greater efficiency and accuracy of using Web-GIS compared to other traditional methods. 6. References 1. Ahmad Zawawi, (2005), Development of Web based prototype Information System Farmers & Resource management for Cendena College (CCRMS), UiTM, Shah Alam, a Project paper submitted to MARA University, Faculty of Information Technology and Quantitative Sciences. 2. Connallen, J., (2000), Building Web Applications with UML, Addison-Wesley, Reading, MA. 3. Howcroft, D. & Carroll, J., (2000), A proposed methodology for web development. In: ECIS 2000, a Cyberspace Odyssey, Hansen, H.R., Bichler, M. & Mahrer, H.(eds). 576

8 Proceedings of the Eighth European Conference on Information Systems, Vienna, 3 5 July. 4. L. Surinaidu, V.V.S. Gurunadharao, P.S. Acharya, (2010), Groundwater Information System for Farmers & Policy Makers proceedings of ICHWAM-2010; organized by centre for water resources, JNTUH, Hyderabad, Vol: I, pp: Map server for windows (2011), available at accessed during February,

Implementing a Web-based Transportation Data Management System

Implementing a Web-based Transportation Data Management System Presentation for the ITE District 6 Annual Meeting, June 2006, Honolulu 1 Implementing a Web-based Transportation Data Management System Tim Welch 1, Kristin Tufte 2, Ransford S. McCourt 3, Robert L. Bertini

More information

GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT

GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT Paper Reference No.: PN-253 GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT Sanjay Kumar 1 and Suneeta Agrawal 2 1. M. Tech. (GIS & Remote Sensing); GIS Cell; MNNIT, Allahabad, India (E-mail: saj.mnnit@gmail.com)

More information

Chapter 1: Introduction to ArcGIS Server

Chapter 1: Introduction to ArcGIS Server Chapter 1: Introduction to ArcGIS Server At a high level you can think of ArcGIS Server as software that helps you take your geographic information and make it available to others. This data can be distributed

More information

DEVELOPMENT OF WEB-BASED GIS INTERFACES FOR APPLICATION OF THE WEPP MODEL

DEVELOPMENT OF WEB-BASED GIS INTERFACES FOR APPLICATION OF THE WEPP MODEL DEVELOPMENT OF WEB-BASED GIS INTERFACES FOR APPLICATION OF THE WEPP MODEL D.C. Flanagan A, J.R. Frankenberger A, C.S. Renschler B and B.A. Engel C A National Soil Erosion Research Laboratory, USDA-ARS,

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Brief Course Overview An introduction to Web development Server-side Scripting Web Servers PHP Client-side Scripting HTML & CSS JavaScript &

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE COURSE TITLE: Web GIS CODE NO. : SEMESTER: 15W PROGRAM: AUTHOR: GIS Dan Kachur DATE: Jan 2015 PREVIOUS OUTLINE DATED:

More information

Personal Geodatabase 101

Personal Geodatabase 101 Personal Geodatabase 101 There are a variety of file formats that can be used within the ArcGIS software. Two file formats, the shape file and the personal geodatabase were designed to hold geographic

More information

White Paper. Freeance Mobile for Cityworks

White Paper. Freeance Mobile for Cityworks White Paper Freeance Mobile for Cityworks Version 1.1 May 2012 Freeance Mobile for Cityworks Freeance Mobile for Cityworks 2012.1 is a mobile application for the following smartphones and tablets: iphone

More information

UNGIWG 14. Steve Maddison, George Davis, Latitude Geographics Friday, May 16 th 2014

UNGIWG 14. Steve Maddison, George Davis, Latitude Geographics Friday, May 16 th 2014 UNGIWG 14 Steve Maddison, George Davis, Latitude Geographics Friday, May 16 th 2014 GIS Challenges Today Spatial Application Infrastructure (SAI) The Geocortex Approach 2 1 Geocortex Essentials Web-based

More information

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary Executive Summary Belize s HydrometDB is a Climatic Database Management System (CDMS) that allows easy integration of multiple sources of automatic and manual stations, data quality control procedures,

More information

DEVELOPMENT OF A WEB GEOSERVICES PLATFORM FOR SCHOOL OF ENVIRONMENTAL SCIENCES, MAHATMA GANDHI UNIVERSITY, KERALA, INDIA

DEVELOPMENT OF A WEB GEOSERVICES PLATFORM FOR SCHOOL OF ENVIRONMENTAL SCIENCES, MAHATMA GANDHI UNIVERSITY, KERALA, INDIA DEVELOPMENT OF A WEB GEOSERVICES PLATFORM FOR SCHOOL OF ENVIRONMENTAL SCIENCES, MAHATMA GANDHI UNIVERSITY, KERALA, INDIA Sumith Satheendran S. 1, John C. M. 1, Fasalul Faseeh K. 1 and Aanisa K. M. 1,2

More information

ATI00484IEN. Avaya IP Office Advanced Application and Troubleshooting Workshop

ATI00484IEN. Avaya IP Office Advanced Application and Troubleshooting Workshop ATI00484IEN Avaya IP Office Advanced Application and Troubleshooting Workshop Chapter 06 Web Services Chapter 06 Module 01 UMS Module Introduction This module provides information about the IP Office Unified

More information

MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT

MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT Asmaa Ahmed Hussein 1, Elkhedr Hassan Eibrahim 2, Aziza Asem 1 1 Faculty of Computer Sciences and information systems,

More information

Healthcare Information System A Web Based Spatial and Aspatial Helpdesk

Healthcare Information System A Web Based Spatial and Aspatial Helpdesk Vol.3, Issue.1, Jan-Feb. 2013 pp-218-224 ISSN: 2249-6645 Healthcare Information System A Web Based Spatial and Aspatial Helpdesk Shoba P M Tech Geo-Informatics, University of Madras, India ABSTRACT: Healthcare

More information

Visualization Method of Trajectory Data Based on GML, KML

Visualization Method of Trajectory Data Based on GML, KML Visualization Method of Trajectory Data Based on GML, KML Junhuai Li, Jinqin Wang, Lei Yu, Rui Qi, and Jing Zhang School of Computer Science & Engineering, Xi'an University of Technology, Xi'an 710048,

More information

A review and analysis of technologies for developing web applications

A review and analysis of technologies for developing web applications A review and analysis of technologies for developing web applications Asha Mandava and Solomon Antony Murray state University Murray, Kentucky Abstract In this paper we review technologies useful for design

More information

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown ArcGIS 10.1 Geodatabase Administration Gordon Sumerling & Christopher Brown Key Improvements at ArcGIS 10.1 1. Easier Administration through Graphic Interfaces 2. Greater Seamless integration with Open

More information

Off The Shelf Approach to ArcGIS Server & The Dashboard Approach to Gaining Insight to ArcGIS Server

Off The Shelf Approach to ArcGIS Server & The Dashboard Approach to Gaining Insight to ArcGIS Server Off The Shelf Approach to ArcGIS Server & The Dashboard Approach to Gaining Insight to ArcGIS Server Robert Lenarcic Latitude Geographics rlenarcic@latitudegeo.co AGENDA Out of the box ArcGIS Server web-mapping

More information

Web and Mobile GIS Applications Development

Web and Mobile GIS Applications Development Web and Mobile GIS Applications Development Presented by : Aamir Ali Manager Section Head (GIS Software Customization) Pakistan Space and Upper Atmosphere Research Commission (SUPARCO) Geographical Information

More information

GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services

GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services Objectives: If you have your own web server, it's great to be able to host your own geospatial data. That data can then be accessed through

More information

Getting Started With LP360

Getting Started With LP360 Getting Started With LP360 10/30/2014 1 Contents What is LP360?... 3 System Requirements... 3 Installing LP360... 4 How to Enable the LP360 Extension... 4 How to Display the LP360 Toolbar... 4 How to Import

More information

PROJECT MANAGEMENT SYSTEM

PROJECT MANAGEMENT SYSTEM Requirement Analysis Document v.2 14.12.2009 CENG-401 SOFTWARE ENGINEER PROJECT MANAGEMENT SYSTEM (Project Manager) Ahmet Edip SEÇKİN 07010555 (Developer) Erhan ŞEN 07010507 (Developer) Semih Serdar CENGİZOĞLU

More information

WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile. Classroom Setup Guide. Web Age Solutions Inc.

WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile. Classroom Setup Guide. Web Age Solutions Inc. WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum

More information

A WEB GIS FOR WETLANDS OF KERALA USING OPEN SOURCE GEOSPATIAL SOFTWARE. Santosh Gaikwad* and S Narendra Prasad**

A WEB GIS FOR WETLANDS OF KERALA USING OPEN SOURCE GEOSPATIAL SOFTWARE. Santosh Gaikwad* and S Narendra Prasad** A WEB GIS FOR WETLANDS OF KERALA USING OPEN SOURCE GEOSPATIAL SOFTWARE Santosh Gaikwad* and S Narendra Prasad** Salim Ali Centre for Ornithology and Natural History Deccan Regional Station, Hyderabad *gaikwadss@rediffmail.com

More information

An Electronic Journal Management System

An Electronic Journal Management System An Electronic Journal Management System Hrvoje Bogunović, Edgar Pek, Sven Lončarić and Vedran Mornar Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, 0000 Zagreb, Croatia

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

Phire Architect Hardware and Software Requirements

Phire Architect Hardware and Software Requirements Phire Architect Hardware and Software Requirements Copyright 2014, Phire. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato oscar.gobbato@wfp.org oscar.gobbato@libero.it WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

OIT 307/ OIT 218: Web Programming

OIT 307/ OIT 218: Web Programming OIT 307/ OIT 218: Web Programming 1.0 INTRODUCTION Many applications nowadays work really well as a web application. Web programming is the practice of writing applications that run on a web server and

More information

Adding Panoramas to Google Maps Using Ajax

Adding Panoramas to Google Maps Using Ajax Adding Panoramas to Google Maps Using Ajax Derek Bradley Department of Computer Science University of British Columbia Abstract This project is an implementation of an Ajax web application. AJAX is a new

More information

GeoCloud Project Report USGS/EROS Spatial Data Warehouse Project

GeoCloud Project Report USGS/EROS Spatial Data Warehouse Project GeoCloud Project Report USGS/EROS Spatial Data Warehouse Project Description of Application The Spatial Data Warehouse project at the USGS/EROS distributes services and data in support of The National

More information

Figure 2: System Flow Diagram for Workflow Management

Figure 2: System Flow Diagram for Workflow Management 5. WORKFLOW MANAGEMENT The developed system EASKB uses the open source content management system called Drupal ([2]). A Content Management System - CMS is a tool that enables many user friendly features

More information

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13 Sostenuto 4.9 Hardware and Software Configuration Guide Date: September 2014 Page 1 of 13 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or

More information

Load Testing on Web Application using Automated Testing Tool: Load Complete

Load Testing on Web Application using Automated Testing Tool: Load Complete Load Testing on Web Application using Automated Testing Tool: Load Complete Neha Thakur, Dr. K.L. Bansal Research Scholar, Department of Computer Science, Himachal Pradesh University, Shimla, India Professor,

More information

Five Steps to Better Performance

Five Steps to Better Performance Effective Web maps have a specific focus and are designed so users can interact with them to accomplish meaningful tasks. Five Steps to Better Performance Sample methodology for creating a great Web map

More information

Note: Hands On workshops are Bring Your Own Laptop (BYOL), unless otherwise noted. Some workshops are Bring Your Own Mobile Device(BYOD).

Note: Hands On workshops are Bring Your Own Laptop (BYOL), unless otherwise noted. Some workshops are Bring Your Own Mobile Device(BYOD). 2015 MN GIS/LIS Consortium Pre Conference Workshops The Minnesota GIS/LIS Consortium is pleased to offer a diverse list of workshops on Wednesday, October 7th, 2015 at the DECC, Duluth, Minnesota Charting

More information

A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile

A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile Devendra Thorat, Kalpesh Dhumal, Aniket Sadaphule, Vikas Arade B.E Computer Engineering, Navsahyadri

More information

System requirements. Java SE Runtime Environment(JRE) 7 (32bit) Java SE Runtime Environment(JRE) 6 (64bit) Java SE Runtime Environment(JRE) 7 (64bit)

System requirements. Java SE Runtime Environment(JRE) 7 (32bit) Java SE Runtime Environment(JRE) 6 (64bit) Java SE Runtime Environment(JRE) 7 (64bit) Hitachi Solutions Geographical Information System Client Below conditions are system requirements for Hitachi Solutions Geographical Information System Client. 1/5 Hitachi Solutions Geographical Information

More information

A WEB-BASED APPLICATION FOR REAL-TIME GIS

A WEB-BASED APPLICATION FOR REAL-TIME GIS A WEB-BASED APPLICATION FOR REAL-TIME GIS O. Ozdilek a, *, D. Z. Seker a a ITU, Civil Engineering Faculty, 80626 Maslak Istanbul, Turkey - (ozdilek, seker)@itu.edu.tr KEY WORDS: Spatial Information Sciences,

More information

Development of information management system of dams in China based on. WebGIS

Development of information management system of dams in China based on. WebGIS Development of information management system of dams in China based on WebGIS ZHU Xing-ming 1, GENG Qing-zhai 1,2 (1.China Institute of Water Resources and Hydropower Research, Beijing 100044, China, zhuxm@iwhr.com;

More information

Expert Review and Questionnaire (PART I)

Expert Review and Questionnaire (PART I) NASA ARC Project 1-9-2001 Web-based Geospatial Information Services and Analytic Tools for Habitat Conservation and Management Expert Review and Questionnaire (PART I) Thank you for participating in this

More information

Constructing a Web-based GIS for Earthquake Monitoring in Turkey

Constructing a Web-based GIS for Earthquake Monitoring in Turkey Constructing a Web-based GIS for Earthquake Monitoring in Turkey Asli GARAGON DOGRU, Gonul TOZ, Haluk OZENER and Onur GURKAN, Turkey Key words: Internet-GIS, Earthquakes, Computer Programming, Data Transformations.

More information

Australian Hydrological Geospatial Fabric (Geofabric) Tutorial. Access Water Storage information

Australian Hydrological Geospatial Fabric (Geofabric) Tutorial. Access Water Storage information Australian Hydrological Geospatial Fabric (Geofabric) Tutorial Access Water Storage Version 2.1 November 2012 Contact details Geospatial Data Unit Bureau of Meteorology GPO Box 2334 CANBERRA ACT 2601

More information

A Comparative Study of Web Development Technologies Using Open Source and Proprietary Software

A Comparative Study of Web Development Technologies Using Open Source and Proprietary Software Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 2, February 2015,

More information

DOCUMENT REFERENCE: SQ309-002-EN. SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper. July 2015

DOCUMENT REFERENCE: SQ309-002-EN. SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper. July 2015 DOCUMENT REFERENCE: SQ309-002-EN SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper July 2015 SAMKNOWS QUALITY CONTROLLED DOCUMENT. SQ REV LANG STATUS OWNER DATED 309 03 EN FINAL SC

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information

Informatica Data Director Performance

Informatica Data Director Performance Informatica Data Director Performance 2011 Informatica Abstract A variety of performance and stress tests are run on the Informatica Data Director to ensure performance and scalability for a wide variety

More information

Administrator s Guide

Administrator s Guide SEO Toolkit 1.3.0 for Sitecore CMS 6.5 Administrator s Guide Rev: 2011-06-07 SEO Toolkit 1.3.0 for Sitecore CMS 6.5 Administrator s Guide How to use the Search Engine Optimization Toolkit to optimize your

More information

IT3503 Web Development Techniques (Optional)

IT3503 Web Development Techniques (Optional) INTRODUCTION Web Development Techniques (Optional) This is one of the three optional courses designed for Semester 3 of the Bachelor of Information Technology Degree program. This course on web development

More information

StarWind iscsi SAN: Configuring Global Deduplication May 2012

StarWind iscsi SAN: Configuring Global Deduplication May 2012 StarWind iscsi SAN: Configuring Global Deduplication May 2012 TRADEMARKS StarWind, StarWind Software, and the StarWind and StarWind Software logos are trademarks of StarWind Software that may be registered

More information

Cloud Surveillance. Cloud Surveillance NVMS. Network Video Management System. isecucloud. isecucloud

Cloud Surveillance. Cloud Surveillance NVMS. Network Video Management System. isecucloud. isecucloud Cloud Surveillance Network Video Management System isecucloud isecucloud Network Video Management System Introduction In the digital era, the demand for remote monitoring has continued to increase. Users

More information

GIS WEB APPLICATIONS STANDARDS

GIS WEB APPLICATIONS STANDARDS GIS WEB APPLICATIONS STANDARDS DRAFTED BY THE GIS WEB APPLICATIONS TASK TEAM UNDER THE PERVIEW OF THE ARCHITECTURE AND APPLICATIONS SUBCOMMITTEE OF THE ENTERPRISE GIS COMMITTEE TABLE OF CONTENTS Overview...

More information

Automated Information System and Data Project Charter Wetlands Master Geodatabase (April, 2003)

Automated Information System and Data Project Charter Wetlands Master Geodatabase (April, 2003) Automated Information System and Data Project Charter Wetlands Master Geodatabase (April, 2003) Purpose: The purpose of this document is to provide a project charter in compliance with Federal Information

More information

City s.R.P.A.S.R.A.R.A.R.C.A. A.C.B.B.B.A.C.B.A.C.C.A.

City s.R.P.A.S.R.A.R.A.R.C.A. A.C.B.B.B.A.C.B.A.C.C.A. CITY OF NOVI ARCGIS SERVER DEVELOPMENT & HOSTING SERVICES ADDENDUM #1 INTENT: This addendum has been issued to modify and/or interpret the original specifications for the RFP named above. Unless otherwise

More information

Building & Developing the Environmental

Building & Developing the Environmental Building & Developing the Environmental Web Explorer for Riyadh City Authors: Engineer Yousef Bin Othman Al-Fariheedi Manager of Environmental Data Unit Environmental Management and Protection Department

More information

International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476

International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476 ERP SYSYTEM Nitika Jain 1 Niriksha 2 1 Student, RKGITW 2 Student, RKGITW Uttar Pradesh Tech. University Uttar Pradesh Tech. University Ghaziabad, U.P., India Ghaziabad, U.P., India ABSTRACT Student ERP

More information

Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT

Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT Create Great Web Apps No Coding Required Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT Agenda Product overview Web AppBuilder for ArcGIS tour What s New November 2015 ArcGIS Online

More information

ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT

ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT Dr. Mike Morrison, University of Wisconsin-Eau Claire, morriscm@uwec.edu Dr. Joline Morrison, University of Wisconsin-Eau Claire, morrisjp@uwec.edu

More information

DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PUBLIC HEALTHCARE DECISION SUPPORT SYSTEM IN ZARIA METROPOLIS

DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PUBLIC HEALTHCARE DECISION SUPPORT SYSTEM IN ZARIA METROPOLIS DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PUBLIC HEALTHCARE DECISION SUPPORT SYSTEM IN ZARIA METROPOLIS F. B. Abdullahi 1, M.M Lawal 2 & J.O Agushaka 3 Department Of Mathematics, Ahmadu Bello University,

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

Analyzing and creating GIS data using Python programming. Josh Foery, JR Franks, Connor McMillan

Analyzing and creating GIS data using Python programming. Josh Foery, JR Franks, Connor McMillan Analyzing and creating GIS data using Python programming Josh Foery, JR Franks, Connor McMillan Introduction In the digital age, modern companies and organizations have acquired vast quantities of geospatial

More information

Developing Fleet and Asset Tracking Solutions with Web Maps

Developing Fleet and Asset Tracking Solutions with Web Maps Developing Fleet and Asset Tracking Solutions with Web Maps Introduction Many organizations have mobile field staff that perform business processes away from the office which include sales, service, maintenance,

More information

How To Install Help Desk Premier

How To Install Help Desk Premier Help Desk Premier Installation Guide 2012 BrightBox Solutions All rights reserved. Last Updated October, 2012 Help Desk Premier is a trademark of BrightBox Solutions. Help Desk Premier software and the

More information

Modern Technologies in Client-Server Architecture for Geo-based Interactive Web Portals

Modern Technologies in Client-Server Architecture for Geo-based Interactive Web Portals Journal of Universal Computer Science, vol. 12, no. 9 (2006), 1208-1214 submitted: 31/12/05, accepted: 12/5/06, appeared: 28/9/06 J.UCS Modern Technologies in Client-Server Architecture for Geo-based Interactive

More information

SUMMER SCHOOL ON ADVANCES IN GIS

SUMMER SCHOOL ON ADVANCES IN GIS SUMMER SCHOOL ON ADVANCES IN GIS Six Workshops Overview The workshop sequence at the UMD Center for Geospatial Information Science is designed to provide a comprehensive overview of current state-of-the-art

More information

Web application development landscape: technologies and models

Web application development landscape: technologies and models Web application development landscape: technologies and models by Andrea Nicchi Relatore: Prof. Antonio CISTERNINO Controrelatore: Prof. Giuseppe ATTARDI WEB APPLICATION an Information System providing

More information

Lecture 8. Online GIS

Lecture 8. Online GIS Lecture 8 Online GIS Lecture 8: Outline I. Online GIS 1. Google Earth 2. MSN Live Maps II. Open Source GIS III. ArcGIS Server and the ESRI suite of online software utility options IV. Advanced Data Mining

More information

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide ARIS Education Package Process Design & Analysis Installation Guide Version 7.2 Installation Guide March 2012 This publication is protected by international copyright law. All rights reserved. No part

More information

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson CS 3530 Operating Systems L02 OS Intro Part 1 Dr. Ken Hoganson Chapter 1 Basic Concepts of Operating Systems Computer Systems A computer system consists of two basic types of components: Hardware components,

More information

An Esri White Paper June 2010 Tracking Server 10

An Esri White Paper June 2010 Tracking Server 10 An Esri White Paper June 2010 Tracking Server 10 Esri 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2010 Esri All rights

More information

Server-Side Scripting and Web Development. By Susan L. Miertschin

Server-Side Scripting and Web Development. By Susan L. Miertschin Server-Side Scripting and Web Development By Susan L. Miertschin The OOP Development Approach OOP = Object Oriented Programming Large production projects are created by teams Each team works on a part

More information

MySQL databases as part of the Online Business, using a platform based on Linux

MySQL databases as part of the Online Business, using a platform based on Linux Database Systems Journal vol. II, no. 3/2011 3 MySQL databases as part of the Online Business, using a platform based on Linux Ion-Sorin STROE Romanian Academy of Economic Studies Romana Sq, no 6, 1 st

More information

Grant Management. System Requirements

Grant Management. System Requirements January 26, 2014 This is a publication of Abila, Inc. Version 2014.x 2013 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned

More information

RFID Based 3D Indoor Navigation System Integrated with Smart Phones

RFID Based 3D Indoor Navigation System Integrated with Smart Phones RFID Based 3D Indoor Navigation System Integrated with Smart Phones Y. Ortakci*, E. Demiral*, I. R. Karas* * Karabuk University, Computer Engineering Department, Demir Celik Kampusu, 78050, Karabuk, Turkey

More information

Brandlink Business-to-Business E-commerce web Solution. Master of Science Thesis MUHAMMAD ALI NASIR JANJUA MUHAMMAD ARIF

Brandlink Business-to-Business E-commerce web Solution. Master of Science Thesis MUHAMMAD ALI NASIR JANJUA MUHAMMAD ARIF Brandlink Business-to-Business E-commerce web Solution Master of Science Thesis MUHAMMAD ALI NASIR JANJUA MUHAMMAD ARIF Chalmers University of Technology University of Gothenburg Department of Computer

More information

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint Accessing REA Data, Maps, & Models through SharePoint BLM Personnel & REA Collaborator Access To access REA data and map services through the BLM network, follow the steps provided below. They will take

More information

CMS Query Suite. CS4440 Project Proposal. Chris Baker Michael Cook Soumo Gorai

CMS Query Suite. CS4440 Project Proposal. Chris Baker Michael Cook Soumo Gorai CMS Query Suite CS4440 Project Proposal Chris Baker Michael Cook Soumo Gorai I) Motivation Relational databases are great places to efficiently store large amounts of information. However, information

More information

Priority Zoom v17: Hardware and Supporting Systems

Priority Zoom v17: Hardware and Supporting Systems Introduction Priority Zoom v17: Hardware and Supporting Systems In order to prevent misunderstandings regarding areas of responsibility for the maintenance of hardware, operating systems and particularly

More information

Framework as a master tool in modern web development

Framework as a master tool in modern web development Framework as a master tool in modern web development PETR DO, VOJTECH ONDRYHAL Communication and Information Systems Department University of Defence Kounicova 65, Brno, 662 10 CZECH REPUBLIC petr.do@unob.cz,

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL

A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL *Hung-Ming Chen, Chuan-Chien Hou, and Tsung-Hsi Lin Department of Construction Engineering National Taiwan University

More information

9-12 An exploratory level course that provides an exposure to. careers and issues in information technology. Students

9-12 An exploratory level course that provides an exposure to. careers and issues in information technology. Students Course Course Name 27101 Introduction to Information Technology 27102 Computer Software Applications 27120 Introduction to Programming Languages 27122 Programming Essentials-Visual Basics Grade 9-12 An

More information

Publishing KML Services Tutorial

Publishing KML Services Tutorial Publishing KML Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a KML service............................ 3 Copyright 1995-2010 ESRI, Inc. All rights

More information

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 1 The Web, revisited WEB 2.0 marco.ronchetti@unitn.it Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 2 The old web: 1994 HTML pages (hyperlinks)

More information

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Rational Application Developer, Version 8.0, contains

More information

CYCLOPE let s talk productivity

CYCLOPE let s talk productivity Cyclope 6 Installation Guide CYCLOPE let s talk productivity Cyclope Employee Surveillance Solution is provided by Cyclope Series 2003-2014 1 P age Table of Contents 1. Cyclope Employee Surveillance Solution

More information

INTEGRATION OF CRASH DATA INTO A GEOGRAPHIC INFORMATION SYSTEM. Technical Memorandum

INTEGRATION OF CRASH DATA INTO A GEOGRAPHIC INFORMATION SYSTEM. Technical Memorandum INTEGRATION OF CRASH DATA INTO A GEOGRAPHIC INFORMATION SYSTEM July 2009 INTEGRATION OF CRASH DATA INTO A GEOGRAPHIC INFORMATION SYSTEM Prepared for Prepared by University of Florida Department of Urban

More information

ArcGIS Server in Practice Series: Best Practices for Creating an ArcGIS Server Web Mapping Application for Municipal/Local Government

ArcGIS Server in Practice Series: Best Practices for Creating an ArcGIS Server Web Mapping Application for Municipal/Local Government An Esri White Paper August 2009 ArcGIS Server in Practice Series: Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2009

More information

Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies

Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies International Conference of Advance Research and Innovation (-2014) Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies Mohammad Nasim a,*, Prashant Kumar b

More information

QuantStudio 3D AnalysisSuite Server System

QuantStudio 3D AnalysisSuite Server System QUICK REFERENCE QuantStudio 3D AnalysisSuite Server System Installation, Maintenance, and Administration Catalog Number 4489085 and 4486244 Pub. No. 4486248 Rev. B IMPORTANT! This document does not provide

More information

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map!

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Overview 1. A GIS is NOT a Map! 2. How does a GIS handle its data? Data Formats! GARP 0344 (Fall 2013) Page 1 Dr. Carsten Braun 1) A

More information

An Open-Architecture GIS Component for Creating Multiband Traffic Density Maps

An Open-Architecture GIS Component for Creating Multiband Traffic Density Maps An Open-Architecture GIS Component for Creating Multiband Traffic Density Maps October 15, 2012 INFORMS Annual Meeting Phoenix, AZ David Hunt (presenting author) Francis Julian Ming Lu Marc Meketon Carl

More information

Portal for ArcGIS. Satish Sankaran Robert Kircher

Portal for ArcGIS. Satish Sankaran Robert Kircher Portal for ArcGIS Satish Sankaran Robert Kircher ArcGIS A Complete GIS Data Management Planning & Analysis Field Mobility Operational Awareness Constituent Engagement End to End Integration Collect, Organize,

More information

Cross Platform Applications with IBM Worklight

Cross Platform Applications with IBM Worklight IJCSNS International Journal of Computer Science and Network Security, VOL.15 No.11, November 2015 101 Cross Platform Applications with IBM Worklight P.S.S.Vara Prasad and Mrs.S.Durga Devi Dept. of IT

More information

Mirtrak 6 Powered by Cyclope

Mirtrak 6 Powered by Cyclope Mirtrak 6 Powered by Cyclope Installation Guide Mirtrak Activity Monitoring Solution v6 is powered by Cyclope Series 2003-2013 Info Technology Supply Ltd. 2 Hobbs House, Harrovian Business Village, Bessborough

More information

Converting GIS Datasets into CAD Format

Converting GIS Datasets into CAD Format Ball State University Libraries GIS Research and Map Collection Converting GIS Datasets into CAD Format Author: Angela Gibson, 6/13/2014 Overview: One of the most common requests from students is for GIS

More information

Hardware, Software and Training Requirements for DMFAS 6

Hardware, Software and Training Requirements for DMFAS 6 Hardware, Software and Training Requirements for DMFAS 6 DMFAS6/HardwareSoftware/V5 May 2015 2 Hardware, Software and Training Requirements for DMFAS 6 Contents ABOUT THIS DOCUMENT... 4 HARDWARE REQUIREMENTS...

More information

Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design

Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design Wassim Jabi, Assistant Professor Department of Architecture University at Buffalo, State University of New

More information

A GIS APPLICATION OF AN OTTOMAN CEMETERY ON DARDANALLES OVER INTERNET. Guney, C., Celik, R. N.

A GIS APPLICATION OF AN OTTOMAN CEMETERY ON DARDANALLES OVER INTERNET. Guney, C., Celik, R. N. A GIS APPLICATION OF AN OTTOMAN CEMETERY ON DARDANALLES OVER INTERNET Guney, C., Celik, R. N. Abstract Access to spatial data and interactive database applications with querying capabilities over the internet

More information