Ulyxes automatic deformation monitoring system
|
|
|
- Mitchell Dean
- 10 years ago
- Views:
Transcription
1 Ulyxes automatic deformation monitoring system Dániel Moka, Szonja Zemkó (Hungary) The CLGE Students Contest Category: GIS and Mapping and Cadastre
2 1. Summary We live in a dynamic world. Buildings, bridges, dams, and all facilities are in permanent movement, that we must detect in order to preserve the objects from incidental damages. On the other hand, we want to prevent the loss of large amounts of money and last but not least we have to care about people s life who are around the construction. Nowadays, Robotic Total Stations (RTS) can be used to solve this problem. As a matter of fact, a RTS is not enough alone, we must build up an Automatic Deformation Monitoring System (ADMS) using RTSs. Beyond the automation of surveying systems our main goal is to obtain fast data processing and smart visualization. To realize it we exploit the benefits of information technology, thus raw data can be easily transferred to multiple places at once, not to mention the countless products that can help with modeling and analysis. At present the development of informatics makes it possible to create reliable applications that meet users needs in any field. Many software components and procedures have become available lately, so the real challenge is not the realization but the ability to find the most efficient solution. Usually both the professional and the everyday user prefer the visual and user-friendly solutions, therefore we put an extra effort on these aspects. 2. About Ulyxes Ulyxes is and open source automatic deformation monitoring system to drive robotic total stations and other sensors and publish observation results on web based maps ( The project is created by Dr. Zoltán Siki at the Budapest University of Technology and Economics Department of Geodesy and Surveying. Its primary aim is to create a framework with which we are able to control different types of RTSs and to publish measured data and detected information via the Internet. Several open source applications contribute to the development of the system, which are key elements of Ulyxes. The greatest advantage of our system is its inexpensiveness thanks to the exclusive use of free services and open source software. The Ulyxes project consists of three basic parts: Instrument programming interface, Web publishing interface, Servers. 1
3 2-1 The Ulyxes System Design 3. Instrument programming interface Theodolites used by surveyors have been developed for more than half a century. The first innovative electronic instruments appeared in the 70s, which replaced the traditional optical instruments. There was a time when the theodolite and the telemeter were independent devices, and the data was recorded manually. A new product called Total Station has appeared on the market in the 80s. These instruments already had an Electronic Distance Meter (EDM), which can serve fast and accurate measurements in order to detect small displacements on objects. Subsequently, in 1990 the Swedes have presented the Robotic Total Station equipped with different features such as Automatic Target Recognition (ATR) and tracking mode. The development of RTSs has not stopped. Many new products are released each year, providing engineers more features to make their lives easier. Nowadays, it is safe to say that RTSs are the most versatile products on the land surveying market. These equipments are very useful when surveyors and companies are dealing with small displacements and deformations. Following the development of RTSs, more and more concepts have appeared in the world of surveying, which are closely related to one-person surveying tasks. Thanks to ATR the user do not have to aim the prism manually, since the accurate adjustments are done by the instrument itself. As for the Lock Mode, we are able to determine 2
4 the exact position of a prism without the interruption of tracking. In addition to these aspects, RTSs have a lot more features, i.e. Images Station, which can contribute to the operation of ADMS. These days there are more complicated structures that are accompanied with complex planning, construction and deformation monitoring. Instead of the traditional manual methods, RTSs can be programmed by engineers to work automatically in order to solve the occurring problems. There are different ways of programming instruments, depending on the device and the aim of the task. In the Ulyxes project we work with computer-controlled measurements. During this method, a prewritten software on the computer controls the operation of the instruments. For greater flexibility and efficiency it is highly recommended to create an application programming interface (API) which can simplify the programmed controlling of devices. In our project we did so and named it TclAPI. The TclAPI is a high-level application programming interface made in Tcl programming language. With its help, users are able to manage different controlling operations and automated measurements with relatively low programming experience. On the other hand, the interface hides the differences between stations so it gives great flexibility to the user. To clearly understand the operation of the TclAPI, we have made a web-based user documentation written in HTML (HypertText Markup Language). This document can be found under the following link: and it explains how the API works and describes the usage of functions and routines to perform automated measurements. The documentation is automatically generated from the comments inserted into the TclAPI source code. The TclAPI has already been successfully tested on different objects within the framework of Dániel Moka s diploma work. Its final chapter covers four practical applications, demonstrating the efficiency of the TclAPI and robotic total stations. The main project was the Deformation Monitoring of Liberty Bridge due to Tram Traffic where the deflections of each side of the bridge were easily determined by RTSs driven by a Tcl code using API. 3
5 3-1 Monitoring work at Liberty Bridge Furthermore the API can be used for monitoring the work of construction equipment with RTSs. A monitoring program has been made so users can observe the path of machines in horizontal direction. The software creates a log file containing the following information: At present the API is still being expanded and further developed in Python programming language in order to exploit the advantages of object-oriented oriented programming. We are currently rewriting the API in Python and the new one will be called PyAPI. With this development we are enabling many new features, i.e. driving RTSs via Bluetooth. 4. Web publishing interface 3-2Two consecutive line in a log file 4.1. Design The problem is a simple geodetic task, we have target points with known 3D coordinates to be marked on a map and pre-processed measurement ent results to be analyzed by executing queries on them. To do so we chose the implementation of a web-based based service using only free software components. Browser-based applications are platform-independent software, they can 4
6 be run under different operating systems and all we need on the client s side is an up-to-date browser. In order to create a web-based service we needed to design a client-server architecture. We would like to use a thin client model. Our application requires the following server side components: web server map server database server The user interface was designed to be made up of a map window, an HTML data entry form and a section for displaying results in a table or plotting them on a graph. First we had to find an adequate mapping tool, a data storage solution and the proper method of publishing our data to be accessible in an interactive manner via a simple web browser. The greatest advantage of digital maps is that they have a structured data system which means the presence of multiple layers in one file. It is also possible to assign properties (attributes) to the displayed map objects and execute queries so digital maps can be adapted to special problems. Due to the digital technology several processes (cartographic generalization, analysis, etc.) can be automated. Instead of using a custom map we decided to use public map services. Nowadays many web map services are offered on the internet, the most popular among them is Google Maps. To allow developers to integrate Google Maps into their websites, Google launched the Google Maps API. The use of databases can help to deal with large amount of data more effectively. Besides data storage computer database allows data management and data retrieval. The most common way to describe the structure of data is the relational model which is the basis of the relational database management system. A special, improved version of the latter is the object-relational DBMS. To accomplish our project we chose the best open source database management system available called PostgreSQL which is a general purpose software, although it can be adjusted to special needs and plug-ins can also be added. We used the PostGIS plug-in to store GIS data in the database. Digital and web-based maps are mainly used for positioning and route planning, however by adding statistical data these applications can help with research and sampling. The visualization of analytical aspects is carried out with different geometric objects, colors, patterns, etc., but 5
7 having large amount of information can make this type of process cumbersome. Spatial databases offer a more effective way and a greater performance for GIS analysis. PostGIS is an advanced support that spatially enables the PostgreSQL database. Supporting several geometric objects and more than 3000 spatial reference systems, PostGIS allows to store, analyse and query spatial information. Only logically related data can be stored in the same table, therefore we had to create separate tables for the following objects: measurement results (point name, date/time, relative Z coordinate) target points (point name, geometry) observed building/object polygons (ID, building name, geometry) The geometry data is handled by PostGIS and stored in well-known binary (WKB) representation, which contains the location, the type (point, line, polygon, etc.) and the spatial reference system of the object in a hexadecimal string form. The building polygon table is independent of the other two, there is no relationship between their respective attributes. To ensure clarity and unambiguity we had to define a column (or combination of columns) as primary key in each table. The client-side interface is an HTML page with embedded JavaScript code. This source code is public and entirely available on the client-side. On the contrary, server-side documents can only be accessed and managed by a server-side script, in this case written in PHP. We would like to have a flexible client-server interaction, therefore we used AJAX, an asynchronous request / response model. The PHP script can create a connection to PostgreSQL, moreover, embedded SQL statements can retrieve user requested data. To further improve efficiency, JavaScript receives queried data in JavaScript-ready JSON interchange format Realization Since the web server and its components are not part of the operation system by default, we needed to install them manually. Our choice is the most popular open source web server: Apache. There are special software packages created for easy map server setup, i.e. ms4w, which installs a pre-configured web server environment on Windows platforms, including Apache, PHP, MapServer, several supports and utilities. Testing with Google Maps in the first round, the map server components are not utilized, but saved for further development of the application. 6
8 The implementation of the Ulyxes web publishing interface consists of three steps: 1. Database creation. 2. Server-side scripting. 3. Client-side scripting. 1. Database creation Building polygons and target points can be copied to the database from text or shape (.shp) files. The geometry of these objects is generated from given coordinates. PostGIS has a special function that converts WKT (well-known text) format to WKB. Shape file contents can be imported to PostgreSQL from a GIS software that has support for the database management system, i.e. QGIS, a popular open source system. During observation measurement results should be loaded to the database in real-time, but we tested the application by preloading existing data sets from text files. 2. Server-side scripting PHP has to have its PostgreSQL extensions enabled in order to communicate with the database management system. The essence of our PHP script are those three cases that query and return the required data when they are called. The first two cases obtain geometry data for displaying objects (building polygons and target points) on a map, while the third case can get the desired measurement data. In the latter case the query requires user-set parameters (point name, time interval) that should be entered and submitted in the HTML form. However, all three actions must be called by a JavaScript function and they consist of an SQL statement and a JSON data generator. The map server cannot handle the WKB format, therefore stored data must be converted back to discrete coordinate values. 3. Client-side scripting In order to embed Google Maps API into our web page, we needed to include the API script in our source code and initialize the map object (zoom, center, map type). We would like to get the stored geometry and measurement data from the server, therefore the client has to activate the above-mentioned PHP commands on the server s side. Due to asynchronous communication (AJAX) this process can be made flexible. Having three different PHP cases, the HTML document must contain three different AJAX calls respectively. Google Maps API provides marker symbols for points and enables the use of polygons. These objects are not related to user-commands, they appear automatically when the map is loaded. 7
9 In addition, we needed to create a form in the user interface that requests query parameters. The form is made up of static elements (radio buttons, options, text fields, buttons) written in HTML and manipulated by JavaScript. For displaying results, a dynamic table has been created that changes its size according to the number of points and the amount of data. As a graphical solution, we have chosen an open source server-side application called OWT Chart. This program can produce different types of graphs from appropriate inputs and send it back to the client in GIF image format. It was immediately evident that this application was not fitting our needs, because it cannot handle time intervals and the scaling is equal on the horizontal axis, hence data gaps are not represented. 4-1 The web publishing interface Google Maps API version ( User-friendliness was an important consideration during development, thus we tried to add more and more functions that enhance the quality of the application. To facilitate time interval setting an interactive JavaScript calendar was joined to the form. Besides mapping the site we would like to share some images of the survey in a tasteful, unobtrusive way. Our choice was a popular JavaScript library for image viewing called Lightbox Testing the first version and further development The software fulfils the basic requirements of a deformation monitoring system user interface. However, some alternative add-ons have been tried out to eliminate weaknesses. 8
10 Google Maps is free to use according to its terms of service, but not open source. Using own map server would stop the dependence on other companies, and with custom maps or satellite images we can have an up-to-date service of higher resolution. The Ulyxes project has been improved with an OpenLayers & OpenStreetMap map service. OpenLayers offers a wider set of functions than Google Maps and OSM can be freely used in multiple mapping environments. 4-2 The web publishing interface OpenLayers & OSM version ( The client-side script has been rewritten in jquery so the JavaScript code has become easier to interpret and develop, smaller in size and the support offers many pre-written plug-ins. We are planning to further improve the Ulyxes user interface. We tested our program with 1D settlement measurement results only, however deformation analysis requires 3D data. In order to obtain a precise display OWT Chart has to be substituted by a more complex data plotting tool. More detailed queries could be executed on the measurement data, which represented special information (deformations larger than a specific value, relative positions of points, etc.). Isoline plotting and mathematical operations (cross correlation calculation, etc.) would allow complex analysis. Last but not least, due to the extreme popularity of smartphones we would like to create the mobile version of the site developed in jquery Mobile. 9
11 5. Conclusion The two parts of the Ulyxes, the TclAPI and the user interface work properly in their current development stage. However, they have not been tried in cooperation yet. The user interface is not ready for real-time data reception, therefore the server-side script should be improved to handle incoming data. Deformation measurement and construction management will be more and more computer-controlled, therefore these type of engineering systems will be used in smaller projects too. The Ulyxes system will be offering a low-cost universal solution for any type of monitoring tasks that could be customized and extended to fit special needs. 10
Web Mapping in Archaeology
Non-invasive methods in the contemporary archaeological practice 25th February 2014 http://www.pborycki.pl/pdf/webmapping.pdf Plan of the presentation 1 Web Mapping General Idea History of Web Mapping
An Introduction to Open Source Geospatial Tools
An Introduction to Open Source Geospatial Tools by Tyler Mitchell, author of Web Mapping Illustrated GRSS would like to thank Mr. Mitchell for this tutorial. Geospatial technologies come in many forms,
GEOENGINE MSc in Geomatics Engineering, Master Thesis Gina Campuzano
Master Thesis Gina CAMPUZANO Gina Campuzano Development of a GIS web application as a tool for learning of environmental protection -Comparison between MapServer and GeoServer constructing a tool for not
Business Application Development Platform
Business Application Development Platform Author Copyright Last update Version Document type Sclable Business Solutions GmbH Attribution-NonCommercial-NoDerivatives 4.0 International 01/28/2014 1.0 Technical
Abstract. Description
Project title: Bloodhound: Dynamic client-side autocompletion features for the Apache Bloodhound ticket system Name: Sifa Sensay Student e-mail: [email protected] Student Major: Software Engineering
Zorba Asset Tracking Solution
Asset Tracking Solution State-of-the art fleet management and vehicle tracking solution to increase your productivity. Affordable installation and operating costs Easy to install and operate User friendly
Vector Web Mapping Past, Present and Future. Jing Wang MRF Geosystems Corporation
Vector Web Mapping Past, Present and Future Jing Wang MRF Geosystems Corporation Oct 27, 2014 Terms Raster and Vector [1] Cells and Pixel Geometrical primitives 2 Early 2000s From static to interactive
Sisense. Product Highlights. www.sisense.com
Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze
HTML5 Data Visualization and Manipulation Tool Colorado School of Mines Field Session Summer 2013
HTML5 Data Visualization and Manipulation Tool Colorado School of Mines Field Session Summer 2013 Riley Moses Bri Fidder Jon Lewis Introduction & Product Vision BIMShift is a company that provides all
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
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,
Load and Performance Load Testing. RadView Software October 2015 www.radview.com
Load and Performance Load Testing RadView Software October 2015 www.radview.com Contents Introduction... 3 Key Components and Architecture... 4 Creating Load Tests... 5 Mobile Load Testing... 9 Test Execution...
Web Pages. Static Web Pages SHTML
1 Web Pages Htm and Html pages are static Static Web Pages 2 Pages tagged with "shtml" reveal that "Server Side Includes" are being used on the server With SSI a page can contain tags that indicate that
Developing of A GIS Based Enviromental Monitoring System with Open Source Softwares
L. Kottyán, G. Nagy, A. Szepes Developing of A GIS Based Enviromental Monitoring System with Open Source Softwares Developing of A GIS Based Enviromental Monitoring System with Open Source Softwares László
Institute of Computational Modeling SB RAS
Institute of Computational Modeling SB RAS ORGANIZATION OF ACCESS TO OBSERVATIONAL DATA USING WEB SERVICES FOR MONITORING SYSTEMS THE STATE OF THE ENVIRONMENT Kadochnikov Aleksey A. Russia, Krasnoyarsk
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
Geographic Web Application
University of L Aquila Department of Electrical and Information Engineering Geographic Web Application Enrico Ippoliti Building complete web applications This section discuss how to build complete web
A Tool for Evaluation and Optimization of Web Application Performance
A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 [email protected] Michael J. Donahoo 2 [email protected] Abstract: One of the main goals of web application
Sensors talk and humans sense Part II
Sensors talk and humans sense Part II Athena Vakali Palic, 6 th September 2013 OSWINDS group Department of Informatics Aristotle University of Thessaloniki http://oswinds.csd.auth.gr SEN2SOC Architecture
WebGD: Framework for Web-Based GIS/Database Applications
WebGD: Framework for Web-Based GIS/Database Applications by Surya Halim Submitted to Oregon State University In partial fulfillment of the requirements for the degree of MASTER OF SCIENCE in Computer Science
A Monitored Student Testing Application Using Cloud Computing
A Monitored Student Testing Application Using Cloud Computing R. Mullapudi and G. Hsieh Department of Computer Science, Norfolk State University, Norfolk, Virginia, USA [email protected], [email protected]
Value-added Services for 3D City Models using Cloud Computing
Value-added Services for 3D City Models using Cloud Computing Javier HERRERUELA, Claus NAGEL, Thomas H. KOLBE (javier.herreruela claus.nagel thomas.kolbe)@tu-berlin.de Institute for Geodesy and Geoinformation
Evaluation of Load/Stress tools for Web Applications testing
May 14, 2008 Whitepaper Evaluation of Load/Stress tools for Web Applications testing CONTACT INFORMATION: phone: +1.301.527.1629 fax: +1.301.527.1690 email: [email protected] web: www.hsc.com PROPRIETARY
Location Based Asset Management Application for Railway: AMS-R
Location Based Asset Management Application for Railway: AMS-R Mohd Shoab*, Kamal Jain*, M. Shashi** * Department of Civil Engineering, Indian Institute of Technology Roorkee. ** Department of Civil Engineering,
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 &
XML Processing and Web Services. Chapter 17
XML Processing and Web Services Chapter 17 Textbook to be published by Pearson Ed 2015 in early Pearson 2014 Fundamentals of http://www.funwebdev.com Web Development Objectives 1 XML Overview 2 XML Processing
Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation
Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet
What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11
What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11 W elcome to North Face Software s software. With this software, you can accomplish
Database Management System Choices. Introduction To Database Systems CSE 373 Spring 2013
Database Management System Choices Introduction To Database Systems CSE 373 Spring 2013 Outline Introduction PostgreSQL MySQL Microsoft SQL Server Choosing A DBMS NoSQL Introduction There a lot of options
TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:
Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap
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
AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev
International Journal "Information Technologies & Knowledge" Vol.5 / 2011 319 AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev Abstract: This paper presents a new approach
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
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, [email protected] Dr. Joline Morrison, University of Wisconsin-Eau Claire, [email protected]
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
1. INTERFACE ENHANCEMENTS 2. REPORTING ENHANCEMENTS
W E L C O M E T O M O N I T O R I N G H E A V E N NEW THINGS ABOUT PANDORA FMS 5.0 A new version of Pandora FMS full of enhancements is about to hit the market. Pandora FMS 5.0 will be released by the
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
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
Base One's Rich Client Architecture
Base One's Rich Client Architecture Base One provides a unique approach for developing Internet-enabled applications, combining both efficiency and ease of programming through its "Rich Client" architecture.
IE Class Web Design Curriculum
Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,
USING GOOGLE MAP API FUNCTIONS TO CREATE APPLICATIONS USING GEOGRAPHIC SPATIAL DATA.
USING GOOGLE MAP API FUNCTIONS TO CREATE APPLICATIONS USING GEOGRAPHIC SPATIAL DATA. Ass. prof.d-r. Plamen Maldzhanski 1,Hristo Smirneski Blvd., 1046 Sofiq, Bulgaria Phone: +359 888976924 WEB:http://www.uacg.bg/UACEG_site/acadstaff/viewProfile.php?lang=en&perID=424
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
Programming IoT Gateways With macchina.io
Programming IoT Gateways With macchina.io Günter Obiltschnig Applied Informatics Software Engineering GmbH Maria Elend 143 9182 Maria Elend Austria [email protected] This article shows how
Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems
eenviper White Paper #4 Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems 1 Executive Summary Cloud computing could revolutionise public services
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
Advantage of Jquery: T his file is downloaded from
What is JQuery JQuery is lightweight, client side JavaScript library file that supports all browsers. JQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling,
Develop highly interactive web charts with SAS
ABSTRACT Paper 1807-2014 Develop highly interactive web charts with SAS Rajesh Inbasekaran, Naren Mudivarthy, Neetha Sindhu Kavi Associates LLC, Barrington IL Very often there is a need to present the
Visualizing Data: Scalable Interactivity
Visualizing Data: Scalable Interactivity The best data visualizations illustrate hidden information and structure contained in a data set. As access to large data sets has grown, so has the need for interactive
AN INTRODUCTION TO MAPBOX TOOLS AND SOFTWARE. Matt Gregory 24 July 2013
AN INTRODUCTION TO MAPBOX TOOLS AND SOFTWARE Matt Gregory 24 July 2013 BACKGROUND AND MOTIVATION Research involves regionalscale vegetation modeling (mapping) where every pixel is associated with a treelist
Power Tools for Pivotal Tracker
Power Tools for Pivotal Tracker Pivotal Labs Dezmon Fernandez Victoria Kay Eric Dattore June 16th, 2015 Power Tools for Pivotal Tracker 1 Client Description Pivotal Labs is an agile software development
Generating Automated Test Scripts for AltioLive using QF Test
Generating Automated Test Scripts for AltioLive using QF Test Author: Maryam Umar Contents 1. Introduction 2 2. Setting up QF Test 2 3. Starting an Altio application 3 4. Recording components 5 5. Performing
How To Handle Big Data With A Data Scientist
III Big Data Technologies Today, new technologies make it possible to realize value from Big Data. Big data technologies can replace highly customized, expensive legacy systems with a standard solution
What's new in gvsig Desktop 2.0
What's new in gvsig Desktop 2.0 What are the novelties? 2.0 1.12 Migrating and building... Some examples... Please pardon our appearance during construction Pie and bar chart legends Table in layout 1.12
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,
A framework for Itinerary Personalization in Cultural Tourism of Smart Cities
A framework for Itinerary Personalization in Cultural Tourism of Smart Cities Gianpaolo D Amico, Simone Ercoli, and Alberto Del Bimbo University of Florence, Media Integration and Communication Center
Session D15 Simple Visualization of your TimeSeries Data. Shawn Moe IBM
Session D15 Simple Visualization of your TimeSeries Data Shawn Moe IBM 1 Agenda IoT & Gateways Moving sensor data around jquery and Ajax Data Access Options Open Source Visualization packages 2 Acknowledgements
OVERVIEW HIGHLIGHTS. Exsys Corvid Datasheet 1
Easy to build and implement knowledge automation systems bring interactive decision-making expertise to Web sites. Here s proven technology that provides customized, specific recommendations to prospects,
Introducing Apache Pivot. Greg Brown, Todd Volkert 6/10/2010
Introducing Apache Pivot Greg Brown, Todd Volkert 6/10/2010 Speaker Bios Greg Brown Senior Software Architect 15 years experience developing client and server applications in both services and R&D Apache
Category: Business Process and Integration Solution for Small Business and the Enterprise
Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference
BEST WEB PROGRAMMING LANGUAGES TO LEARN ON YOUR OWN TIME
BEST WEB PROGRAMMING LANGUAGES TO LEARN ON YOUR OWN TIME System Analysis and Design S.Mohammad Taheri S.Hamed Moghimi Fall 92 1 CHOOSE A PROGRAMMING LANGUAGE FOR THE PROJECT 2 CHOOSE A PROGRAMMING LANGUAGE
NSFOCUS Web Vulnerability Scanning System
NSFOCUS Web Vulnerability Scanning System Overview Most Web application systems are tailor-made and delivered in source codes by Customer Benefits Accurate Analysis on Website Vulnerabilities Fast scan
IFS-8000 V2.0 INFORMATION FUSION SYSTEM
IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 Overview IFS-8000 v2.0 is a flexible, scalable and modular IT system to support the processes of aggregation of information from intercepts to intelligence
HTML5. Turn this page to see Quick Guide of CTTC
Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies
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
LICENSE4J FLOATING LICENSE SERVER USER GUIDE
LICENSE4J FLOATING LICENSE SERVER USER GUIDE VERSION 4.5.5 LICENSE4J www.license4j.com Table of Contents Getting Started... 2 Floating License Usage... 2 Installation... 4 Windows Installation... 4 Linux
Software Requirements Specification For Real Estate Web Site
Software Requirements Specification For Real Estate Web Site Brent Cross 7 February 2011 Page 1 Table of Contents 1. Introduction...3 1.1. Purpose...3 1.2. Scope...3 1.3. Definitions, Acronyms, and Abbreviations...3
WhatsUp Gold v11 Features Overview
WhatsUp Gold v11 Features Overview This guide provides an overview of the core functionality of WhatsUp Gold v11, and introduces interesting features and processes that help users maximize productivity
What s new in TIBCO Spotfire 6.5
What s new in TIBCO Spotfire 6.5 Contents Introduction... 3 TIBCO Spotfire Analyst... 3 Location Analytics... 3 Support for adding new map layer from WMS Server... 3 Map projections systems support...
The open source solution for the Property & Facility Management www.openmaint.org
1 The open source solution for the Property & Facility Management www.openmaint.org www.openmaint.org www.tecnoteca.com 2 What is openmaint openmaint is an enterprise solution for the Property & Facility
Special Edition for FastTrack Software
08/14 The magazine for professional system and networkadministration Special Edition for FastTrack Software Tested: FastTrack Automation Studio www.it-administrator.com TESTS I FastTrack Automation Studio
Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA
Page name: Home Keywords: Web, design, development, logo, freelance, graphic design, Seattle WA, WordPress, responsive, mobile-friendly, communication, friendly, professional, frontend, back-end, PHP,
SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS INTRODUCTION
SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS Jun Wang Jie Shan Geomatics Engineering School of Civil Engineering Purdue University 550 Stadium Mall Drive, West Lafayette, IN 47907 ABSTRACT Spatial analysis
GeoPackage, The Shapefile Of The Future
FOSS4G 2013 GeoPackage, The Shapefile Of The Future @PirminKalberer Sourcepole AG, Switzerland www.sourcepole.com About Sourcepole > QGIS > Core dev. & Project Steering Commitee > QGIS Server, Printing,
DEVELOPMENT OF REAL-TIME TRACKING & LOG MANAGEMENT SYSTEM USING FREE AND OPEN SOURCE SOFTWARE
DEVELOPMENT OF REAL-TIME TRACKING & LOG MANAGEMENT SYSTEM USING FREE AND OPEN SOURCE SOFTWARE Daisuke Yoshida and Venkatesh Raghavan Graduate School for Creative Cities, Osaka City University 3-3-138 Sugimoto,
Experimenting in the domain of RIA's and Web 2.0
Experimenting in the domain of RIA's and Web 2.0 Seenivasan Gunabalan IMIT IV Edition, Scuola Suoperiore Sant'Anna,Pisa, Italy E-mail: [email protected] ABSTRACT This paper provides an overview
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 [email protected],
LSC @ LDAPCON. 2011. Sébastien Bahloul
LSC @ LDAPCON. 2011 Sébastien Bahloul About me Developer and software architect 10 years experience in IAM Recently hired as product manager by a French security editor, Dictao, providing : personal and
DEVELOPMENT OF THE PLANETARY CARTOGRAPHY WEB-SITE WITH OPEN SOURCE CONTENT MANAGEMENT SYSTEM
CO-131 DEVELOPMENT OF THE PLANETARY CARTOGRAPHY WEB-SITE WITH OPEN SOURCE CONTENT MANAGEMENT SYSTEM ROZHNEV I. Moscow State University of Geodesy and Cartography, PUSHKINO, RUSSIAN FEDERATION Considerable
World-wide online monitoring interface of the ATLAS experiment
World-wide online monitoring interface of the ATLAS experiment S. Kolos, E. Alexandrov, R. Hauser, M. Mineev and A. Salnikov Abstract The ATLAS[1] collaboration accounts for more than 3000 members located
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,
SimWebLink.NET Remote Control and Monitoring in the Simulink
SimWebLink.NET Remote Control and Monitoring in the Simulink MARTIN SYSEL, MICHAL VACLAVSKY Department of Computer and Communication Systems Faculty of Applied Informatics Tomas Bata University in Zlín
General principles and architecture of Adlib and Adlib API. Petra Otten Manager Customer Support
General principles and architecture of Adlib and Adlib API Petra Otten Manager Customer Support Adlib Database management program, mainly for libraries, museums and archives 1600 customers in app. 30 countries
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
How To Write A Web Server In Javascript
LIBERATED: A fully in-browser client and server web application debug and test environment Derrell Lipman University of Massachusetts Lowell Overview of the Client/Server Environment Server Machine Client
Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches
Concepts of Database Management Seventh Edition Chapter 9 Database Management Approaches Objectives Describe distributed database management systems (DDBMSs) Discuss client/server systems Examine the ways
ArcGIS Server 9.3.1 mashups
Welcome to ArcGIS Server 9.3.1: Creating Fast Web Mapping Applications With JavaScript Scott Moore ESRI Olympia, WA [email protected] Seminar agenda ArcGIS API for JavaScript: An Overview ArcGIS Server Resource
1. INTERFACE ENHANCEMENTS 2. REPORTING ENHANCEMENTS
W E L C O M E T O M O N I T O R I N G H E A V E N NEW THINGS ABOUT PANDORA FMS 5.0 A new version of Pandora FMS full of enhancements is about to hit the market. Pandora FMS 5.0 will be released by the
APPLICATION OF OPEN SOURCE/FREE SOFTWARE (R + GOOGLE EARTH) IN DESIGNING 2D GEODETIC CONTROL NETWORK
INTERNATIONAL SCIENTIFIC CONFERENCE AND XXIV MEETING OF SERBIAN SURVEYORS PROFESSIONAL PRACTICE AND EDUCATION IN GEODESY AND RELATED FIELDS 24-26, June 2011, Kladovo -,,Djerdap upon Danube, Serbia. APPLICATION
4D and SQL Server: Powerful Flexibility
4D and SQL Server: Powerful Flexibility OVERVIEW MS SQL Server has become a standard in many parts of corporate America. It can manage large volumes of data and integrates well with other products from
