Solar Panel Estimator User Guide

Size: px
Start display at page:

Download "Solar Panel Estimator User Guide"

Transcription

1 Solar Panel Estimator User Guide Hiu Hong Yu, Wen Xi Zhang, Terence Wu, Raymond Christy Version 1.3, 5/26/2015 A free open- source Solar Panel Estimator. This documentation is distributed by the Team Excalihacker of the University of California Davis under the Creative Commons Attribution- NonCommercial- ShareAlike 4.0 International License Team Exclihacker, University of California - Davis, One Shields Avenue, Davis, CA 95616

2 Solar Panel Estimator User Guide Solar Panel Estimator User Guide Version 1.3, 5/26/2015 By Hiu Hong Yu, Wen Xi Zhang, Terence Wu, Raymond Christy This documentation is distributed by the Team Excalihacker of the University of California Davis under the Creative Commons Attribution- NonCommercial- ShareAlike 4.0 International License 2

3 Table of Contents Table of Contents Introduction Open- Source Dependency Python- Flask Introduction Latest Release Download More Information OpenCV Introduction Latest Release Download More Information Google Geocoding API Introduction API Key More Information Google API Key Create a Google account Obtain Google API Key Enabling Billing Solar Panel Estimator Introduction Condition for Potential Area Results Limitation System Requirement Minimum Requirement Recommended Requirement Windows Installation/Configuration Step Step Step Step Step Step OSX Installation/Configuration Step Step Step

4 Step Step Step Linux Installation/Configuration Ubuntu Step Step Step Execution Step Step Step Future Development Reference Contact Us

5 1. Introduction While most of the electricity we use today is generated using fossil fuels, these non- renewable energy sources are starting to raise a number of serious concerns such as price increase, pollution, and depletion. As a result, people and businesses are starting to look for alternative energy resources. Solar energy has been considered to be the next favorable source of energy because of the advantages it can offer to individuals, businesses and communities such as reduction in utility costs, easy installations, increase in property value, and other benefits. The advancement in solar technologies along with government incentives has made solar energy more affordable. As solar energy becomes more popular, it is important for city planners to understand the impact of solar energy in the community. Currently, in order to calculate the amount of solar power that can be produced by a house or building, technicians are needed to manually perform calculations of the roofs using satellite images or, in some cases, visit the location in person. This is unquestionably time- consuming for city planners to calculate the amount of energy that can be generated by a whole region. Therefore, Gerry Braun, the director of the Integrated Resources Network, proposed an idea to create software to automate this process. This software will use GIS information and satellite images to approximate the amount of solar power that could potentially be generated from an area. This will serve as a powerful tool for city planners and researchers to have a grasp of how much impact will solar powers have on the community. 5

6 2. Open- Source Dependency Solar Panel Estimator required the following open- source libraries: OpenCV Python 2.7 g++ libcurl4- openssl- dev Python- flask 6

7 3. Python- Flask 3.1 Introduction Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed! 3.1 Latest Release For more information on Python- Flask s latest release, please see Python- Flask News for details. 3.2 Download For downloading the latest release source, please see Python- Flask Download for details. 3.3 More Information For more information and F&Q, please see Python- Flask home page for details. 7

8 4. OpenCV 4.1 Introduction OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD- licensed product, OpenCV makes it easy for businesses to utilize and modify the code. The library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state- of- the- art computer vision and machine learning algorithms. These algorithms can be used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, track moving objects, extract 3D models of objects, produce 3D point clouds from stereo cameras, stitch images together to produce a high resolution image of an entire scene, find similar images from an image database, remove red eyes from images taken using flash, follow eye movements, recognize scenery and establish markers to overlay it with augmented reality, etc. OpenCV has more than 47 thousand people of user community and estimated number of downloads exceeding 7 million. The library is used extensively in companies, research groups and by governmental bodies. 4.2 Latest Release For more information on OpenCV s latest release, please see OpenCV News for details. 4.3 Download For downloading the latest release source, please see OpenCV Download for details. 4.4 More Information For more information and F&Q, please see OpenCV home page for details. 8

9 5. Google Geocoding API 5.1 Introduction Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude and longitude ), which you can use to place markers on a map, or position the map. Reverse geocoding is the process of converting geographic coordinates into a human- readable address. The Geocoding API's reverse geocoding service also lets you find the address for a given place ID. The Google Geocoding API provides a direct way to access these services via an HTTP request. 5.2 API Key In order to have access to Google Geocoding API, you will need to obtain a Google API Key. See Chapter 6 for step- by- steps Key Obtain process. 5.3 More Information For more information and F&Q, see Google Geocoding API for details. 9

10 6. Google API Key The follow step- by- steps guide will guide you through getting the API key setup. 6.1 Create a Google account You may skip this step if you already have a Google Account. To create a Google account, simply click on Create Google Account and follow the instruction on the website. 6.2 Obtain Google API Key You may skip this step if you already have a Google API Key. After setting up a Google Account, navigate to Google Developer Console to enable Geocoding and Map services by creating a new Project. 10

11 Click on Create Project: Fill in the Project name section and leave everything else as is. Then click on Create. When then project is created successfully: Click on the project name, and you will be redirect to Project Dashboard. 11

12 Then Click on APIs & auth to expand the manual on the left under Overview, and click on APIs Enable Static Map API, Geocoding API and Google Maps Geolocation API by clicking on each one and enable them. Enable each API by clicking on Enable API button. 12

13 After Enabling all necessary APIs, click on Credentials on the left manual (boxed in Red). Click on Create new key (boxed in Blue) if it stated No keys found (boxed in Orange) under Public API access to create an API key. Select Server key 13

14 Click Create If all steps gone smoothly, you should see the following screen, where the API key is located inside the orange box. 6.3 Enabling Billing Each API is limited by the free quota shown in Quota section as shown below. To receive high quota, enable the billing services by the follow steps: Navigate to the API you wish to enable billing, click on Enable billing under Quota. Follow the instruction to enable billing to receive high quota. 14

15 7. Solar Panel Estimator 7.1 Introduction Condition for Potential Area There are conditions for determining whether a certain area is suitable for solar panels. Conditions to determine an area is suitable for solar panel are: o If there are no shadow detected in the satellite image. o If a certain area has obstacles in the way that prevent panel installation. These obstacles include chimneys, edges and joining of different side of the roofs. 7.2 Results When all calculation is completed, all results files will be output in a timestamp folder under the location where user provided to the setup script. See Chapter 8.2 for setup details. Results file including: CSV - solar panel information for each house within the region selected. CSV (Optional) - solar panel information for each house within the region selected verified by Google API. CSV Images file name with it corresponding latitude and longitude location. Image(s) 1920x1920 pixels of satellite image(s) with potential and estimated solar panel area shown on the rooftop of each house. 7.3 Limitation Usage of the Google API Key. Google only allow 2500 requests per day for free users and 100,000 requests per day for paid users. Each block for calculation requires two images to be downloaded. Querying the correct address for each house requires 2 queries. See Google API for details. The accuracy of solar estimator completely depends on the images Google Map provides. However, Google Map s satellite view and street view does not completely match with each other, which causes some small amount of error. There is no way to detect the slope of roofs from satellite image, which result in detected area to be smaller than actual roof area. Because we download our image with a fixed size, the region users select will not be exact region that will be calculated. The orientation of calculated solar panel location might not be ideal for large buildings. Since images are processed in individual pieces, some houses might be cut off, resulting in estimation error on building on the edge of images. This error decreases by stitching adjacent images together before processing, resulting in higher memory usage. 15

16 8. System Requirement 8.1 Minimum Requirement Operating System: Ubuntu 12.04LTS/Window 7 x64/osx System Memory: 4GB Graphic Card: N/A Storage: 80GB 8.2 Recommended Requirement Operating System: Ubuntu 14.04LTS/Window 7 x64/osx System Memory: 8 16 GB Graphic Card: N/A Storage: 160GB 16

17 9. Windows Installation/Configuration All Installation files and Virtual Image are located under the SPE Solid State Drive (SSD). To ensure program stability, Solar Panel Estimator (SPE) will run under Virtual Machine on Window System. See Chapter 8.1 for System Requirement. Step 1 To setup SPE on Windows, first connect the SPE SSD on Windows machine. After all USB Bus drivers are installed, you will see the screen shown below. Select Open folder to view files. Navigate to SolarPanelEstimator folder and copy the SolarPanelEstimator_v1.3 folder to the locate machine. Please remember the location, as we will need it later. Step 2 Next Navigate to Windows folder 17

18 Double click on VirtualBox Win.exe Follow the instruction from VirtualBox installer to complete installation. Keep all setting as is. 18

19 Click Install to install the VirtualBox USB Driver. To avoid additional Windows Security, you may check Always trust software from Oracle Corporation before clicking Install and Skip to Import VirtualBox Image. Click Install to install VirtualBox Network Driver Click Install to install VirtualBox Chipset Driver 19

20 Step 3 When installation is completed, run VirtualBox and Import SPE Image by: File à Import Appliance Select the SolarPanelEstimator_v1.3 Image that you copied during the first step and click Next. 20

21 Step 4 After Importing the SolarPanelEstimator_v1.3, you should see the screen shown below. Before starting the Virtual Machine (VM), click on Settings à General à Advance, Change Drag n Drop to Bidirectional 21

22 Next, setup shared folder between Host and Guest by navigating to Settings à Shared Folders à Add new folder (folder with the + icon) Select the Folder you wish to share with the Guest (VM). This folder will use to store any output from Shared Folder name, Please remember this name, as we will use it in the next Section. Check Auto- mount SolaPanelEstimator. Step 5 When all configurations are completed, you are ready to start the virtual Machine. After VM started up, open up Terminal by pressing Ctrl + Alt + T and execute the following command on Desktop. sh ~/Desktop/mount_shared.sh < Shared folder Name> Please Note < Shared folder Name> is from the previous section. 22

23 Step 6 Reboot the VM when setup script is completed. 23

24 10. OSX Installation/Configuration To ensure program stability, Solar Panel Estimator will run under Virtual Machine on Mac OSX System. See Chapter 8.1 for System Requirement. Step 1 To setup SPE on OSX, first connect the SPE SSD on OSX machine. After all USB Bus drivers are installed, you will the icon shown below on desktop. Double click on it to show access the drive in Finder. Navigate to SolarPanelEstimator folder and copy the SolarPanelEstimator_v1.3 folder to the locate machine. Please remember the location, as we will need it later. Step 2 Next Navigate to OSX folder and double click on VirtualBox OSX.dmg Double Click on VirtualBox.pkg to start the installation process 24

25 Click Continue Follow the instruction from VirtualBox installer to complete installation. Keep all setting as is. 25

26 Step 3 When installation is completed, run VirtualBox and Import SPE Image by: File à Import Appliance from the top manual. Select the SolarPanelEstimator_v1.3 Image that you copied during the first step and click Next. 26

27 Step 4 After Importing the SolarPanelEstimator_v1.3, you should see the screen shown below. Before starting the Virtual Machine (VM), click on Settings à General à Advance, Change Drag n Drop to Bidirectional 27

28 Next, setup shared folder between Host and Guest by navigating to Settings à Shared Folders à Add new folder (folder with the + icon) Select the Folder you wish to share with the Guest (VM). This folder will use to store any output from Shared Folder name, Please remember this name, as we will use it in the next Section. Check Auto- mount Step 5 When all configurations are completed, you are ready to start the virtual Machine. After VM started up, open up Terminal by pressing Ctrl + Alt + T and execute the following command on Desktop. sh ~/Desktop/mount_shared.sh < Shared folder Name> Please Note < Shared folder Name> is from the previous section. 28

29 Step 6 Reboot the VM when setup script is completed. 29

30 11. Linux Installation/Configuration Supported Linux version: Ubuntu 12.04LTS Ubuntu 14.04LTS 11.1 Ubuntu SolarPanelEstimator is tested on Ubuntu 12.04LTS and Ubuntu 14.04LTS. Step 1 To install SolarPanelEstimator on Ubuntu, first connect the SPE SSD on Windows machine. After all USB Bus drivers are installed you will see the drive being mounted on the left manual bar. Navigate to SolarPanelEstimator folder and copy the SolarPanelEstimator_v1.3 folder to the locate machine. Please remember the location, as we will need it later. Step 2 Open up Terminal by pressing Ctrl + Alt + T and execute the following command. cd <path to SolarPanelEstimator_v1.3 >/./configure echo < Result folder Name> > OutDataPath.path For example, if you copied to Desktop, the path will be: ~/Desktop/SolarPanelEstimator_v1.3 Step 3 Reboot the system when setup is completed. 30

31 12. Execution When all setup is complete, SolarPanelEstimator should be running in the background. To verify, simply open up a web browser, and enter the following URL: You will see the following screen: Step 1 Enter the zip code you want to perform calculation on (by default is Davis, CA 95616) and click zoom: 31

32 Step 2 Select area selection mode from the drop down manual: Manually Draw Rectangle Pin Point Manually Draw Rectangle Click anywhere on the map and drag to select a bounding box of area you wish to perform calculation on. Next, click Perform Calculation to start the solar panel estimation. To clear any miss- drew Polygons on the map, click on Clear All Polygons. Note: Please wait until File Manager show the results folder. DO NOT click Perform Calculation more than once. Pin Point Click anywhere on the map to select a pinpoint location as upper left corner of the bounding box. By providing the rows and columns, program will automatically select corresponding bounding box to perform calculation. 32

33 Next, click Perform Calculation to start the solar panel estimation. To clear any miss- drew Polygons on the map, click on Clear All Polygons. Note: Please wait until File Manager show the results folder. DO NOT click Perform Calculation more than once. Step 3 When all calculation is complete, location of the result (see Chapter 7.2 for results details) will show in File Manager window. Note: File Manager will not popup until all calculation is completed. 33

34 13. Future Development Improvement to solar panel detection algorithm. Improvement to user interface. Better roof detection algorithm. Perform calculation by area within a zip code and city limit. Detect south facing roof. 34

35 14. Reference [1] Google Geocoding API, [2] OpenCV, [3] Python- Flask, 35

36 15. Contact Us Hiu Hong Yu Student Research Assistant Advanced Highway Maintenance & Construction Technology Research Center (AHMCT) 1308 Academic Surge One Shields Avenue University of California, Davis Davis, California Phone : (510) hiuyu@ucdavis.edu Responsibility: Server Back- End Terence Wu Software Developer Watershed Sciences One Shields Avenue University of California, Davis Davis, California Phone: (510) tewu@ucdavis.edu Responsibility: Server Front- End Wen Xi Zhang Student Research Assistant Watershed One Shields Avenue University of California, Davis Davis, California Phone: (510) wenzhang@ucdavis.edu Responsibility: Image Processing Raymond Christy Phone: (510) rchristy@ucdavis.edu Responsibility: Testing 36

Installing Packet Tracer 7.1 on Mac

Installing Packet Tracer 7.1 on Mac Installing Packet Tracer 7.1 on Mac Packet Tracer is a tool for simulation of wired and wireless networks. The current version includes the ability to simulate a number of connected devices to use in Internet

More information

12.1 Introduction OpenCV4Android SDK Getting the SDK

12.1 Introduction OpenCV4Android SDK Getting the SDK Chapter 12 OpenCV For Android 12.1 Introduction OpenCV (Open Source Computer Vision Library) is a popular open source software library designed for computer vision application and machine learning. Its

More information

VIRTUAL MACHINES. By Seth Lemanek

VIRTUAL MACHINES. By Seth Lemanek VIRTUAL MACHINES By Seth Lemanek WHAT IS A VIRTUAL MACHINE? Software meant to emulate hardware for the purpose of hosting bare metal software like Operating Systems Used for creating virtual environments

More information

Full Search Map Tab Overview

Full Search Map Tab Overview FlexMLS Map Server Full Search Map Tab Overview The Full Search Map tab is a need to know module. It is accessible when you use Full Search under Search in the Main Menu tree of FlexMLS. This map can

More information

This worksheet will walk you through the basics of creating a digital map using CARTO, a cloud-based GIS and web mapping tools platform.

This worksheet will walk you through the basics of creating a digital map using CARTO, a cloud-based GIS and web mapping tools platform. MappingBasics This worksheet will walk you through the basics of creating a digital map using CARTO, a cloud-based GIS and web mapping tools platform. The goals of this exercise are: Learn how to geocode

More information

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS)

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) (434) 924-7988, RRH 219 helpdesk@comm.virginia.edu Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) Prerequisites: Verify that your installation of OS X and Safari have the most

More information

DesktopPlayer for Windows

DesktopPlayer for Windows DesktopPlayer for Windows Getting Started Version 2.5.0 August 2017 Table of Contents About this release... 3 About the Citrix DesktopPlayer for Windows solution... 3 Remote versus local desktops... 3

More information

Full Search Map Tab. This map is the result of selecting the Map tab within Full Search.

Full Search Map Tab. This map is the result of selecting the Map tab within Full Search. Full Search Map Tab This map is the result of selecting the Map tab within Full Search. This map can be used when defining your parameters starting from a Full Search. Once you have entered your desired

More information

Your Own Virtual Playground. CS 1585 :: Doug McGeehan

Your Own Virtual Playground. CS 1585 :: Doug McGeehan Your Own Virtual Playground CS 1585 :: Doug McGeehan Overview Follow these steps on your personal laptop or home PC. 1. 2. 3. 4. 5. Open this URL in your browser: http://tiny.cc/dsl-vm Download and Install

More information

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box jthomas Enterprises, 2016 Building a CentOS 7 Workstation using Oracle VirtualBox 1 Section 1 Before You Begin This section details the environment

More information

Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University,

Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University, Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University, griffith@montana.edu This tutorial is broken into several steps related mostly to the technology applied at each step.

More information

Set up your computer to sync your OneDrive for Business files in Office 365

Set up your computer to sync your OneDrive for Business files in Office 365 Set up your computer to sync your OneDrive for Business files in Office 365 Use OneDrive for Business to sync your school or work files to your computer. After that, you can work with files directly in

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide to Diana SUNDE VDI Cloud Computing Terminal Contents 1 Host PC (or Server) hardware Configuration Requirements...3 2 Installation of vpoint version 1.1.0.10...3 2.1 Installation

More information

Help Documentation. Copyright 2007 WebAssist.com Corporation All rights reserved.

Help Documentation. Copyright 2007 WebAssist.com Corporation All rights reserved. Help Documentation Copyright 2007 WebAssist.com Corporation All rights reserved. Using Pro Maps for Google This wizard adds a Pro Map for Google to your web page, allowing you to configure and specify

More information

Store Locator for Magento 2. User Guide

Store Locator for Magento 2. User Guide Store Locator for Magento 2 User Guide Table of Contents 1. Store Locator Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Service API and Comments 1.4. Store Search 2. Store Locator

More information

Labtainer Student Guide

Labtainer Student Guide Labtainer Student Guide January 18, 2018 1 Introduction This manual is intended for use by students performing labs with Labtainers. Labtainers assume you have a Linux system, e.g., a virtual machine.

More information

Installation Guide. Research Computing Team V2.0 RESTRICTED

Installation Guide. Research Computing Team V2.0 RESTRICTED Installation Guide Research Computing Team V2.0 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 support@magestore.com sales@magestore.com Phone: +1-606-657-0768 STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION 3 Outstanding Features...3

More information

Online Photo Sharing with Flickr Website:

Online Photo Sharing with Flickr Website: Website: http://etc.usf.edu/te/ Flickr (http://flickr.com) is a website that allows you store, sort, search, and share your photos online. The free version of Flickr allows you to upload up to 100MB of

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide to Diana SUNDE VDI Cloud Computing Terminal 1 1 Hardware Configuration of Host PC (Server)----------------------------------------------------3 2 The Installation of vpoint

More information

Parallel Programming

Parallel Programming Parallel Programming Installing Ubuntu Virtual Machine within VirtualBox Author B. Wilkinson - Modification date Januray 3, 2016 These instructions assume you have already installed VirtualBox (See separate

More information

Community Health Maps Lab Series

Community Health Maps Lab Series Community Health Maps Lab Series Lab 6 Data Visualization with Carto Objective Understand how to upload and style data with Carto to create an online visualization of your data Document Version: 2017-08-28(Final)

More information

DesktopPlayer for Windows

DesktopPlayer for Windows DesktopPlayer for Windows Getting Started Version 2.3.0 February 2017 Table of Contents About this Release... 3 About the Citrix DesktopPlayer for Windows Solution... 3 Remote versus Local Desktops...

More information

Estuary Data Viewer User Guide

Estuary Data Viewer User Guide 1. Introduction 2. Page Layout 3. Navigation Tools 4. Table of Contents Tabs 5. Action Tools 6. System Requirements Estuary Data Viewer User Guide 1. Introduction Welcome to the Estuary Planner Data Viewer.

More information

For Dispatchers and Administrative Users. User Guide

For Dispatchers and Administrative Users. User Guide For Dispatchers and Administrative Users 800.205.7186 www.codeblue.com Table of Contents Section Page 2 Signing into Blue Alert Mobile...3 3 Blue Alert Mobile Home Screen...4 3.1 Home Screen...4 3.2 Active

More information

TRAINING GUIDE. Mobile for Administrators Part 3 - GIS

TRAINING GUIDE. Mobile for Administrators Part 3 - GIS TRAINING GUIDE Mobile for Administrators Part 3 - GIS Mobile for Administrators - GIS One of the critical components of mobile is GIS, and it can also be the most complex. The mobile GIS maps are designed

More information

Xrm.Location AddOn User Manual

Xrm.Location AddOn User Manual Microsoft Dynamics CRM 2013/2015/2016 Xrm.Location AddOn User Manual Table of Contents Overview... 3 Configuring Xrm.Location... 4 GeoLocating Dynamics Crm Entities... 7 Placing GeoCoded Entities on a

More information

Paperspace. Deployment Guide. Cloud VDI. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Deployment Guide. Cloud VDI. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Deployment Guide Cloud VDI Copyright 2017 Paperspace, Co. All Rights Reserved September - 1-2017 Technical Whitepaper Whitepaper: Deployment Guide Paperspace Content 1. Overview... 3 2. User Management...

More information

Comparative Bacterial Genomics

Comparative Bacterial Genomics Comparative Bacterial Genomics Teacher: Prof. David W. Ussery Assistant teacher: Tammi Vesth May 15, 2013 1 1 Set up CMG-biotools IMPORTANT: NOTE! It is possible to use the system on Note/Netbooks, but

More information

VPN Installation Quick Setup Guide

VPN Installation Quick Setup Guide VPN Installation Quick Setup Guide For computers running This document will help guide you through the process of installing the NJ TRANSIT VPN software on your Apple Macintosh (Mac) OS X computer. If

More information

Completing Baseline s Site Survey Request Form

Completing Baseline s Site Survey Request Form Completing Baseline s Site Survey Request Form The first step in successfully implementing a radio network for your irrigation controllers is to identify the proposed locations for each radio. These radios

More information

Address Management User Guide. PowerSchool 8.x Student Information System

Address Management User Guide. PowerSchool 8.x Student Information System PowerSchool 8.x Student Information System Released July 2014 Document Owner: Documentation Services This edition applies to Release 8.0.1 of the PowerSchool software and to all subsequent releases and

More information

Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2

Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2 Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2 University of Waterloo Map Library, 2012 Part 1: Placemarks 1. Locating a Geographical Area a. Open up Google Earth. b. In the Search

More information

TRAINING GUIDE. Tablet: Cradle to Mobile GIS

TRAINING GUIDE. Tablet: Cradle to Mobile GIS TRAINING GUIDE Tablet: Cradle to Mobile GIS Tablet Cradle to Mobile One of the critical components of mobile is the GIS piece, and also can be the most complex. The mobile GIS maps are designed to consume

More information

Vision-e 19 Gloria Lane Fairfield, NJ

Vision-e 19 Gloria Lane Fairfield, NJ Version.0 Section Page 1.0 Manage User Licenses 3 1.1 Geocoding Your Records 4 1.2 Enabling Custom Objects 5 1.3 Create a Map 5 1.4 Import Report 6 1.5 Edit a Map 6 1.6 Clone a Map 7 1.7 Delete a Map 7

More information

USER GUIDE PowerMap CRM

USER GUIDE PowerMap CRM USER GUIDE PowerMap CRM 2013 2015 Contents Configuring PowerMap Setting up Entities for Geocoding Geocoding Existing Records Advanced Settings Bing Maps Credentials Initial Latitude Initial Longitude Initial

More information

Help Guide Rev

Help Guide Rev Help Guide Rev. 1.0 07152014 Home Page The home page displays your vehicle(s) on a satellite map. The information box, showing vehicle information will already be opened. The information box displays your

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

Store Locator Magento 2 USER MANUAL E: P: +1-(248)

Store Locator Magento 2 USER MANUAL E:  P: +1-(248) Store Locator Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: INFO@MAGEDELIGHT.COM SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202 P: License Key After successfully installing the Store Locator extension

More information

doforms iphone User Guide

doforms iphone User Guide doforms iphone User Guide Updated October 1, 2011 A Product of Mobile Data Technologies, LLC. Table of Contents Legal Notice... 3 Contact Support... 3 Overview... 4 Mobile Data Collection App... 4 Data

More information

Tips on Excel. Discover some tips to organize and lay out your Excel file and convert it into a CSV or PDF file.

Tips on Excel. Discover some tips to organize and lay out your Excel file and convert it into a CSV or PDF file. Tips on Excel Your business partners or retailers are listed in an Excel file and you want to put them on an interactive map? It's simple with the Click2map's Editor. A simple import process exists to

More information

In confidence. Internet Filtering (Lightspeed Systems): SSL filtering Apple Mac Configuration (Scripted) Version: 1.1 Date: 31 July 2017

In confidence. Internet Filtering (Lightspeed Systems): SSL filtering Apple Mac Configuration (Scripted) Version: 1.1 Date: 31 July 2017 In confidence Internet Filtering (Lightspeed Systems): SSL filtering Reference: Version: 1.1 BTLS_LS_OSX_Scripts Date: 31 Owner(s): Darren Turrell/ Colin Helliwell Contents Page 1 Prerequisites 5 1.1 CLEO

More information

A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan

A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan Samantha T. Porter University of Minnesota, Twin Cities Fall 2015 Index 1) Automatically masking a black background / Importing Images.

More information

Connect America Fund Webinar: Filing with the HUBB Portal. High Cost Program December 13, 2017

Connect America Fund Webinar: Filing with the HUBB Portal. High Cost Program December 13, 2017 Connect America Fund Webinar: Filing with the HUBB Portal High Cost Program December 13, 2017 1 Housekeeping Use the Audio section of your control panel to select an audio source Turn on your computer

More information

Topic: Dropbox. Instructional Technology Services Dropbox Faculty Help. Dropbox Features: Minimum Requirements: Create a Dropbox Account

Topic: Dropbox. Instructional Technology Services Dropbox Faculty Help. Dropbox Features: Minimum Requirements: Create a Dropbox Account Instructional Technology Services Dropbox Faculty Help Topic: Dropbox Dropbox is a free service that lets you save your documents, photos and videos. You can access your files anywhere using any computer,

More information

We do More VMAP DOCUMENTATION

We do More VMAP DOCUMENTATION We do More VMAP DOCUMENTATION Overview VMap Component is a uniquely designed Joomla Extension that allows you to put your listings on Google Map. It provides you a very simple and flexible way to put anything

More information

USER MANUAL. Quick Maps TABLE OF CONTENTS. Version: 1.0

USER MANUAL. Quick Maps TABLE OF CONTENTS. Version: 1.0 USER MANUAL Quick Maps Version: 1.0 Compatibility: Microsoft Dynamics CRM 2016(v8.0) and above TABLE OF CONTENTS Introduction... 2 Benefits of Quick Maps... 2 Prerequisites... 2 Installation & Configuration...

More information

User Manual. Version 2.0

User Manual. Version 2.0 User Manual Version 2.0 Table of Contents Introduction Quick Start Inspector Explained FAQ Documentation Introduction Map ity allows you to use any real world locations by providing access to OpenStreetMap

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information

1. Install a Virtual Machine Download Ubuntu Create a New Virtual Machine Seamless Operation between Windows an Linux...

1. Install a Virtual Machine Download Ubuntu Create a New Virtual Machine Seamless Operation between Windows an Linux... Introduction APPLICATION NOTE The purpose of this document is to explain how to create a Virtual Machine on a Windows PC such that a Linux environment can be created in order to build a Linux kernel and

More information

Table of contents. DMXzone Google Maps Manual DMXzone.com

Table of contents. DMXzone Google Maps Manual DMXzone.com Table of contents Table of contents... 1 About DMXzone Google Maps... 2 Features in Detail... 3 The Basics: Insterting DMXzone Google Maps on a Page... 16 Advanced: Creating Dynamic DMXzone Google Maps...

More information

LIFE N TOUCH KYLE DOBITZ JEREMY MUEHLBAUER. Team Winner 05/01/08

LIFE N TOUCH KYLE DOBITZ JEREMY MUEHLBAUER. Team Winner 05/01/08 LIFE N TOUCH KYLE DOBITZ JEREMY MUEHLBAUER Team Winner 05/01/08 Questions Problem: Information is readily available but requires a translation to reality Solution: To create a platform from which applications

More information

Caja File Manager. Desktop User Guide

Caja File Manager. Desktop User Guide Caja File Manager Desktop User Guide Desktop User Guide» Working with Files This chapter describes how to use the Caja file manager. Introduction Spatial Mode Browser Mode Opening Files Searching For Files

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

Remote Support Web Rep Console

Remote Support Web Rep Console Remote Support Web Rep Console 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them The Content Collection should be the repository for all of the files used in Blackboard. The Content Collection

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

STORE LOCATOR PLUGIN USER GUIDE

STORE LOCATOR PLUGIN USER GUIDE support@simicart.com Support: +84.3127.1357 STORE LOCATOR PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ON APP... 13 SimiCart Store

More information

Veritas CloudPoint 1.0 Administrator's Guide

Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint Administrator's Guide Last updated: 2017-09-13 Document version: 1.0 Rev 6 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Greenville County Internet Mapping System User s Guide

Greenville County Internet Mapping System User s Guide Greenville County Internet Mapping System User s Guide Version 2.0 Greenville County Geographic Information Systems May 30, 2006 Table of Contents NAVIGATING TO THE ONLINE MAPPING APPLICATIONS...- 3 -

More information

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Mac

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Mac Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Mac Getting Ready to install on Mac using Oracle VirtualBox Use this section to prepare for your installation. Prerequisites To

More information

Custom Location Extension

Custom Location Extension Custom Location Extension User Guide Version 1.4.9 Custom Location Extension User Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is the Custom Location

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Please

More information

USER GUIDE. Created by MyCRM Ltd. emap. User Guide

USER GUIDE. Created by MyCRM Ltd. emap. User Guide USER GUIDE Created by MyCRM Ltd emap User Guide MyCRM Ltd 1/1/2014 2 About This Guide This guide is intended for CRM users who wish to understand how to use emap and get the most out of its advanced location

More information

TRAINING GUIDE. Lucity Webmap 2017r2

TRAINING GUIDE. Lucity Webmap 2017r2 TRAINING GUIDE Lucity Webmap 2017r2 Web Map The Lucity Web Map provides a way for users to see and work with their asset and work data. This allows them to see relationships between objects and plan work

More information

User Manual: The Nantucket Food Asset Map

User Manual: The Nantucket Food Asset Map User Manual: The Nantucket Food Asset Map Authors: Katelyn Burke, Mikala Dunbar, Jonathan Jironvil, Rachel Lia Organizations: Sustainable Nantucket, Nantucket Food Pantry, Food Rescue Nantucket Advisors:

More information

The Python Mini-Degree Development Environment Guide

The Python Mini-Degree Development Environment Guide The Python Mini-Degree Development Environment Guide By Zenva Welcome! We are happy to welcome you to the premiere Python development program available on the web The Python Mini-Degree by Zenva. This

More information

Address Management User Guide. PowerSchool 6.0 Student Information System

Address Management User Guide. PowerSchool 6.0 Student Information System User Guide PowerSchool 6.0 Student Information System Released June 2009 Document Owner: Document Services This edition applies to Release 6.0 of the PowerSchool Premier software and to all subsequent

More information

PVS Deployment in the Cloud. Last Updated: June 17, 2016

PVS Deployment in the Cloud. Last Updated: June 17, 2016 PVS Deployment in the Cloud Last Updated: June 17, 2016 Contents Amazon Web Services Introduction 3 Software Requirements 4 Set up a NAT Gateway 5 Install PVS on the NAT Gateway 11 Example Deployment 12

More information

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows Getting Ready to install on Windows using Oracle VirtualBox Use this section to prepare for your installation. Prerequisites

More information

Storgrid web client manual

Storgrid web client manual Storgrid web client manual 2015 Byelex Data Solutions BV. This document is created with the utmost care. To prevent unjustified usage of this document we would like to give you notice that nothing mentioned

More information

Geocoding for Beginners. November 18, 2013 Christine Murray University of Pennsylvania, Van Pelt Library

Geocoding for Beginners. November 18, 2013 Christine Murray University of Pennsylvania, Van Pelt Library Geocoding for Beginners November 18, 2013 Christine Murray University of Pennsylvania, Van Pelt Library chrmur@upenn.edu Overview What is geocoding? Two tools: BatchGeo Geo for Google Docs No GIS software

More information

Introduction Augmented reality Map POIs list POI form Settings Information Appendix...

Introduction Augmented reality Map POIs list POI form Settings Information Appendix... Summary Introduction... 2 References...2 Other products for ios...2 Requirements...3 Screen organization...3 Augmented reality... 4 Central body...5 Calibrating the gyroscope...5 Right vertical toolbar...6

More information

Pinpoint AVM 4.0 Quick Reports Detailed User Manual

Pinpoint AVM 4.0 Quick Reports Detailed User Manual Pinpoint AVM 4.0 Quick Reports Detailed User Manual Page 1 of 11 Table of Contents General avm navigation... 3 1 Quick Reports.... 3 Show... 4 Find... 5 Show Last X hours... 5 Show Trips Over Last 24 Hours...

More information

LIVENX UPGRADE GUIDE (AIO)

LIVENX UPGRADE GUIDE (AIO) LIVEACTION, INC. LIVENX UPGRADE GUIDE 7.0.1 (AIO) UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2017 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

Basic Geospatial Analysis Techniques: This presentation introduces you to basic geospatial analysis techniques, such as spatial and aspatial

Basic Geospatial Analysis Techniques: This presentation introduces you to basic geospatial analysis techniques, such as spatial and aspatial Basic Geospatial Analysis Techniques: This presentation introduces you to basic geospatial analysis techniques, such as spatial and aspatial selections, buffering and dissolving, overly operations, table

More information

Analysing crime data in Maps for Office and ArcGIS Online

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

More information

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers Contents Introduction... 2 What steps are involved?... 3 Before you start... 4 Create your campus map... 5 1. Load the basemap data into ArcMap... 5 2. Set up Symbology and Labels of Layers... 6 Improve

More information

RAPIDMAP Geocortex HTML5 Viewer Manual

RAPIDMAP Geocortex HTML5 Viewer Manual RAPIDMAP Geocortex HTML5 Viewer Manual This site was developed using the evolving HTML5 web standard and should work in most modern browsers including IE, Safari, Chrome and Firefox. Even though it was

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

INTERRACTION COMPONENT STATE-OF-THE-ART

INTERRACTION COMPONENT STATE-OF-THE-ART INTERRACTION COMPONENT STATE-OF-THE-ART DELIVERABLE D6.1.1 By C2TECH Due date of deliverable : t0+ 6 Actual submission date: t0+ xxx Version :01 State : Draft/For approval/approved/obsolete Dissemination

More information

MORIS User Guide. Table of Contents

MORIS User Guide. Table of Contents Table of Contents. MORIS User Guide Introduction 2 Getting Started 3 Tools... 4 Adding Data Layers 6 Adding Data Layers by Searching.. 7 Data Layers with Scale Dependencies... 8 Reordering Data Layers...

More information

PlaceMap. Accommodation. Slide 1

PlaceMap. Accommodation.   Slide 1 PlaceMap for Accommodation Slide 1 PlaceMap Using the power of Google Earth to store and display all of your spatial data in a much more dynamic way Google Earth is a free software program that lets you

More information

Map Direct Lite. Quick Start Guide: Search Results 05/14/2018

Map Direct Lite. Quick Start Guide: Search Results 05/14/2018 Map Direct Lite Quick Start Guide: Search Results 05/14/2018 Contents Quick Start Guide: Search Results... 1 Search Results in Map Direct Lite.... 2 Where is the Search Results Panel?... 3 Search Result

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

Map-based Input with Google Fusion Tables

Map-based Input with Google Fusion Tables PRACTICAL CARTOGRAPHER'S CORNER Map-based Input with Google Fusion Tables Robert Shepard University of Nebraska Lincoln Email This is the final of three Practical Cartographer's Corner pieces in this issue

More information

You will demonstrate two strategies commonly used to geocode data, and demonstrate an ability to gather address data from a typical state database.

You will demonstrate two strategies commonly used to geocode data, and demonstrate an ability to gather address data from a typical state database. Steve Graves Forensic Geography Lab: Preparing Address Data for Geocoding Background One of the most commonly used tools for people using GIS is geocoding. Geocoding, also sometimes called address mapping,

More information

USER MANUAL. Quick Maps TABLE OF CONTENTS. Version: 2.1

USER MANUAL. Quick Maps TABLE OF CONTENTS. Version: 2.1 USER MANUAL Quick Maps Version: 2.1 Compatibility: Microsoft Dynamics CRM 2016(v8.0) and above TABLE OF CONTENTS Introduction... 2 Benefits of Quick Maps... 2 Prerequisites... 2 Installation & Configuration...

More information

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out.

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out. Navigate Around the Map Interactive maps provide many choices for displaying information, searching for more details, and moving around the map. Most navigation uses the mouse, but at times you may also

More information

Table of content. User manual BlueprintEasy PDF tagger. version: P a g e

Table of content. User manual BlueprintEasy PDF tagger.   version: P a g e Table of content TABLE OF CONTENT... 1 INTRODUCTION... 2 INSTALLATION... 2 MAKE PRODUCT LIST / PICTURES... 2 CHOOSE A DIRECTORY...2 MAKE PICTURES / ICONS / SYMBOLS...3 EXCEL SHEET / PRODUCT LIST...3 WEB

More information

WELCOME TO GOOGLE DRIVE!

WELCOME TO GOOGLE DRIVE! WELCOME TO GOOGLE DRIVE! Google Drive is a free service from Google that allows you to store files from your computer online and access them anywhere using the cloud. Google Drive also gives you access

More information

USER GUIDE. Created by MyCRM Ltd. emap. Installation and Configuration

USER GUIDE. Created by MyCRM Ltd. emap. Installation and Configuration USER GUIDE Created by MyCRM Ltd emap Installation and Configuration MyCRM Ltd 1/1/2014 2 About This Guide This guide is intended for CRM system administrators who wish to understand the installation, configuration

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Tutorial CREATING MAPS STEP 1: PREPARING A NEW DOCUMENT

Tutorial CREATING MAPS STEP 1: PREPARING A NEW DOCUMENT A map is an efficient method of providing easy to understand visual information. Creating a map to meet project-specific needs can be a daunting task; however, if you have Canvas at your command, there

More information

Installation 3. Minimum system requirements 3. Download and installation on Windows 3. Download and installation on Linux 3

Installation 3. Minimum system requirements 3. Download and installation on Windows 3. Download and installation on Linux 3 2 TABLE OF CONTENTS Installation 3 Minimum system requirements 3 Download and installation on Windows 3 Download and installation on Linux 3 Mail server configuration 4 Out-of-the-box integrations 4 ServiceDesk

More information

Propel PRO User Guide

Propel PRO User Guide Propel PRO User Guide Propel PRO Version 3.2.0a Page 1 Welcome to the latest version of Propel PRO which offers fast performance and easy navigation. Please refer to this user guide for common features

More information