BOLOGNA SOLAR CITY, A WEB APPLICATION FOR THE ANALYSIS OF POTENTIAL ENERGY: FROM ESTIMATING SOLAR RADIATION TO THE REALIZATION OF THE APPLICATION

Size: px
Start display at page:

Download "BOLOGNA SOLAR CITY, A WEB APPLICATION FOR THE ANALYSIS OF POTENTIAL ENERGY: FROM ESTIMATING SOLAR RADIATION TO THE REALIZATION OF THE APPLICATION"

Transcription

1 17 th Building Services, Mechanical and Building Industry Days Urban Energy Conference, October 2011, Debrecen, Hungary BOLOGNA SOLAR CITY, A WEB APPLICATION FOR THE ANALYSIS OF POTENTIAL ENERGY: FROM ESTIMATING SOLAR RADIATION TO THE REALIZATION OF THE APPLICATION Andrea MINGHETTI, Dr., Paola AFRICANI, Eng., Elisa PASELLI, Eng. Municipality of Bologna Unit Territorial Information System (SIT); sitadmin@comune.bologna.it KEYWORDS: solar radiation, web application, GIS, Flex. Abstract: In order to provide useful services to citizens in the environmental field and to reduce energy consumption, the SIT of the Municipality of Bologna has developed a web application that identifies renewable energy systems which have already been constructed in the municipal area and assesses the benefit of installing solar panels on the roof of your home. The concept of the Bologna Solar City application, (available at: is based on estimating the amount of solar energy available on the roofs of buildings. Assessment of the total amount of direct and indirect solar energy is possible through the use of Solar Radiation instruments provided with the Spatial Analyst extension of ArcGIS Desktop. This web application provides the total solar radiation value for each building, showing an estimate of the solar energy produced and the subsequent reduction of CO 2 atmospheric emissions from fossil fuels. 1. Introduction In recent years Italy has seen an increase in solar energy production brought about by the installation of solar (thermal and photovoltaic) systems on the roofs of our homes. In order to increase the public's awareness about the use of "clean" energy and efficient energy to reduce the environmental impact of human activities, the SIT unit of the Municipality of Bologna is committed to creating a web application that spatially represents the solar energy potential of our city. This web tool makes it possible in just a few simple steps to assess the potential of using the solar energy available on the roofs of houses and to identify the most suitable areas for the installation of solar systems. 2. Estimate of global solar radiation Global solar radiation is a major source of energy which cones through the atmosphere and lands on a surface, it consists of three different types: direct beam, diffuse and reflected. Direct beam radiation follows a straight line directly from the sun to the Earth's surface; diffuse radiation is scattered/absorbed by atmospheric elements such as clouds or dust, while reflected radiation consists of the albedo or reflection coefficient of solar radiation being further reflected by surfaces. The amount of solar radiation depends on a number of factors, the most important of which is land contour or topography. Other determinants include microclimatic conditions such as air and soil temperature, evapotranspiration, the trend of melting snow, soil moisture and light available for photosynthesis, but also geographic location (latitude, longitude), elevation, the position of the sun throughout the day and the changing of the seasons. 25

2 17th Building Services, Mechanical and Building Industry Days Urban Energy Conference October 2011, Debrecen, Hungary The Solar Radiation tool provided in the Spatial Analyst extension of ArcGIS Desktop 9.3 is used to calculate the global solar radiation of all the buildings in the municipality. The Solar Radiation algorithm requires, among other things, a digital surface model (DSM) input. 2.1 Processing the DSM Processing of the data available on the CTC (the 1:2000 digital technical map of the municipality), provided two high-precision products, the Digital Terrain Model (DTM) and the Digital Surface Model (DSM). The Digital Terrain Model was made from processing a series of CTC information by the Spatial Analyst extension of ArcGIS: spot elevations, contour lines in 2 and 10 meter resolutions, and the elevations at the bases of all buildings. The DTM, although quite accurate, does not meet the requirements of the model needed to calculate global radiation because it does not take into account either anthropogenic aspects, such as roads, buildings and bridges or natural features, such as ground cover. For this reason, a three-dimensional DSM model was generated which, in addition to the morphology of the land, includes the building masses (roofs were considered flat and not pitched, because the CTC does not have this information). The DSM was obtained from the DTM and from the DEM of the buildings 1 by using Map Algebra's Con (condition) statement. The latter is an ArcGIS Spatial Analyst analysis language, whose simple syntax using a conditional statement of the 'if, then, else' type, permitted a bitmap to be generated with pixels showing the elevations obtained from the DEM or DTM depending on whether these were inside or outside of the buildings. 2.2 Calculation of solar radiation and data processing In order to calculate the global solar radiation, once the DSM had been generated, it was necessary to insert some parameters into the tool Area Solar Radiation, like the proportion of diffuse radiation, the transmittance, latitude, longitude and the time period (year, month, etc.). The Area Solar Radiation tool allows the global solar radiation on a surface to be calculated for any time of day for each month of the year, investigating in every direction whether there are any obstacles (natural and artificial) and cross referencing this information with the map of the sun and the sky map. The first is based on the position of the sun and calculates direct beam radiation; while the second is based on the atmosphere and calculates diffuse solar radiation (reflected solar radiation is excluded from the calculation). This process produced 12 bitmaps each representing monthly solar radiation. To connect this information to each building of the CTC a sequence of operations was performed limited to the geometry of buildings, in order to shorten the computation time. 1 The DEM of the buildings is a bitmap of the CTC shapefile wherein each pixel shows the eaves height of the building located in it. Where there is no building, the value is 0. 26

3 A. Minghetti et al. Bologna Solar City, a Web Application for the Analysis of Potential Energy... Fig. 1: Global Solar Radiation of an area over twelve months of the year Using the Mask tool Extract included among those available with the ArcGIS Spatial Analyst extension ArcToolbox interface, a bitmap of only the areas concerned was produced, whose pixels were converted into points, showing only their monthly global solar radiation as an alphanumeric indication. So, to get the average global solar radiation for every roof in the city, the join space function in ArcToolbox was used to aggregate data spatially. Given the time needed for processing and the need to repeat this step twelve times (for each month of the year), the workflow was designed using a template created with the Model Builder tool of the ArcGIS Desktop. Fig. 2: Flow of operations using Model Builder This allowed a one-time process that produced the twelve bitmaps in sequence, providing the same number of shapefiles with information about the global solar energy for individual buildings in different months of the year. 27

4 17th Building Services, Mechanical and Building Industry Days Urban Energy Conference October 2011, Debrecen, Hungary 3. Map Services In order to make the results of these calculations easily accessible to the public and technical experts in the field, the GIS decided to create a web application with an "attractive" and extremely easy to use graphic user interface, which includes basic maps advanced computing functions, but that does not require special knowledge of GIS instruments. The global solar radiation and complimentary thematic maps were published as map services on a ArcGIS Server 9.3.1, and incorporated in the web application using the REST protocol. The map services are of two types: dynamic and cached. A cached map service allows clients to have a quick view as each zoom or move of the pointer by the user brings up small images (tiles) covering portions of the territory which are already on the server. A map cache provides the utmost in terms of performance and scalability achievable in a web application. The advantage of using the dynamic services, however, is that the information displayed is updated in real time, i.e. the data changes are immediately visible when the web application is refreshed, even though this requires relatively longer waiting times. In general, a criterion was used whereby a dynamic service was created for data that need continuous updating, while a cached service was created for data that do not require frequent updating, and in any case not in real time. For this reason there was a moment during the design of the application when it was decided which data would use cached services and which would use dynamic services, since good performance of a web application depends on this; the majority of the layers that make up the map or a general basic map were set up in the cached services, while only a percentage of data (those that undergo changes more rapidly and therefore must be updated more frequently) were handled as a dynamic service. 4. The web application The Bologna Solar City web application is designed to provide the user with easy, fast, dynamic territorial navigation that is rich in content. This has been made possible by the integrated use of ArcGIS Server and Flex by using ArcGIS API for Flex. Bologna Solar City offers highly specialized GIS functionality (on and off levels of information, street and house number searching, searches, etc.) together with a quick and easy to use streamlined interactive interface offered by the Flex framework. This solution has increased the productivity of the application because all of the functions that the traditional WebGIS devolved to the server, are now in part performed on the Flex client. The application can be seen using the Flash Player plug-in, available on most browsers, regardless of operating system installed on the computer station. The web application was developed using the Sample Flex e Viewer 1.3, a sample web application developed by ESRI to show the significant potential of the ArcGIS platform in a Web 2.0 interface. The Sample Flex Viewer, in its source code version, was used by customizing its configuration files and adding/changing the different tools or widgets. In particular, using the Solar Radiation widget, shows the monthly and annual global solar radiation values of all the rooftops, and based on this, annual energy production in kwh per m 2 and the reduction of CO 2 consumption. The analysis tool requires the user to define, by means of a scroll bar, the percentage area of the roof that can actually be used and to be considered in the calculation. 28

5 A. Minghetti et al. Bologna Solar City, a Web Application for the Analysis of Potential Energy... In fact, the model does not consider aspects related to the slope of the roof, but the usable portion of the roof may be determined according to its inclination and the space occupied by objects, chimneys, aeration systems, other structures or equipment, and any trees that may provide shade. The orientation of the roof considered by the algorithm is always 0 South, and with a flat roof (0 incline), while the annual production estimate is made on the basis of the percentage of the roof that is usable and on the basis of available annual solar radiation, considering a production type of W/m 2, typical of a system of crystalline silicon modules with standard efficiency. The annual production is then used for the reduction of greenhouse gas emissions, specifically CO 2, considering a conversion factor equal to Conclusions Fig. 3: Bologna Solar City web application Bologna Solar City is not a final stop, but only an intermediate step of a broader project; the GIS department is already looking for new ways to provide the public and technicians with instruments that are best suited to meet their needs. Several improvements to the web application are planned, with Web 2.0 tools such as online editing, integration with popular social networks, and many other instruments. As regards the calculation of global solar radiation, further experiments are planned that will refine the accuracy of the model, which underlies everything, perhaps even through the use of different data such as LIDAR data or data from direct measurements. Bologna Solar City is an example of how, by coordinating and combining various data streams from different subjects, it is possible to create a simple, fast and dynamic product for the public at large. 29

6 17th Building Services, Mechanical and Building Industry Days Urban Energy Conference October 2011, Debrecen, Hungary Acknowledgement The author would like to say thank for the fund of the Central Europe Programme. The paper was elaborated within the EnergyCity project. References Casini C., Lombardo S. (2009). Valutazione della potenzialità di utilizzo dell energia solare termica in ambito urbano, AISRe, Atti della XXX Conferenza Scientifica Annuale, Firenze

Open Source Map Based Software for Photovoltaic System Layout Design

Open Source Map Based Software for Photovoltaic System Layout Design International Environmental Modelling and Software Society (iemss) 7th Intl. Congress on Env. Modelling and Software, San Diego, CA, USA, Daniel P. Ames, Nigel W.T. Quinn and Andrea E. Rizzoli (Eds.) http://www.iemss.org/society/index.php/iemss-2014-proceedings

More information

Performance ratio. Contents. Quality factor for the PV plant

Performance ratio. Contents. Quality factor for the PV plant Performance ratio Quality factor for the PV plant Contents The performance ratio is one of the most important variables for evaluating the efficiency of a PV plant. Specifically, the performance ratio

More information

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension 3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension R.Queen Suraajini, Department of Civil Engineering, College of Engineering Guindy, Anna University, India, suraa12@gmail.com

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

Optimum Solar Orientation: Miami, Florida

Optimum Solar Orientation: Miami, Florida Optimum Solar Orientation: Miami, Florida The orientation of architecture in relation to the sun is likely the most significant connection that we can make to place in regards to energy efficiency. In

More information

Mapping Solar Energy Potential Through LiDAR Feature Extraction

Mapping Solar Energy Potential Through LiDAR Feature Extraction Mapping Solar Energy Potential Through LiDAR Feature Extraction WOOLPERT WHITE PAPER By Brad Adams brad.adams@woolpert.com DESIGN GEOSPATIAL INFRASTRUCTURE November 2012 Solar Energy Potential Is Largely

More information

MD imap 2.0 THE NEXT GENERATION OF MARYLAND S ENTERPRISE GIS. Esri MUG Conference Baltimore, MD December 3, 2014 http://imap.maryland.

MD imap 2.0 THE NEXT GENERATION OF MARYLAND S ENTERPRISE GIS. Esri MUG Conference Baltimore, MD December 3, 2014 http://imap.maryland. THE NEXT GENERATION OF MARYLAND S ENTERPRISE GIS MD imap 2.0 Matt Sokol, GISP Senior GIS Analyst Maryland Department of Information Technology Geographic Information Office Julia Fischer, GISP Senior GIS

More information

Irradiance. Solar Fundamentals Solar power investment decision making

Irradiance. Solar Fundamentals Solar power investment decision making Solar Fundamentals Solar power investment decision making Chilean Solar Resource Assessment Antofagasta and Santiago December 2010 Edward C. Kern, Jr., Ph.D., Inc. Global Solar Radiation Solar Power is

More information

Raster: The Other GIS Data

Raster: The Other GIS Data 04-Raster_Tutorial_Arcgis_93.Doc Page 1 of 11 Raster: The Other GIS Data Objectives Understand the raster format and how it is used to model continuous geographic phenomena Understand how projections &

More information

ERDAS IMAGINE The world s most widely-used remote sensing software package

ERDAS IMAGINE The world s most widely-used remote sensing software package ERDAS IMAGINE The world s most widely-used remote sensing software package ERDAS IMAGINE Geographic imaging professionals need to process vast amounts of geospatial data every day often relying on software

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete

More information

Understanding Raster Data

Understanding Raster Data Introduction The following document is intended to provide a basic understanding of raster data. Raster data layers (commonly referred to as grids) are the essential data layers used in all tools developed

More information

Notable near-global DEMs include

Notable near-global DEMs include Visualisation Developing a very high resolution DEM of South Africa by Adriaan van Niekerk, Stellenbosch University DEMs are used in many applications, including hydrology [1, 2], terrain analysis [3],

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

Example of an end-to-end operational. from heat waves

Example of an end-to-end operational. from heat waves Example of an end-to-end operational service in support to civil protection from heat waves Paolo Manunta pkt006-11-1.0 1.0_WEBGIS Athens, 8 June 2007 OUTLINE Heat Island definition and causes Heat Island

More information

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model High resolution topography derived from LiDAR data is becoming more readily available. This new data source of topography

More information

3D Building Roof Extraction From LiDAR Data

3D Building Roof Extraction From LiDAR Data 3D Building Roof Extraction From LiDAR Data Amit A. Kokje Susan Jones NSG- NZ Outline LiDAR: Basics LiDAR Feature Extraction (Features and Limitations) LiDAR Roof extraction (Workflow, parameters, results)

More information

Solar energy is available as long as the sun shines, but its intensity depends on weather conditions and geographic

Solar energy is available as long as the sun shines, but its intensity depends on weather conditions and geographic Solar Energy What is Solar Energy? The radiation from the sun gives our planet heat and light. All living things need energy from the sun to survive. More energy from sunlight strikes the earth in one

More information

LIDAR and Digital Elevation Data

LIDAR and Digital Elevation Data LIDAR and Digital Elevation Data Light Detection and Ranging (LIDAR) is being used by the North Carolina Floodplain Mapping Program to generate digital elevation data. These highly accurate topographic

More information

SOLAR TECHNOLOGY CHRIS PRICE TECHNICAL SERVICES OFFICER BIMOSE TRIBAL COUNCIL

SOLAR TECHNOLOGY CHRIS PRICE TECHNICAL SERVICES OFFICER BIMOSE TRIBAL COUNCIL SOLAR TECHNOLOGY CHRIS PRICE TECHNICAL SERVICES OFFICER BIMOSE TRIBAL COUNCIL SOLAR TECHNOLOGY Photovoltaics Funding Options Solar Thermal Photovoltaics 1. What are they and how do they work? 2. The Solar

More information

INTRODUCTION TO ARCGIS SOFTWARE

INTRODUCTION TO ARCGIS SOFTWARE INTRODUCTION TO ARCGIS SOFTWARE I. History of Software Development a. Developer ESRI - Environmental Systems Research Institute, Inc., in 1969 as a privately held consulting firm that specialized in landuse

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

Data source, type, and file naming convention

Data source, type, and file naming convention Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.

More information

Use of NASA World Wind Java SDK for Three-Dimensional Accessibility Visualization of Remote Areas in Lao P.D.R.

Use of NASA World Wind Java SDK for Three-Dimensional Accessibility Visualization of Remote Areas in Lao P.D.R. Use of NASA World Wind Java SDK for Three-Dimensional Accessibility Visualization of Remote Areas in Lao P.D.R. Adrian Weber 1, Andreas Heinimann 2, Peter Messerli 2 1 Institute of Cartography, ETH Zurich,

More information

Working with the Raster Calculator

Working with the Raster Calculator Working with the Raster Calculator The Raster Calculator provides you a powerful tool for performing multiple tasks. You can perform mathematical calculations using operators and functions, set up selection

More information

Solar Energy Potential of South Africa

Solar Energy Potential of South Africa Solar Energy Potential of South Africa Robyn Hume Background Over the past decade, the energy crisis in South Africa has continued to worsen. The country has a long history of nation-wide, rolling black

More information

Introduction to Imagery and Raster Data in ArcGIS

Introduction to Imagery and Raster Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Introduction to Imagery and Raster Data in ArcGIS Simon Woo slides Cody Benkelman - demos Overview of Presentation

More information

Energy Pathways in Earth s Atmosphere

Energy Pathways in Earth s Atmosphere BRSP - 10 Page 1 Solar radiation reaching Earth s atmosphere includes a wide spectrum of wavelengths. In addition to visible light there is radiation of higher energy and shorter wavelength called ultraviolet

More information

Geospatial exploitation Products. GXP WebView. Powered by the GXP Platform

Geospatial exploitation Products. GXP WebView. Powered by the GXP Platform Geospatial exploitation Products GXP WebView Powered by the GXP Platform Exploitation Capabilities GXP WebView Powered by the GXP Platform Detailed annotation (text, points, lines, and polygons) Distance,

More information

Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables

Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables Using D2K Data Mining Platform for Understanding the Dynamic Evolution of Land-Surface Variables Praveen Kumar 1, Peter Bajcsy 2, David Tcheng 2, David Clutter 2, Vikas Mehra 1, Wei-Wen Feng 2, Pratyush

More information

HELCOM Data and Map Service. User Manual

HELCOM Data and Map Service. User Manual HELCOM Data and Map Service User Manual Version 2.2 - February 2015 1 Table of contents 1. General Information... 3 1.1 Background... 3 1.2 Technical requirements... 3 1.3 Contact... 3 2. Accessing HELCOM

More information

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES A TUTORIAL FROM SPATIAL AND NUMERIC DATA SERVICES NICOLE SCHOLTZ AND GEOFF IVERSON Overview... 2 A. Get a Digital Elevation Model (DEM)... 3 B. Open ArcMap,

More information

3D VISUALIZATION OF GEOTHERMAL WELLS DIRECTIONAL SURVEYS AND INTEGRATION WITH DIGITAL ELEVATION MODEL (DEM)

3D VISUALIZATION OF GEOTHERMAL WELLS DIRECTIONAL SURVEYS AND INTEGRATION WITH DIGITAL ELEVATION MODEL (DEM) Presented at Short Course VII on Exploration for Geothermal Resources, organized by UNU-GTP, GDC and KenGen, at Lake Bogoria and Lake Naivasha, Kenya, Oct. 27 Nov. 18, 2012. GEOTHERMAL TRAINING PROGRAMME

More information

SOLAR RADIATION AND YIELD. Alessandro Massi Pavan

SOLAR RADIATION AND YIELD. Alessandro Massi Pavan SOLAR RADIATION AND YIELD Alessandro Massi Pavan Sesto Val Pusteria June 22 nd 26 th, 2015 DEFINITIONS Solar radiation: general meaning Irradiation [Wh/m 2 ]: energy received per unit area Irradiance [W/m

More information

Managing Lidar (and other point cloud) Data. Lindsay Weitz Cody Benkelman

Managing Lidar (and other point cloud) Data. Lindsay Weitz Cody Benkelman (and other point cloud) Data Lindsay Weitz Cody Benkelman Presentation Context What is lidar, and how does it work? Not this presentation! What can you do with lidar in ArcGIS? What does Esri recommend

More information

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored.

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored. In this lesson you will create a Digital Elevation Model (DEM). A DEM is a gridded array of elevations. In its raw form it is an ASCII, or text, file. First, you will interpolate elevations on a topographic

More information

Solar Power Systems Web Monitoring

Solar Power Systems Web Monitoring Solar Power Systems Web Monitoring Bimal Aklesh Kumar Department of Computer Science and Information Systems Fiji National University Abstract All over the world the peak demand load is increasing and

More information

Advanced Image Management using the Mosaic Dataset

Advanced Image Management using the Mosaic Dataset Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Advanced Image Management using the Mosaic Dataset Vinay Viswambharan, Mike Muller Agenda ArcGIS Image Management

More information

Running the Electric Meter Backwards: Real-Life Experience with a Residential Solar Power System

Running the Electric Meter Backwards: Real-Life Experience with a Residential Solar Power System Running the Electric Meter Backwards: Real-Life Experience with a Residential Solar Power System Brooks Martner Lafayette, Colorado University of Toledo Spring 2015 PHYS 4400 - Principles and Varieties

More information

Implementing a Web-based Transportation Data Management System

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

More information

MCQ - ENERGY and CLIMATE

MCQ - ENERGY and CLIMATE 1 MCQ - ENERGY and CLIMATE 1. The volume of a given mass of water at a temperature of T 1 is V 1. The volume increases to V 2 at temperature T 2. The coefficient of volume expansion of water may be calculated

More information

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Name: Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Learning Objectives: Assigned: May 30, 2012 Due: June 1, 2012 @ 9 AM 1. Learn

More information

Expert System for Solar Thermal Power Stations. Deutsches Zentrum für Luft- und Raumfahrt e.v. Institute of Technical Thermodynamics

Expert System for Solar Thermal Power Stations. Deutsches Zentrum für Luft- und Raumfahrt e.v. Institute of Technical Thermodynamics Expert System for Solar Thermal Power Stations Institute of Technical Thermodynamics Stuttgart, July 2001 - Expert System for Solar Thermal Power Stations 2 Solar radiation and land resources for solar

More information

Module 2.2. Heat transfer mechanisms

Module 2.2. Heat transfer mechanisms Module 2.2 Heat transfer mechanisms Learning Outcomes On successful completion of this module learners will be able to - Describe the 1 st and 2 nd laws of thermodynamics. - Describe heat transfer mechanisms.

More information

Publishing Hosted 3D Feature Layers. An Esri White Paper September 2015

Publishing Hosted 3D Feature Layers. An Esri White Paper September 2015 An Esri White Paper September 2015 Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of Esri. This work

More information

Service-Oriented Visualization of Virtual 3D City Models

Service-Oriented Visualization of Virtual 3D City Models Service-Oriented Visualization of Virtual 3D City Models Authors: Jan Klimke, Jürgen Döllner Computer Graphics Systems Division Hasso-Plattner-Institut, University of Potsdam, Germany http://www.hpi3d.de

More information

Solar Energy Utilisation in Buildings

Solar Energy Utilisation in Buildings Solar Energy Utilisation in Buildings P. Karava, PhD Assistant professor Department of Civil and Environmental Engineering University of Western Ontario 2 Modern Buildings Change in architectural style

More information

Intro to Web App Builder. Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com

Intro to Web App Builder. Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com Intro to Web App Builder Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com The ArcGIS Platform enables Web GIS Enabling GIS Everywhere Desktop Web Device Simple Integrated Open

More information

PV THERMAL SYSTEMS - CAPTURING THE UNTAPPED ENERGY

PV THERMAL SYSTEMS - CAPTURING THE UNTAPPED ENERGY PV THERMAL SYSTEMS - CAPTURING THE UNTAPPED ENERGY John Hollick Conserval Engineering Inc. 200 Wildcat Road Toronto Ontario jhollick@solarwall.com ABSTRACT PV modules generate electricity, but the electrical

More information

Rainwater Harvesting

Rainwater Harvesting Rainwater Harvesting With climate change now a reality rather than a speculated possibility, the demand on water resources has gone up, whilst the amount of water available for supply has gone down. Forth

More information

ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY.

ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY. ENVI THE PREMIER SOFTWARE FOR EXTRACTING INFORMATION FROM GEOSPATIAL IMAGERY. ENVI Imagery Becomes Knowledge ENVI software uses proven scientific methods and automated processes to help you turn geospatial

More information

DTE Energy: an Enterprise PI approach

DTE Energy: an Enterprise PI approach DTE Energy: an Enterprise PI approach Fleet Optimization through Process Information Gas Operations Update Electric Distribution Condition Based Maintenance AMI Analytics Space and Time Come Together;

More information

29 th European Photovoltaic Solar Energy Conference and Exhibition, Amsterdam, the Netherlands, 22 26 September 2014

29 th European Photovoltaic Solar Energy Conference and Exhibition, Amsterdam, the Netherlands, 22 26 September 2014 A BIG DATA APPROACH TO THE SOLAR PV MARKET: DESIGN AND RESULTS OF A PILOT IN THE NETHERLANDS Bhavya Kausika 1, *, Wiep Folkerts 2, Wilfried van Sark 1, Bouke Siebenga 3, Paul Hermans 4 1 Copernicus Institute

More information

Exploring GIS Integration Options for SAP BusinessObjects

Exploring GIS Integration Options for SAP BusinessObjects Exploring GIS Integration Options for SAP BusinessObjects Introduction In conversations with various individuals and businesses over the years, I hear a common question being raised: How do I integrate

More information

ITIS. MAJORANA MARTINA FRANCA (ITALY) COMENIUS PROJECT 2012-2013. Meeting Somonino (Poland) - 10-12 April 2013. Plus Energy House

ITIS. MAJORANA MARTINA FRANCA (ITALY) COMENIUS PROJECT 2012-2013. Meeting Somonino (Poland) - 10-12 April 2013. Plus Energy House ITIS. MAJORANA MARTINA FRANCA (ITALY) COMENIUS PROJECT 2012-2013 Meeting Somonino (Poland) - 10-12 April 2013 Plus Energy House Teachers: A. Entringer V. Colucci A. Laddomada Students : Gianluca Di Giuseppe,

More information

3D-GIS in the Cloud USER MANUAL. August, 2014

3D-GIS in the Cloud USER MANUAL. August, 2014 3D-GIS in the Cloud USER MANUAL August, 2014 3D GIS in the Cloud User Manual August, 2014 Table of Contents 1. Quick Reference: Navigating and Exploring in the 3D GIS in the Cloud... 2 1.1 Using the Mouse...

More information

Electricity from PV systems how does it work?

Electricity from PV systems how does it work? Electricity from photovoltaic systems Bosch Solar Energy 2 Electricity from PV systems Electricity from PV systems how does it work? Photovoltaics: This is the name given to direct conversion of radiant

More information

GIS Databases With focused on ArcSDE

GIS Databases With focused on ArcSDE Linköpings universitet / IDA / Div. for human-centered systems GIS Databases With focused on ArcSDE Imad Abugessaisa g-imaab@ida.liu.se 20071004 1 GIS and SDBMS Geographical data is spatial data whose

More information

ArcGIS Data Models Practical Templates for Implementing GIS Projects

ArcGIS Data Models Practical Templates for Implementing GIS Projects ArcGIS Data Models Practical Templates for Implementing GIS Projects GIS Database Design According to C.J. Date (1995), database design deals with the logical representation of data in a database. The

More information

ENVI and ArcGIS Integration Bringing Imagery to GIS

ENVI and ArcGIS Integration Bringing Imagery to GIS ITT ENVI and ArcGIS Integration Bringing Imagery to GIS The information contained in this document pertains to software products and services that are subject to the controls of the Export Administration

More information

WHAT IS GIS - AN INRODUCTION

WHAT IS GIS - AN INRODUCTION WHAT IS GIS - AN INRODUCTION GIS DEFINITION GIS is an acronym for: Geographic Information Systems Geographic This term is used because GIS tend to deal primarily with geographic or spatial features. Information

More information

What is GIS. What is GIS? University of Tsukuba. What do you image of GIS? Copyright(C) ESRI Japan Corporation. All rights reserved.

What is GIS. What is GIS? University of Tsukuba. What do you image of GIS? Copyright(C) ESRI Japan Corporation. All rights reserved. What is GIS University of Tsukuba Graduate School of Life and Environmental Science April 21 st, 2011 What is GIS? What do you image of GIS? Gas Insulated Switch Groupe Interventional Speciale Geographic

More information

ENGLISH VERSION. phinet.cl/sol000

ENGLISH VERSION. phinet.cl/sol000 ENGLISH VERSION phinet.cl/sol000 Phineal SpA is a company formed by a multidisciplinary team that focuses on electrical engineering projects and solar energy. The company develops products and services

More information

Frequently Asked Questions SOLAR ENERGY:

Frequently Asked Questions SOLAR ENERGY: Frequently Asked Questions SOLAR ENERGY: Why should I have Solar Power? There are lots of reasons that make installing Solar Power Generation worthwhile: Environmental Green advantages Zero carbon emissions

More information

Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy

Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy OKSCAUG Pamela Kersh September 22, 2015 The ArcGIS Platform enables Web GIS Enabling GIS Everywhere Desktop Web Device Simple Integrated

More information

Solar Heating Basics. 2007 Page 1. a lot on the shape, colour, and texture of the surrounding

Solar Heating Basics. 2007 Page 1. a lot on the shape, colour, and texture of the surrounding 2007 Page 1 Solar Heating Basics Reflected radiation is solar energy received by collectorsfrom adjacent surfaces of the building or ground. It depends a lot on the shape, colour, and texture of the surrounding

More information

GEOGRAPHIC INFORMATION GATEWAY New York Department of State (NYDOS) data acceptance & metadata standards

GEOGRAPHIC INFORMATION GATEWAY New York Department of State (NYDOS) data acceptance & metadata standards GEOGRAPHIC INFORMATION GATEWAY New York Department of State (NYDOS) data acceptance & metadata standards 1. DATA ACCEPTANCE STANDARDS The following describes the data acceptance standards for data included

More information

Consider How can you collect solar energy for use in your school? What are other alternatives?

Consider How can you collect solar energy for use in your school? What are other alternatives? 5 a 5 Energy Sources a - Energy from the sun Purpose To explore sourcing our energy from the sun Key concepts Solar energy is a natural and renewable resource Heat energy from the sun can be used to heat

More information

SOLAR RADIATION AVAILABILITY FOR PLANT GROWTH IN ARIZONA CONTROLLED ENVIRONMENT AGRICULTURE SYSTEMS

SOLAR RADIATION AVAILABILITY FOR PLANT GROWTH IN ARIZONA CONTROLLED ENVIRONMENT AGRICULTURE SYSTEMS SOLAR RADIATION AVAILABILITY FOR PLANT GROWTH IN ARIZONA CONTROLLED ENVIRONMENT AGRICULTURE SYSTEMS Stephen Kania, Horticultural Engineer Gene Giacomelli, Professor & Director CEAC Controlled Environment

More information

Activity: Using ArcGIS Explorer

Activity: Using ArcGIS Explorer Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.

More information

Operational experienced of an 8.64 kwp grid-connected PV array

Operational experienced of an 8.64 kwp grid-connected PV array Hungarian Association of Agricultural Informatics European Federation for Information Technology in Agriculture, Food and the Environment Journal of Agricultural Informatics. 2013 Vol. 4, No. 2 Operational

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Basic Lesson 2: Using ArcGIS Explorer to Analyze the Connection between Topography and Rainfall This lesson introduces Geographical

More information

Lecture 8. Online GIS

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

More information

Education & Training Plan Renewable Energy Specialist Online

Education & Training Plan Renewable Energy Specialist Online Education & Training Plan Renewable Energy Specialist Online MyCAA Information Tuition: $3600 (1 exam included for LEED) MyCAA Course Code: LIT-RES3 Course Contact Hours: 365 Hours Program Duration: 6

More information

Solar Energy Implementation Proposal to Meet all of the Nation s Energy Needs

Solar Energy Implementation Proposal to Meet all of the Nation s Energy Needs Solar Energy Implementation Proposal to Meet all of the Nation s Energy Needs Sara Albrecht Background Most of the world s energy is generated through the burning of fossil fuels such as oil, natural gas,

More information

Mapping Mashup/Data Integration Development Resources

Mapping Mashup/Data Integration Development Resources Mapping Mashup/Data Integration Development Resources David Hart GIS Specialist University of Wisconsin Sea Grant Institute October 6, 2008 Virtual Globes A virtual globe is a 3D software model or representation

More information

ArcGIS Viewer for Silverlight An Introduction

ArcGIS Viewer for Silverlight An Introduction Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Viewer for Silverlight An Introduction Rich Zwaap Agenda Background Product overview Getting started and

More information

Getting Started With LP360

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

More information

P.M. Rich, W.A. Hetrick, S.C. Saving Biological Sciences University of Kansas Lawrence, KS 66045

P.M. Rich, W.A. Hetrick, S.C. Saving Biological Sciences University of Kansas Lawrence, KS 66045 USING VIEWSHED MODELS TO CALCULATE INTERCEPTED SOLAR RADIATION: APPLICATIONS IN ECOLOGY by P.M. Rich, W.A. Hetrick, S.C. Saving Biological Sciences University of Kansas Lawrence, KS 66045 R.O. Dubayah

More information

FOSS4G-based energy management system for planning virtual power plants at the municipal scale

FOSS4G-based energy management system for planning virtual power plants at the municipal scale FOSS4G-based energy management system for planning virtual power plants at the municipal scale Luis Ramirez Camargo1,2, Roland Zink1, Wolfgang Dorner1 1 2 Applied Energy Research group, Technologie Campus

More information

Subject: Using Google Earth, Google Earth Pro, and Google Maps for FWS activities

Subject: Using Google Earth, Google Earth Pro, and Google Maps for FWS activities Subject: Using Google Earth, Google Earth Pro, and Google Maps for FWS activities Page 1 of 5 As an FWS employee, can I use Google mapping software or applications to help me with my job? The short answer

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

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

More information

Dispelling the Solar Myth - Evacuated Tube versus Flat Plate Panels. W illiam Comerford Sales Manager Ireland Kingspan Renewables Ltd.

Dispelling the Solar Myth - Evacuated Tube versus Flat Plate Panels. W illiam Comerford Sales Manager Ireland Kingspan Renewables Ltd. Dispelling the Solar Myth - Evacuated Tube versus Flat Plate Panels W illiam Comerford Sales Manager Ireland Kingspan Renewables Ltd. 1 The Kingspan Group Energy independent buildings for a sustainable

More information

Guide to Viewing Maps in Google Earth

Guide to Viewing Maps in Google Earth Guide to Viewing Maps in Google Earth The BCT made the decision to provide the GIS (Geographic Information System) resources for Bat Groups in the form of Google Earth maps because they do not require

More information

The premier software for extracting information from geospatial imagery.

The premier software for extracting information from geospatial imagery. Imagery Becomes Knowledge ENVI The premier software for extracting information from geospatial imagery. ENVI Imagery Becomes Knowledge Geospatial imagery is used more and more across industries because

More information

WATERPROOF PHOTOVOLTAIC SYSTEM

WATERPROOF PHOTOVOLTAIC SYSTEM WATERPROOF PHOTOVOLTAIC SYSTEM Nola, the biggest BIPV plant in the world. 25 MWp 9 KWp 7 KWp 580 KWp 110 KWp 20 KWp 430 KWp Synthetic layer - 50 KWp Synthetic layer - 30 KWp Synthetic layer -9 KWp STOPPING

More information

Solar Matters III Teacher Page

Solar Matters III Teacher Page Solar Matters III Teacher Page Solar Powered System - 2 Student Objective Given a photovoltaic system will be able to name the component parts and describe their function in the PV system. will be able

More information

Climate Change: A Local Focus on a Global Issue Newfoundland and Labrador Curriculum Links 2010-2011

Climate Change: A Local Focus on a Global Issue Newfoundland and Labrador Curriculum Links 2010-2011 Climate Change: A Local Focus on a Global Issue Newfoundland and Labrador Curriculum Links 2010-2011 HEALTH Kindergarten: Grade 1: Grade 2: Know that litter can spoil the environment. Grade 3: Grade 4:

More information

By: Crystal Warren IMPLEMENTATION OF SOLAR PANELS ON COMMERCIAL PROPERTIES AND THE COST-BASED INCENTIVES

By: Crystal Warren IMPLEMENTATION OF SOLAR PANELS ON COMMERCIAL PROPERTIES AND THE COST-BASED INCENTIVES By: Crystal Warren IMPLEMENTATION OF SOLAR PANELS ON COMMERCIAL PROPERTIES AND THE COST-BASED INCENTIVES MY PLAN Encourage commercial property/business owners to install solar panels to reduce the amount

More information

The following was presented at DMT 14 (June 1-4, 2014, Newark, DE).

The following was presented at DMT 14 (June 1-4, 2014, Newark, DE). DMT 2014 The following was presented at DMT 14 (June 1-4, 2014, Newark, DE). The contents are provisional and will be superseded by a paper in the DMT 14 Proceedings. See also presentations and Proceedings

More information

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska. Using the AlaskaMapped Web Services in ESRI ArcGIS Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.edu AlaskaMapped

More information

www.infoplc.net Application case - Solar tracking system

www.infoplc.net Application case - Solar tracking system Application case - Solar tracking system The Solar Energy The industrial development over the past few decades greatly improved the food, clothing, shelters and transportation in the world. However, the

More information

Description of Simandou Archaeological Potential Model. 13A.1 Overview

Description of Simandou Archaeological Potential Model. 13A.1 Overview 13A Description of Simandou Archaeological Potential Model 13A.1 Overview The most accurate and reliable way of establishing archaeological baseline conditions in an area is by conventional methods of

More information

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 1 TABLE OF CONTENTS INTRODUCTION...3 WORKING WITH DIGITAL TERRAIN MODEL (DTM) DATA FROM NRVIS, CITY OF KITCHENER, AND CITY OF

More information

ADWR GIS Metadata Policy

ADWR GIS Metadata Policy ADWR GIS Metadata Policy 1 PURPOSE OF POLICY.. 3 INTRODUCTION.... 4 What is metadata?... 4 Why is it important? 4 When to fill metadata...4 STANDARDS. 5 FGDC content standards for geospatial metadata...5

More information

ArcGIS Platform. An Integrated System. Portal

ArcGIS Platform. An Integrated System. Portal Platform An Integrated System Portal An Integrated Web GIS Platform Knowledge Workers Executive Access Public Engagement Work Anywhere Enterprise Integration Providing Mapping, Analysis, Data Management,

More information

GXP WebView GEOSPATIAL EXPLOITATION PRODUCTS (GXP )

GXP WebView GEOSPATIAL EXPLOITATION PRODUCTS (GXP ) GEOSPATIAL EXPLOITATION PRODUCTS (GXP ) GXP WebView A Web-based, full-resolution image viewing tool for visualization, annotation, measurement, and publishing providing access to remote data from any location.

More information

GIS: Geographic Information Systems A short introduction

GIS: Geographic Information Systems A short introduction GIS: Geographic Information Systems A short introduction Outline The Center for Digital Scholarship What is GIS? Data types GIS software and analysis Campus GIS resources Center for Digital Scholarship

More information

Sustainable water heating solutions through solar systems

Sustainable water heating solutions through solar systems VIESMANN Sustainable water heating solutions through solar systems Murat Aydemir Managing Director Viessmann Middle East FZE Viessmann is a Registered Provider with The American Institute of Architects

More information

LiDAR Point Cloud Processing with

LiDAR Point Cloud Processing with LiDAR Research Group, Uni Innsbruck LiDAR Point Cloud Processing with SAGA Volker Wichmann Wichmann, V.; Conrad, O.; Jochem, A.: GIS. In: Hamburger Beiträge zur Physischen Geographie und Landschaftsökologie

More information