10 Python Examples for City Analytics In 10 minutes. Lorraine Barry

Size: px
Start display at page:

Download "10 Python Examples for City Analytics In 10 minutes. Lorraine Barry"

Transcription

1 10 Python Examples for City Analytics In 10 minutes Lorraine Barry Queen s University Belfast Department for barry

2 1. Tweepy 2. Pandas and Geopandas 3. SQLalchemy 4. Missingno 5. PySAL 6. NetworkX 7. OSMNx 8. Matplotlib 9. Plotly 10. Bokeh Import Cleaning Query Analysis Visualisation

3 Anaconda

4 A web-based interactive computing interface and platform that combines code, equations, text and visualisations.evolved from JUlia, PYThon, and R Jupyter

5 Tweepy Stream tweets from the Twitter API. Filter out the tweets that aren t relevant. Process the tweets to figure out what emotions they express about each candidate. Store the tweets for additional analysis. Map the geolocated tweets

6

7

8 Pandas & Geopandas Pandas - Python Data Analysis Library high-performance, easy-to-use data structures and data analysis tools for the Python

9 Pandas Road Surface Defects, Open Data NI Query Eastern Division

10 SQLalchemy SQLite: An self-contained, server-less database that's easy to set-up and query from Pandas. single file and easy to configure, SQLite is very fast

11 SQLite Import SQLalchemy package module Read first 2 rows of 311 CSV file 1.26GB Create Engine and Query

12 missingno Dealing with missing data is a pain. missingno allows you to quickly gauge the completeness of a dataset with a visual summary, instead of trudging through a table. You can filter and sort data based on completion or spot correlations with a heatmap or a dendrogram.

13 Missingno Belfast City Trees Database

14 PySAL Python Spatial Analysis Library

15 PySAL Create Regions & Model Census Ward Flow Data 582 origins and destinations with the flows of commuters. 582 X 582 potential flows = 338,724 pairs with values Super Output Area level 890 x 890 = 792,100 pairs with values

16 PySAL Create Regions & Model From 582 to 24 regions mapped on distance decay values

17 Networkx NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

18 X, Y to Route and Length Create graph of edges and nodes from shapefile road network Read list of origin and destination points Snap to closest network node and find shortest path Sum path length

19 X, Y to Route and Length

20 OSMnx Retrieve, construct, analyze, and visualize street networks from OpenStreetMap

21 Belfast Open Street Map Network import osmnx as ox from IPython.display import Image %matplotlib inline ox.config(log_console=true, use_cache=true) # configure the inline image display img_folder = 'images' extension = 'png' size = 480 G = ox.graph_from_address('belfast, UK', distance=3000, network_type='drive ) G_proj = ox.project_graph(g) fig, ax = ox.plot_graph(g_proj, bgcolor='#000000', edge_color='#ffffff', node_size=0, save=true, show=false, close=true, filename='belfast_streets', dpi=100) Image('{}/{}.{}'.format(img_folder, 'belfast_streets', extension), height=size, width=size)

22 Matplotlib Matplotlib is a Python 2D plotting library

23 Matplotlib maps, graphs, charts

24 Plotly Modern Visualization for the Data Era Data Visualisation via the Web

25 Plotly 311 calls Noise Complaints Per Hour

26 Plotly 311 calls Noise Complaints Per Hour

27 Bokeh Bokeh is an interactive data visualization library for Python (and other languages!) that targets modern web browsers for presentation. It can create versatile, data-driven graphics, and connect the full power of the entire Python data-science stack to rich, interactive visualizations.

28

29 Counts by Mode of Travel into Belfast from Local Government Districts 2011 Data from UK Census Data Service SWS

30 2011 Train Travel into Belfast

31 10 Python Examples for City Analytics In 10 minutes Lorraine Barry Queen s University Belfast Department for barry

Python in Hadoop Ecosystem Blaze and Bokeh. Presented by: Andy R. Terrel

Python in Hadoop Ecosystem Blaze and Bokeh. Presented by: Andy R. Terrel Python in Hadoop Ecosystem Blaze and Bokeh Presented by: Andy R. Terrel About Continuum Analytics Areas of Focus Software solutions Consulting Training http://continuum.io/ We build technologies that enable

More information

Introduction to Pandas and Time Series Analysis

Introduction to Pandas and Time Series Analysis Introduction to Pandas and Time Series Analysis 60 minutes director's cut incl. deleted scenes Alexander C. S. Hendorf @hendorf Alexander C. S. Hendorf Königsweg GmbH Strategic consulting for startups

More information

Spatial Analysis with ArcGIS Pro. Krithica Kantharaj, Esri

Spatial Analysis with ArcGIS Pro. Krithica Kantharaj, Esri Spatial Analysis with ArcGIS Pro Krithica Kantharaj, Esri What is analysis? Analysis transforms raw data into information or knowledge Spatial analysis does this for geographic or spatial data Who? What?

More information

Introduction to Pandas and Time Series Analysis. Alexander C. S.

Introduction to Pandas and Time Series Analysis. Alexander C. S. Introduction to Pandas and Time Series Analysis Alexander C. S. Hendorf @hendorf Alexander C. S. Hendorf Königsweg GmbH Königsweg affiliate high-tech startups and the industry EuroPython Organisator +

More information

Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex.

Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex. Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex. Maarten Breddels & Amina Helmi WP985/WP945 Vaex demo / Gaia DR1 workshop ESAC 2016 Outline Motivation Technical

More information

Programming with Python for Data Science

Programming with Python for Data Science Programming with Python for Data Science Unit Topics Matplotlib.pyplot Pandas dataframe plotting capabilities Seaborn Plotly and Cufflinks Visualize your data! Learning objectives matplotlib.pyplot Matplotlib

More information

Vacation Itinerary Generation

Vacation Itinerary Generation Vacation Itinerary Generation Sudesh Agrawal Melissa Lee Paul Ruess ORI 397 Computational Optimization November 22, 2016 Introduction For any US city, how can I maximize returns on my limited stay? Why

More information

15-388/688 - Practical Data Science: Visualization and Data Exploration. J. Zico Kolter Carnegie Mellon University Spring 2018

15-388/688 - Practical Data Science: Visualization and Data Exploration. J. Zico Kolter Carnegie Mellon University Spring 2018 15-388/688 - Practical Data Science: Visualization and Data Exploration J. Zico Kolter Carnegie Mellon University Spring 2018 1 Outline Basics of visualization Data types and visualization types Software

More information

Digging Deeper, Reaching Further. Module 5: Visualizing Textual Data An Introduction

Digging Deeper, Reaching Further. Module 5: Visualizing Textual Data An Introduction Digging Deeper, Reaching Further Module 5: Visualizing Textual Data An Introduction In this module we ll Introduce common visualization strategies for text data à Communicate with researchers about their

More information

Web of Things for Connected Vehicles. Soumya Kanti Datta Communication Systems Department

Web of Things for Connected Vehicles. Soumya Kanti Datta Communication Systems Department Web of Things for Connected Vehicles Soumya Kanti Datta Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Web of Things (WoT) Architecture & Components Prototyping

More information

ArcGIS Pro: What s New in Analysis. Rob Elkins

ArcGIS Pro: What s New in Analysis. Rob Elkins ArcGIS Pro: What s New in Analysis Rob Elkins ArcGIS Pro Welcome ArcGIS Pro: Analysis Rob Elkins ArcGIS Pro 1.0 Now Available = + Includes the complete ArcGIS Platform Application fusion Single, always

More information

PMU Big Data Analysis Based on the SPARK Machine Learning Framework

PMU Big Data Analysis Based on the SPARK Machine Learning Framework PNNL-SA-126200 PMU Big Data Analysis Based on the SPARK Machine Learning Framework Pavel Etingov WECC Joint Synchronized Information Subcommittee meeting May 23-25 2017, Salt Lake City, UT May 18, 2017

More information

Assembly Set. capabilities for assembly, design, and evaluation

Assembly Set. capabilities for assembly, design, and evaluation Assembly Set capabilities for assembly, design, and evaluation I-DEAS Master Assembly I-DEAS Master Assembly software allows you to work in a multi-user environment to lay out, design, and manage large

More information

Building Java Apps with ArcGIS Runtime SDK

Building Java Apps with ArcGIS Runtime SDK Building Java Apps with ArcGIS Runtime SDK Vijay Gandhi, Elise Acheson, Eric Bader Demo Source code: https://github.com/esri/arcgis-runtime-samples-java/tree/master/devsummit-2014 Video Recording: http://video.esri.com

More information

Looking into the Future Bentley Systems, Incorporated

Looking into the Future Bentley Systems, Incorporated OPTRAM Looking into the Future Universal Truisms of Rail Too much of: Not Enough of: Infrastructure Problems Maintenance Budget 2 WWW.BENTLEY.COM Highest Priority Issues How Do You: 1) Know where to work

More information

A Level Computer Science H446/02 Algorithms and programming. Practice paper - Set 1. Time allowed: 2 hours 30 minutes

A Level Computer Science H446/02 Algorithms and programming. Practice paper - Set 1. Time allowed: 2 hours 30 minutes A Level Computer Science H446/02 Algorithms and programming Practice paper - Set 1 Time allowed: 2 hours 30 minutes Do not use: a calculator First name Last name Centre number Candidate number INSTRUCTIONS

More information

Big Data Framework for Synchrophasor Data Analysis

Big Data Framework for Synchrophasor Data Analysis Big Data Framework for Synchrophasor Data Analysis Pavel Etingov, Jason Hou, Huiying Ren, Heng Wang, Troy Zuroske, and Dimitri Zarzhitsky Pacific Northwest National Laboratory North American Synchrophasor

More information

A Polyline-Based Visualization Technique for Tagged Time-Varying Data

A Polyline-Based Visualization Technique for Tagged Time-Varying Data A Polyline-Based Visualization Technique for Tagged Time-Varying Data Sayaka Yagi, Yumiko Uchida, Takayuki Itoh Ochanomizu University {sayaka, yumi-ko, itot}@itolab.is.ocha.ac.jp Abstract We have various

More information

IBM SPSS Neural Networks

IBM SPSS Neural Networks IBM Software IBM SPSS Neural Networks 20 IBM SPSS Neural Networks New tools for building predictive models Highlights Explore subtle or hidden patterns in your data. Build better-performing models No programming

More information

Network Analyst: Automating Workflows with Geoprocessing

Network Analyst: Automating Workflows with Geoprocessing Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Network Analyst: Automating Workflows with Geoprocessing Deelesh Mandloi Patrick Stevens Introductions Who are

More information

Understanding the city to make it smart

Understanding the city to make it smart Understanding the city to make it smart Roberta De Michele and Marco Furini Communication and Economics Department Universty of Modena and Reggio Emilia, Reggio Emilia, 42121, Italy, marco.furini@unimore.it

More information

Experiments #6. Convolution and Linear Time Invariant Systems

Experiments #6. Convolution and Linear Time Invariant Systems Experiments #6 Convolution and Linear Time Invariant Systems 1) Introduction: In this lab we will explain how to use computer programs to perform a convolution operation on continuous time systems and

More information

Analysis & Geoprocessing: Case Studies Problem Solving

Analysis & Geoprocessing: Case Studies Problem Solving Analysis & Geoprocessing: Case Studies Problem Solving Shawn Marie Simpson Federal User Conference 2008 3 Overview Analysis & Geoprocessing Review What is it? How can I use it to answer questions? Case

More information

Get Automating with Infoblox DDI IPAM and Ansible

Get Automating with Infoblox DDI IPAM and Ansible Get Automating with Infoblox DDI IPAM and Ansible Sumit Jaiswal Senior Software Engineer, Ansible sjaiswal@redhat.com Sailesh Kumar Giri Product Manager, Cloud, Infoblox sgiri@infoblox.com AGENDA 10 Minutes:

More information

Using Geoprocessing Services with ArcGIS Web Mapping APIs

Using Geoprocessing Services with ArcGIS Web Mapping APIs Using Geoprocessing Services with ArcGIS Web Mapping APIs Monica Joseph, Scott Murray Please fill session survey. What is a Geoprocessing Service? A geoprocessing service is a set of geoprocessing tools

More information

MonetDB & R. amst-r-dam meet-up, Hannes Mühleisen

MonetDB & R. amst-r-dam meet-up, Hannes Mühleisen MonetDB & R amst-r-dam meet-up, 203-0-4 Hannes Mühleisen Collect data Growing Load data Filter, transform & aggregate data Analyze & Plot Not really Analysis features Publish paper/ Profit Problem: #BiggeR

More information

CIS192 Python Programming

CIS192 Python Programming CIS192 Python Programming Data Visualization Harry Smith University of Pennsylvania April 13, 2016 Harry Smith (University of Pennsylvania) CIS 192 April 13, 2016 1 / 18 Outline 1 Introduction and Motivation

More information

Common Mistakes. Quick sort. Only choosing one pivot per iteration. At each iteration, one pivot per sublist should be chosen.

Common Mistakes. Quick sort. Only choosing one pivot per iteration. At each iteration, one pivot per sublist should be chosen. Common Mistakes Examples of typical mistakes Correct version Quick sort Only choosing one pivot per iteration. At each iteration, one pivot per sublist should be chosen. e.g. Use a quick sort to sort the

More information

Mathology Ontario Grade 2 Correlations

Mathology Ontario Grade 2 Correlations Mathology Ontario Grade 2 Correlations Curriculum Expectations Mathology Little Books & Teacher Guides Number Sense and Numeration Quality Relations: Read, represent, compare, and order whole numbers to

More information

Job Title: DATA SCIENTIST. Location: Champaign, Illinois. Monsanto Innovation Center - Let s Reimagine Together

Job Title: DATA SCIENTIST. Location: Champaign, Illinois. Monsanto Innovation Center - Let s Reimagine Together Job Title: DATA SCIENTIST Employees at the Innovation Center will help accelerate Monsanto s growth in emerging technologies and capabilities including engineering, data science, advanced analytics, operations

More information

Lecture Topic Projects 1 Intro, schedule, and logistics 2 Applications of visual analytics, data types 3 Basic tasks Project 1 out 4 Data preparation

Lecture Topic Projects 1 Intro, schedule, and logistics 2 Applications of visual analytics, data types 3 Basic tasks Project 1 out 4 Data preparation Lecture Topic Projects 1 Intro, schedule, and logistics 2 Applications of visual analytics, data types 3 Basic tasks Project 1 out 4 Data preparation and representation 5 Data reduction, notion of similarity

More information

Generating Virtual Environments by Linking Spatial Data Processing with a Gaming Engine

Generating Virtual Environments by Linking Spatial Data Processing with a Gaming Engine Generating Virtual Environments by Linking Spatial Data Processing with a Gaming Engine Christian STOCK, Ian D. BISHOP, and Alice O CONNOR 1 Introduction As the general public gets increasingly involved

More information

STRADITIZE. Help. Motivation. Installation. Author Demo. Digitizing pollen diagrams and more

STRADITIZE. Help. Motivation. Installation. Author Demo. Digitizing pollen diagrams and more Help STRADITIZE Digitizing pollen diagrams and more Motivation Installation Author How to navigate This presentation has been prepared for a PICO presentation at the EGU 2018 in Vienna, Austria. To facilitate

More information

Social Network Data and Practices: the case of Friendfeed

Social Network Data and Practices: the case of Friendfeed Social Network Data and Practices: the case of Friendfeed Fabio Celli 1, F. Marta L. Di Lascio 2, matteo magnani 3, Barbara Pacelli 4, and Luca Rossi 5 1 Language Interaction and Computation Lab, University

More information

INTRODUCTION TO HANA & TABLEAU

INTRODUCTION TO HANA & TABLEAU INTRODUCTION TO HANA & TABLEAU UKAT Institutional Research & Advanced Analytics analytics@uky.edu AGENDA Introductions What is HANA? What s in HANA? The HANA Codebook What is Tableau? What can I do with

More information

CS188: Section Handout 1, Uninformed Search SOLUTIONS

CS188: Section Handout 1, Uninformed Search SOLUTIONS Note that for many problems, multiple answers may be correct. Solutions are provided to give examples of correct solutions, not to indicate that all or possible solutions are wrong. Work on following problems

More information

Benchmarking C++ From video games to algorithmic trading. Alexander Radchenko

Benchmarking C++ From video games to algorithmic trading. Alexander Radchenko Benchmarking C++ From video games to algorithmic trading Alexander Radchenko Quiz. How long it takes to run? 3.5GHz Xeon at CentOS 7 Write your name Write your guess as a single number Write time units

More information

Decision Mathematics D1

Decision Mathematics D1 Pearson Edexcel International Advanced Level Decision Mathematics D1 Advanced/Advanced Subsidiary Friday 16 June 2017 Afternoon Time: 1 hour 30 minutes Paper Reference WDM01/01 You must have: D1 Answer

More information

Mobile Cognitive Indoor Assistive Navigation for the Visually Impaired

Mobile Cognitive Indoor Assistive Navigation for the Visually Impaired 1 Mobile Cognitive Indoor Assistive Navigation for the Visually Impaired Bing Li 1, Manjekar Budhai 2, Bowen Xiao 3, Liang Yang 1, Jizhong Xiao 1 1 Department of Electrical Engineering, The City College,

More information

Query select title from inraw where title like '%water%' and itemtype like '%bk%';

Query select title from inraw where title like '%water%' and itemtype like '%bk%'; RJ Duran MAT259 Winter 2012 Data Visualization Final Project Introduction The goal of this project is to visually explore and navigate the connections between words associated with the word WATER in book

More information

ArcGIS Runtime SDK for Java: Building Applications. Eric

ArcGIS Runtime SDK for Java: Building Applications. Eric ArcGIS Runtime SDK for Java: Building Applications Eric Bader @ECBader Agenda ArcGIS Runtime and the SDK for Java How to build / Functionality - Maps, Layers and Visualization - Geometry Engine - Routing

More information

A Reconfigurable Citizen Observatory Platform for the Brussels Capital Region. by Jesse Zaman

A Reconfigurable Citizen Observatory Platform for the Brussels Capital Region. by Jesse Zaman 1 A Reconfigurable Citizen Observatory Platform for the Brussels Capital Region by Jesse Zaman 2 Key messages Today s citizen observatories are beyond the reach of most societal stakeholder groups. A generic

More information

AUTOMATION ACROSS THE ENTERPRISE

AUTOMATION ACROSS THE ENTERPRISE AUTOMATION ACROSS THE ENTERPRISE WHAT WILL YOU LEARN? What is Ansible Tower How Ansible Tower Works Installing Ansible Tower Key Features WHAT IS ANSIBLE TOWER? Ansible Tower is a UI and RESTful API allowing

More information

ArcGIS Pro: What s New in Analysis

ArcGIS Pro: What s New in Analysis Federal GIS Conference February 9 10, 2015 Washington, DC ArcGIS Pro: What s New in Analysis James Sullivan What is analysis? Analysis transforms raw data into information or knowledge. Spatial analysis

More information

Lab 4 Projectile Motion

Lab 4 Projectile Motion b Lab 4 Projectile Motion What You Need To Know: x x v v v o ox ox v v ox at 1 t at a x FIGURE 1 Linear Motion Equations The Physics So far in lab you ve dealt with an object moving horizontally or an

More information

TECHNOLOGY GUIDELINES

TECHNOLOGY GUIDELINES DOCESE OF LANSNG Catholic Schools TECHNOLOGY GUDELNES Aligned with Michigan Content Standards and Benchmarks Diocesan Curriculum nstitute June, 2006 NDEX 2006 Diocesan Schools Technology Committee Technology

More information

Using the ModelBuilder of ArcGIS 9 for Landscape Modeling

Using the ModelBuilder of ArcGIS 9 for Landscape Modeling Using the ModelBuilder of ArcGIS 9 for Landscape Modeling Jochen MANEGOLD, ESRI-Germany Geoprocessing in GIS A geographic information system (GIS) provides a framework to support planning tasks and decisions,

More information

LINKING CONSTRUCTION INFORMATION THROUGH VR USING AN OBJECT ORIENTED ENVIRONMENT

LINKING CONSTRUCTION INFORMATION THROUGH VR USING AN OBJECT ORIENTED ENVIRONMENT LINKING CONSTRUCTION INFORMATION THROUGH VR USING AN OBJECT ORIENTED ENVIRONMENT G. Aouad 1, T. Child, P. Brandon, and M. Sarshar Research Centre for the Built and Human Environment, University of Salford,

More information

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY T. Panayiotopoulos,, N. Zacharis, S. Vosinakis Department of Computer Science, University of Piraeus, 80 Karaoli & Dimitriou str. 18534 Piraeus, Greece themisp@unipi.gr,

More information

Link and Link Impedance 2018/02/13. VECTOR DATA ANALYSIS Network Analysis TYPES OF OPERATIONS

Link and Link Impedance 2018/02/13. VECTOR DATA ANALYSIS Network Analysis TYPES OF OPERATIONS VECTOR DATA ANALYSIS Network Analysis A network is a system of linear features that has the appropriate attributes for the flow of objects. A network is typically topology-based: lines (arcs) meet at intersections

More information

How to define Graph in HDSME

How to define Graph in HDSME How to define Graph in HDSME HDSME provides several chart/graph options to let you analyze your business in a visual format (2D and 3D). A chart/graph can display a summary of sales, profit, or current

More information

San Francisco 311 Data Visualizations: August 2013

San Francisco 311 Data Visualizations: August 2013 3 P a g e 1 San Francisco 311 Data Visualizations: August 2013 Saidah Leatutufu Mary Menees Kristen Wolslegel PA 755 October 9, 2013 1 P a g e Introduction San Francisco has become an international center

More information

League of Legends: Dynamic Team Builder

League of Legends: Dynamic Team Builder League of Legends: Dynamic Team Builder Blake Reed Overview The project that I will be working on is a League of Legends companion application which provides a user data about different aspects of the

More information

Visualising Power and Energy

Visualising Power and Energy Visualising Power and Energy Patrick Schiffmann 19th August 216 MSc in High Performance Computing with Data Science The University of Edinburgh Year of Presentation: 216 Abstract Energy efficiency has

More information

Jupyter Notebook. portal.biohpc.swmed.edu

Jupyter Notebook. portal.biohpc.swmed.edu Jupyter Notebook [web] [email] portal.biohpc.swmed.edu biohpc-help@utsouthwestern.edu 1 2018-05-16 What is Jupyter Notebook? Jupyter Notebook is an interactive web application that allows users to: Interactively

More information

SIEMENS PSS SINCAL Platform 10.5 Update 6

SIEMENS PSS SINCAL Platform 10.5 Update 6 General Information This update can exclusively be used for the PSS SINCAL Platform 10.5. It can't be used with other product versions! Procedure for Installation with Update Wizard Close all running PSS

More information

Open Standard based Visualization Infrastructure for 3D Geospatial Information

Open Standard based Visualization Infrastructure for 3D Geospatial Information X3D Earth Open Standard based Visualization Infrastructure for 3D Geospatial Information 13 January 2008 / Web3D Korea Forum 유병현 Byounghyun Yoo Web3D Consortium Fellow MOVES (Modeling, Virtual Environment

More information

ECOVIEW 9 / ECOVIEW 9 PLUS Digital Radiographic System

ECOVIEW 9 / ECOVIEW 9 PLUS Digital Radiographic System Co., LTD. 3F, Urbanlight B/D, 630, Eonju-ro, Gangnam-gu, Seoul, Korea 135-832 Factory at 621-14, Dochun-dong, Gwangsan-gu, Gwangju, Korea 506-301 TEL. : +82-70-7510-3400 FAX. : +82-70-8630-3420 sales@ecoray.kr

More information

Knowledge and Data Sharing

Knowledge and Data Sharing Knowledge and Data Sharing Presented to: American Library Association 2010 Annual Conference Presented by Joey Hutcherson, PMP, TPM, Office of Chief Information Officer, U.S. Department of Commerce Information

More information

NASA GES DISC data service and data management for the Air Quality community

NASA GES DISC data service and data management for the Air Quality community Data and Information Services Center (GES DISC) NASA GES DISC data service and data management for the Air Quality community Jennifer Wei NASA GES DISC/Adnet System Inc. HAQAST2 The GES DISC World Advancing

More information

Vocabulary Cards and Word Walls

Vocabulary Cards and Word Walls Vocabulary Cards and Word Walls Revised: June 29, 2011 Important Notes for Teachers: The vocabulary cards in this file match the Common Core, the math curriculum adopted by the Utah State Board of Education,

More information

Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1

Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1 Objective: Introduction to DSP ECE-S352 Fall Quarter 2000 Matlab Project 1 This Matlab Project is an extension of the basic correlation theory presented in the course. It shows a practical application

More information

Sharing Data Between CAD and GIS Systems. Lien Alpert Phil Sanchez

Sharing Data Between CAD and GIS Systems. Lien Alpert Phil Sanchez Sharing Data Between CAD and GIS Systems Lien Alpert Phil Sanchez Session Overview Discuss current CAD strategies Outline ESRI s CAD support Demonstrate techniques for working with CAD data CAD Strategies

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

CS 4501: Introduction to Computer Vision. Filtering and Edge Detection

CS 4501: Introduction to Computer Vision. Filtering and Edge Detection CS 451: Introduction to Computer Vision Filtering and Edge Detection Connelly Barnes Slides from Jason Lawrence, Fei Fei Li, Juan Carlos Niebles, Misha Kazhdan, Allison Klein, Tom Funkhouser, Adam Finkelstein,

More information

The image regions are all in focus, producing no contrast resulting from changes in signal level.

The image regions are all in focus, producing no contrast resulting from changes in signal level. StreamLineHR example Figure 6. Raman image of angled grid with no surface correction (5 µm step size, 50 objective). The bright image regions are in focus, darker regions are out of focus. (The centre

More information

Describing Data Visually. Describing Data Visually. Describing Data Visually 9/28/12. Applied Statistics in Business & Economics, 4 th edition

Describing Data Visually. Describing Data Visually. Describing Data Visually 9/28/12. Applied Statistics in Business & Economics, 4 th edition A PowerPoint Presentation Package to Accompany Applied Statistics in Business & Economics, 4 th edition David P. Doane and Lori E. Seward Prepared by Lloyd R. Jaisingh Describing Data Visually Chapter

More information

Image Analysis ECSS projects update

Image Analysis ECSS projects update Image Analysis ECSS projects update Decomposing Bodies (PI A. Langmead (Univ of Pittsburgh): ~20K early 20 th century Bertillon prison id cards analyzing, digitizing and re-presenting the data examine

More information

Number Systems and Fractions

Number Systems and Fractions Number Systems and Fractions Section 1: Fractions A. Adding and Subtracting Fractions The rule: When adding or subtracting fractions find a common denominator in order to add or subtract the fractions.

More information

A Kinect-based 3D hand-gesture interface for 3D databases

A Kinect-based 3D hand-gesture interface for 3D databases A Kinect-based 3D hand-gesture interface for 3D databases Abstract. The use of natural interfaces improves significantly aspects related to human-computer interaction and consequently the productivity

More information

Geocoding and Address Matching

Geocoding and Address Matching LAB PREP: Geocoding and Address Matching Environmental, Earth, & Ocean Science 381 -Spring 2015 - Geocoding The process by which spatial locations are determined using coordinate locations specified in

More information

MAPS & ENHANCED CONTENT

MAPS & ENHANCED CONTENT MAPS & ENHANCED Delivering high quality maps to enterprise, government, automotive and consumer markets MAPS & SUPERIOR HOW SEAMLESS COVERAGE IS COMMUNITY DRIVEN THE FRESHEST MAP The heart of location

More information

ECOVIEW 9 / ECOVIEW 9 PLUS Digital Radiographic System

ECOVIEW 9 / ECOVIEW 9 PLUS Digital Radiographic System ECORAY Co., LTD. 3F, Urbanlight B/D, 630, Eonju-ro, Gangnam-gu, Seoul, Korea 135-832 Factory at 621-14, Dochun-dong, Gwangsan-gu, Gwangju, Korea 506-301 TEL. : +82-70-7510-3400 FAX. : +82-70-8630-3420

More information

Introducing Bentley Map VBA Development

Introducing Bentley Map VBA Development Introducing Bentley Map VBA Development Jeff Bielefeld Session Overview Introducing Bentley Map VBA Development - In this session attendees will be provided an introductory look at what is required to

More information

Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform

Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform EMITTER International Journal of Engineering Technology Vol. 5, No., December 017 ISSN: 443-1168 Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform M.Basyir

More information

OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting. Product Overview. Dream Report

OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting. Product Overview. Dream Report Dream Report OCEAN DATA SYSTEMS The Art of Industrial Intelligence User Friendly & Programming Free Reporting. Dream Report Product Overview Applications Compliance Performance Quality Corporate Dashboards

More information

INTERACTIVE DATA VISUALIZATION WITH BOKEH. Interactive Data Visualization with Bokeh

INTERACTIVE DATA VISUALIZATION WITH BOKEH. Interactive Data Visualization with Bokeh INTERACTIVE DATA VISUALIZATION WITH BOKEH Interactive Data Visualization with Bokeh What is Bokeh? Interactive visualization, controls, and tools Versatile and high-level graphics High-level statistical

More information

2009 New Jersey Core Curriculum Content Standards - Technology

2009 New Jersey Core Curriculum Content Standards - Technology P 2009 New Jersey Core Curriculum Content s - 8.1 Educational : All students will use digital tools to access, manage, evaluate, and synthesize information in order to solve problems individually and collaboratively

More information

BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI. Josep Maria Salanova Grau CERTH-HIT

BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI. Josep Maria Salanova Grau CERTH-HIT BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI Josep Maria Salanova Grau CERTH-HIT Thessaloniki on the map ~ 1.400.000 inhabitants & ~ 1.300.000 daily trips ~450.000 private cars & ~ 20.000

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

Vistradas: Visual Analytics for Urban Trajectory Data

Vistradas: Visual Analytics for Urban Trajectory Data Vistradas: Visual Analytics for Urban Trajectory Data Luciano Barbosa 1, Matthías Kormáksson 1, Marcos R. Vieira 1, Rafael L. Tavares 1,2, Bianca Zadrozny 1 1 IBM Research Brazil 2 Univ. Federal do Rio

More information

Parent s Guide to GO Math! Technology Correlation

Parent s Guide to GO Math! Technology Correlation hmhco.com Parent s Guide to GO Math! Technology Correlation Volume Made in the United States Text printed on 00% recycled paper Grade VOL 0 GO Math! Grade Not sure how to help your child with homework?

More information

UNIGIS University of Salzburg. Module: ArcGIS for Server Lesson: Online Spatial analysis UNIGIS

UNIGIS University of Salzburg. Module: ArcGIS for Server Lesson: Online Spatial analysis UNIGIS 1 Upon the completion of this presentation you should be able to: Describe the geoprocessing service capabilities Define supported data types input and output of geoprocessing service Configure a geoprocessing

More information

Haptic Rendering of Large-Scale VEs

Haptic Rendering of Large-Scale VEs Haptic Rendering of Large-Scale VEs Dr. Mashhuda Glencross and Prof. Roger Hubbold Manchester University (UK) EPSRC Grant: GR/S23087/0 Perceiving the Sense of Touch Important considerations: Burdea: Haptic

More information

Collaborative Service Platform for EO-based Exploration and Generation of Thematic Information on the Built Environment

Collaborative Service Platform for EO-based Exploration and Generation of Thematic Information on the Built Environment TEP Urban Collaborative Service Platform for EO-based Exploration and Generation of Thematic Information on the Built Environment T. Esch, M. Böttcher, E. Boissier, F. Brito, C. Brockmann, P. Pereira Goncalves,

More information

A Name of Thrones. INF 385T: Data Wrangling, SQL & Beyond Dr. James Howison. Nathan M. Heep nmh872 December

A Name of Thrones. INF 385T: Data Wrangling, SQL & Beyond Dr. James Howison. Nathan M. Heep nmh872 December A Name of Thrones Nathan M. Heep nmh872 December 4 2016 Files (all csvs in same dir): ~/project/prototype/projectimport.py ~/project/prototype/prototype.py INF 385T: Data Wrangling, SQL & Beyond Dr. James

More information

Scalable geospatial 3D client applications in X3D - Interactive, online and in real-time

Scalable geospatial 3D client applications in X3D - Interactive, online and in real-time Scalable geospatial 3D client applications in X3D - Interactive, online and in real-time Dipl.Inform.Univ Peter Schickel CEO Bitmanagement Software Vice President Web3D Consortium, Mountain View, USA OGC/Web3D

More information

A NOVEL BIG DATA ARCHITECTURE IN SUPPORT OF ADS-B DATA ANALYTIC DR. ERTON BOCI

A NOVEL BIG DATA ARCHITECTURE IN SUPPORT OF ADS-B DATA ANALYTIC DR. ERTON BOCI Place image here (10 x 3.5 ) A NOVEL BIG DATA ARCHITECTURE IN SUPPORT OF ADS-B DATA ANALYTIC DR. ERTON BOCI Big Data Analytics HARRIS.COM #HARRISCORP Agenda With 87,000 flights per day, America s ground

More information

Accelerator management with

Accelerator management with Accelerator management with Web-based based GIS A.Yamashita,Y.Ishizawa, M.Takeuchi and T.Ohata SPring-8, Japan PCaPAC 2006@JLab Outline Google map What is GIS? What we want to with GIS for SPring-8 MapServer

More information

OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting. Product Overview. Dream Report

OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting. Product Overview. Dream Report Dream Report Product Overview Dream Report OCEAN DATA SYSTEMS The Art of Industrial Intelligence User Friendly & Programming Free Reporting. Applications Compliance Performance Quality Corporate Dashboards

More information

Data and Graphical Analysis Participant Workbook

Data and Graphical Analysis Participant Workbook Data and Graphical Analysis Participant Workbook 2014 The Quality Group All Rights Reserved ver. 5.0 DATA AND GRAPHICAL ANALYSIS - 1 1992, 1995, 2008, 2012, 2014 by The Quality Group. All rights reserved.

More information

Introduction Strategic Objectives of IT Operation for 2008 Census Constraints Conclusion

Introduction Strategic Objectives of IT Operation for 2008 Census Constraints Conclusion For Expert Group Meeting Opportunities and advantages of enhanced collaboration on statistical information management in Asia and the Pacific, 20-22 June 2011, Bangkok, Thailand Introduction Strategic

More information

Sentiment Analysis of User-Generated Contents for Pharmaceutical Product Safety

Sentiment Analysis of User-Generated Contents for Pharmaceutical Product Safety Sentiment Analysis of User-Generated Contents for Pharmaceutical Product Safety Haruna Isah, Daniel Neagu and Paul Trundle Artificial Intelligence Research Group University of Bradford, UK Haruna Isah

More information

Plots Publication Format Figures Multiple. 2D Plots. K. Cooper 1. 1 Department of Mathematics. Washington State University.

Plots Publication Format Figures Multiple. 2D Plots. K. Cooper 1. 1 Department of Mathematics. Washington State University. 2D Plots K. 1 1 Department of Mathematics 2015 Matplotlib The most used plotting API in Python is Matplotlib. Mimics Matlab s plotting capabilities Not identical plot() takes a variable number of arguments...

More information

Virtual Reality Based Scalable Framework for Travel Planning and Training

Virtual Reality Based Scalable Framework for Travel Planning and Training Virtual Reality Based Scalable Framework for Travel Planning and Training Loren Abdulezer, Jason DaSilva Evolving Technologies Corporation, AXS Lab, Inc. la@evolvingtech.com, jdasilvax@gmail.com Abstract

More information

10.2. Scanning Document Camera Scoring. Page 1 of 5. How do I score answer sheets using a document camera? STEP 1

10.2. Scanning Document Camera Scoring. Page 1 of 5. How do I score answer sheets using a document camera? STEP 1 Step by Step How do I score answer sheets using a document camera? STEP 1 Click on the Assessment icon in the top navigation bar. STEP 2 To locate your assessment in an assessment list, first select the

More information

Automating the Detection of Personally Identifiable Information (PII) in Japanese-American WWII Incarceration Camps

Automating the Detection of Personally Identifiable Information (PII) in Japanese-American WWII Incarceration Camps Automating the Detection of Personally Identifiable Information (PII) in Japanese-American WWII Incarceration Camps Richard Marciano William Underwood Mohammad Hanaee Connor Mullane Aakanksha Singh Zayden

More information

Aim #35.1: How do we graph using a table?

Aim #35.1: How do we graph using a table? A) Take out last night's homework Worksheet - Aim 34.2 B) Copy down tonight's homework Finish aim 35.1 Aim #35.1: How do we graph using a table? C) Plot the following points... a) (-3, 5) b) (4, -2) c)

More information

Florian Dohmann. Data *um The unbelievable Machine Company 3

Florian Dohmann. Data *um The unbelievable Machine Company 3 DATA SCIENCE PROCESS MODEL Florian Dohmann Data Scientist @ *um 20.11.14 The unbelievable Machine Company 3 *um The unbelievable Machine Company GmbH 20.11.14 The unbelievable Machine Company 4 S P E C

More information

WORLD TERRAIN IS FOR YOU!

WORLD TERRAIN IS FOR YOU! PRESENTATION You enjoy flying with your favorite flight simulator, but have you ever felt bored by watching generic textures? Would you prefer to see your favorite s spots from above such as your own house?

More information