UTILIZING GOOGLE EARTH AS A GIS PLATFORM FOR WEATHER APPLICATIONS
|
|
|
- Anthony Francis
- 10 years ago
- Views:
Transcription
1 UTILIZING GOOGLE EARTH AS A GIS PLATFORM FOR WEATHER APPLICATIONS Travis M. Smith 1,2 and Valliappa Lakshmanan 1,2 1 U. of Oklahoma/CIMMS; 2 NOAA/NSSL 1. Introduction Google Earth (formerly known as Keyhole; is a free-forpersonal-use application that streams highresolution static satellite imagery (Figure 1) and map overlays over a broadband internet connection to a 3D display on a user's desktop. Google Earth provides the user the ability to overlay images, icons, and polygons via Extensible Markup Language (XML) tags. These user-generated products may be shared over the internet and requested by Google Earth at specified intervals, which provides the ability to stream continuously updating real-time imagery. Because Google Earth is an application that runs on inexpensive hardware, it provides an easy way to view weather products that are disseminated over the internet. products are generated by NSSL and shared to Google Earth and other Geographic Information Systems (GIS) users via the internet at These products include spatially gridded fields of Vertically Integrated Liquid, Maximum Expected Hail Size, tracks of circulations derived from Doppler velocity data, composite reflectivity, and 30-to-60 minute forecast reflectivity fields, among others. These products, which have a spatial resolution of approximately 1 km by 1 km, are generated every one to five minutes within the Warning Decision Support System Integrated Information (WDSS-II) on the scale of the continental United States (Lakshmanan et al 2006). The WDSS-II system provides the images in GeoTIFF format which may be imported into most GIS software, including Google Earth. This manuscript shows examples of products generated within the WDSS-II framework that are available for viewing in the Google Earth application, and demonstrates the process by which researchers can share their work with other Google Earth and other GIS users via the internet. 2. NSSL Weather products Figure 1: An example of high-resolution satellite data in Google Earth showing downtown St. Louis. The National Severe Storms Laboratory (NSSL) has begun utilizing geotiff (TIFF with geospatial information tags; Ritter and Ruth 2000) images as a way to share experimental severe weather products with other researchers and operational meteorologists for evaluation and feedback. A variety of multi-sensor severe weather The National Severe Storms Laboratory and the Storm Prediction Center cooperatively run an experimental WDSS-II system that generates high-resolution three-dimensional radar reflectivity data and other severe weather guidance products for the continental United States (Lakshmanan et al 2006). These products have been made available on an experimental basis in several forms, such as: 1. generic netcdf (Rew et al 1997) files, displayable by the WDSS-II graphical user interface and other display systems,
2 A. B. C. D. E. F. Figure 2: A national reflectivity composite product shown at decreasing scales. 2. AWIPS-format netcdf files, used by National Weather Service, 3. static PNG images on the World Wide Web, 4. GeoTIFF format that may be read by GIS programs. The WDSS-II system includes tools to convert data from generic netcdf to other data and image formats, including GeoTIFF. While converting from data formats to image formats typically results in a loss of data resolution, image formats are usually viewable by anyone with a computer. The free version of Google Earth does not read
3 A. B. Figure 3: Radar-detected low-level circulation paths of the May 3, 1999 thunderstorms that produced damaging tornadoes in central Oklahoma (A) with a higher resolution image of Moore, OK (B). Bright reds and yellows indicate more intense circulation. the geospatial reference tags from GeoTIFF natively, and requires a reference file in XML format to describe the spatial extent of the image. GeoTIFF files generated by WDSS- II use a geographic map projection, where each pixel represents the same width and height in degrees longitude and latitude. Figure 2 shows a continental United States (CONUS) scale image of radar reflectivity data (A) in Google Earth, with progressively smaller scales (B, C, D, and E) zooming in on Hurricane Wilma, while the last image (F) shows the Naples, FL area with detailed road network information. In this case, the resolution of the street overlay information is greater than that of the 1-km resolution radar products, but users can get a sense of where the heaviest precipitation is occurring or what locations might be specifically affected by the winds in the hurricane s eye wall. The blurriness of the radar images in the close-up views is caused by Google Earth s OpenGL rendering technique. Figure 3 shows an example of the Rotation Tracks product generated by the WDSS-II system (Smith and Elmore 2004). By combining this product with high-resolution GIS information, users may determine where a storm s low-altitude circulation was most intense and which streets may have suffered damage. This information is extremely valuable to emergency management officials in a disaster response situation. It is also very useful for those who conduct post-storm damage assessment surveys as they can determine exactly what areas may have been affected by tornadic winds. Older techniques for sending out assessment teams frequently required hours of examining radar data and manually plotting circulation locations on a map before the assessment teams were able to get out into the field and begin their work. There are numerous other products available that benefit from the integration of GIS information and weather data. NSSL presently generates products that estimate hail fall location and size, precipitation amount, show weather satellite imagery, and forecast storm location fields, among others. 3. Generating and sharing weather products for Google Earth A powerful aspect of Google Earth is that it allows users to create and share all sorts of dynamically-updating data over the internet. This is accomplished using Keyhole Markup Language (KML; an XML dialect used to describe the data so that it may be interpreted and plotted in Google Earth. Data fields are dynamically updated though use of a network link, which is part of the KML format specification. KML allows users to overlay many basic data types that are useful for weather data, such as images, point data, lines, and polygons.
4 A: <?xml version="1.0" encoding="utf-8"?> <kml xmlns=" <Folder> <name>wdss-ii Real-time Weather Imagery</name> <GroundOverlay> <Icon><href> <visibility>1</visibility> <name>mergedreflectivityqcomposite at </name> <color>ffffffff</color> <LatLonBox> <north>51.000</north> <south>21.000</south> <east> </east> <west> </west> </LatLonBox> </GroundOverlay> <Placemark><name>copyright</name> <visibility>1</visibility> <description> Created by WDSS-II (c) Univ of Oklahom a, National Severe Storms Laboratory </description> </Placemark> </Folder> </kml> B: <?xml version="1.0" encoding="utf-8"?> <kml xmlns=" <Folder> <name>nssl / U. of Oklahoma CONUS radar</name> <open>1</open> <description>these data are experimental </description> <ScreenOverlay> <name>reflectivity Colorbar</name> <Icon> <href> </Icon> <overlayxy x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> <screenxy x="0.15" y="0.99" xunits="fraction" yunits="fraction"/> <rotationxy x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> <size x="-1" y="-1" xunits="pixels" yunits="pixels"/> </ScreenOverlay> <NetworkLink> <name>continental US Radar</name> <Url> <href> <refreshmode>oninterval</refreshmode> <refreshinterval>120</refreshinterval> </Url> </NetworkLink> </Folder> </kml> Figure 4: An example of (A) a KML containing a link to an image as well as the geographic information about the boundaries of the image, and (B) a KML file containing a link to a static image overlay and a network link to (A) that update once every 120 seconds. One example of an image overlay is the WDSSII CONUS reflectivity product. To make this product dynamically update requires two steps. First, the web address and location of the image in geographic projection is described using a GroundOverlay tag (Figure 4, A) as part of a KML file. Another file contains an ScreenOverlay tag describing the location of an image that describes the data values for each color as well as a NetworkLink tag that points to the location of the first file. The first file updates once every 120 seconds with new data, while the second file tells the Google Earth application to fetch the first file at the given time interval. Another basic data type that is viewable in Google Earth is simple point data. Figure 5 shows an example KML file containing a single data point. This file contains a Placemark tag with coordinates and text that will be plotted inside Google Earth. Polygons, lines, and user-created icons are also part of the KML specification and may be useful for the display of weather data. <?xml version="1.0" encoding="utf-8"?> <kml xmlns=" <Placemark> <name>wind gust to 60 kts</name> <Point> <coordinates>-99.12,38.87,0</coordinates> </Point> </Placemark> </kml> Figure 5: A KML file describing a single point.
5 Figure 6: NWS warning polygons (Severe Thunderstorm Warnings in orange) overlaid on radar reflectivity data in Google Earth. Clicking on a push-pin attached to a polygon will pop up the text of the warning. The overlays in Figure 6 were created with a mixture of LineString and Placemark KML tags. about the WDSS-II system is available at Google Earth may be downloaded at 4. Summary Google Earth provides an easy-to-use GIS platform that is widely available, runs on inexpensive hardware platforms, and allows easy real-time sharing of data, thus making it a useful tool for the integration of weather data with GIS information. The NSSL is making several multi-radar and multi-sensor products available as GeoTIFF files with associated KML files that may be viewed in Google Earth and other GIS applications. By making these experimental products available online, it allows potential users to submit feedback about the products and provides the fruits of research the general public in a timelier manner than has been possible in the past. Several of these products are potentially very useful in emergency response situations, where their integration with GIS information is especially helpful. Products are available online at while information 5. Acknowledgements Funding for this research was provided under NOAA-OU Cooperative Agreement NA17RJ1227. The statements, findings, conclusions, and recommendations are those of the authors and do not necessarily reflect the views of the National Severe Storms Laboratory, the National Weather Service Storm Prediction Center or the U.S. Department of Commerce. References Lakshmanan, V., T. M. Smith, K. Cooper, J. J. Levit, G. J. Stumpf, and D. R. Bright, 2006: High-resolution radar data and products over the Continental United States. Preprints, 22 nd Conf. on IIPS, Atlanta, Amer. Meteor. Soc. Rew, R. K., G. P. Davis, S. Emmerson, and H. Davies, NetCDF User's Guide for
6 C, An Interface for Data Access, Version 3, April e/netcdf/docs/netcdf/ Ritter, N., and M. Ruth, 2000: GeoTIFF Format Specification. f/spec/geotiffhome.html T. M. Smith and K. L. Elmore, 2004: The use of radial velocity derivatives to diagnose rotation and divergence. Preprints, 11th Conf. on Aviation, Range, and Aerospace, Hyannis, MA, Amer. Meteor. Soc., P5.6 - CD preprints.
Real-time, rapidly updating severe weather products for virtual globes
Manuscript Click here to download Manuscript: VirtualGlobePaper_SmithLakshmanan.doc Real-time, rapidly updating severe weather products for virtual globes Travis M. Smith a and Valliappa Lakshmanan b a
6A.2 The testing of NSSL multi-sensor applications and data from prototype platforms in NWS forecast operations
6A.2 The testing of NSSL multi-sensor applications and data from prototype platforms in NWS forecast operations Kevin A. Scharfenberg* and Travis M. Smith Cooperative Institute for Mesoscale Meteorology
J9.6 GIS TOOLS FOR VISUALIZATION AND ANALYSIS OF NEXRAD RADAR (WSR-88D) ARCHIVED DATA AT THE NATIONAL CLIMATIC DATA CENTER
J9.6 GIS TOOLS FOR VISUALIZATION AND ANALYSIS OF RADAR (WSR-88D) ARCHIVED DATA AT THE NATIONAL CLIMATIC DATA CENTER Steve Ansari * STG Incorporated, Asheville, North Carolina Stephen Del Greco NOAA National
Steve Ansari *, Stephen Del Greco, Brian Nelson, and Helen Frederick NOAA National Climatic Data Center, Asheville, North Carolina 2.
11.4 THE SEVERE WEATHER DATA INVENTORY (SWDI): SPATIAL QUERY TOOLS, WEB SERVICES AND DATA PORTALS AT NOAA S NATIONAL CLIMATIC DATA CENTER (NCDC) Steve Ansari *, Stephen Del Greco, Brian Nelson, and Helen
6.9 A NEW APPROACH TO FIRE WEATHER FORECASTING AT THE TULSA WFO. Sarah J. Taylor* and Eric D. Howieson NOAA/National Weather Service Tulsa, Oklahoma
6.9 A NEW APPROACH TO FIRE WEATHER FORECASTING AT THE TULSA WFO Sarah J. Taylor* and Eric D. Howieson NOAA/National Weather Service Tulsa, Oklahoma 1. INTRODUCTION The modernization of the National Weather
CRS 610 Ventura County Flood Warning System Website
CRS 610 Ventura County Flood Warning System Website Purpose This document gives instructions and a description of the information available via the Ventura County Watershed Protection District s (VCWPD)
Using Google Earth for Environmental Science Research
Using Google Earth for Environmental Science Research This document is up-to-date as of August 2013. If you have any questions or additions to this material please email [email protected]. Note: this
David P. Ruth* Meteorological Development Laboratory Office of Science and Technology National Weather Service, NOAA Silver Spring, Maryland
9.9 TRANSLATING ADVANCES IN NUMERICAL WEATHER PREDICTION INTO OFFICIAL NWS FORECASTS David P. Ruth* Meteorological Development Laboratory Office of Science and Technology National Weather Service, NOAA
3.5 THREE-DIMENSIONAL HIGH-RESOLUTION NATIONAL RADAR MOSAIC
3.5 THREE-DIMENSIONAL HIGH-RESOLUTION NATIONAL RADAR MOSAIC Jian Zhang 1, Kenneth Howard 2, Wenwu Xia 1, Carrie Langston 1, Shunxin Wang 1, and Yuxin Qin 1 1 Cooperative Institute for Mesoscale Meteorological
Weather Radar Basics
Weather Radar Basics RADAR: Radio Detection And Ranging Developed during World War II as a method to detect the presence of ships and aircraft (the military considered weather targets as noise) Since WW
Studying Topography, Orographic Rainfall, and Ecosystems (STORE)
Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Basic Lesson 3: Using Microsoft Excel to Analyze Weather Data: Topography and Temperature Introduction This lesson uses NCDC data to compare
ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online...
Table of Contents ArcGIS online Introduction... 2 Module 1: How to create a basic map on ArcGIS online... 3 Creating a public account with ArcGIS online... 3 Opening a Map, Adding a Basemap and then Saving
Introduction to GIS software
Introduction to GIS software There are a wide variety of GIS software packages available. Some of these software packages are freely available for you to download and could be used in your classroom. ArcGIS
Networking Break 3:00 pm 3:30 pm
Networking Break 3:00 pm 3:30 pm Sponsored by: Track D: Claims Technology & Innovation Forensic Meteorology: How Weather Experts, Advanced Data and Computer Models Are Now Being Used For Claims Investigations
Mapping Your Land: An Overview for Landowners
Mapping Your Land: An Overview for Landowners Online Mapping and Spatial Resources for the Private Forest Landowner Tutorials by John C. Gilbert 1 and John S. Kush 1 Design and Layout by Elizabeth P. Bowersock
13.2 THE INTEGRATED DATA VIEWER A WEB-ENABLED APPLICATION FOR SCIENTIFIC ANALYSIS AND VISUALIZATION
13.2 THE INTEGRATED DATA VIEWER A WEB-ENABLED APPLICATION FOR SCIENTIFIC ANALYSIS AND VISUALIZATION Don Murray*, Jeff McWhirter, Stuart Wier, Steve Emmerson Unidata Program Center, Boulder, Colorado 1.
Application of Google Earth for flood disaster monitoring in 3D-GIS
Disaster Management and Human Health Risk II 271 Application of Google Earth for flood disaster monitoring in 3D-GIS M. Mori & Y. L. Chan Department of Information and Computer Science, Kinki University,
NOAA s National Weather Service Milwaukee/Sullivan
NOAA s National Weather Service Milwaukee/Sullivan Marcia Cronce Meteorologist, Aviation Focal Point August 2014 weather.gov/milwaukee NWS Part of the Federal Government DOC - Department of Commerce NOAA
8B.6 A DETAILED ANALYSIS OF SPC HIGH RISK OUTLOOKS, 2003-2009
8B.6 A DETAILED ANALYSIS OF SPC HIGH RISK OUTLOOKS, 2003-2009 Jason M. Davis*, Andrew R. Dean 2, and Jared L. Guyer 2 Valparaiso University, Valparaiso, IN 2 NOAA/NWS Storm Prediction Center, Norman, OK.
An Operational Local Data Integration System (LDIS) at WFO Melbourne
1. Introduction An Operational Local Data Integration System (LDIS) at WFO Melbourne Peter F. Blottman, Scott M. Spratt, David W. Sharp, and Anthony J. Cristaldi III WFO Melbourne, FL Jonathan L. Case
MountainZebra: Real-Time Archival and 4D Visualization of Radar Volumes Over Complex Terrain
MountainZebra: Real-Time Archival and D Visualization of Radar Volumes Over Complex Terrain Curtis James, Stacy Brodzik, Harry Edmon, Robert Houze, and Sandra Yuter Department of Atmospheric Sciences,
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
Preliminary summary of the 2015 NEWS- e realtime forecast experiment
Preliminary summary of the 2015 NEWS- e realtime forecast experiment December 15, 2015 1. Introduction The NOAA Warn- on- Forecast (WoF) research project is tasked with developing a regional 1- km storm-
Real Time Flood Alert System (RTFAS) for Puerto Rico
Prepared in cooperation with the Puerto Rico Emergency Management Agency (PREMA) Real Time Flood Alert System (RTFAS) for Puerto Rico Overview The Real Time Flood Alert System is a web-based computer program,
NWSCHAT LIVE USER MANUAL
NWSCHAT LIVE USER MANUAL March 11, 2012 Page 1 TABLE OF CONTENTS 1. Introduction... 3 2. Quick Start... 3 3. NWSChat Live Menu... 5 a. Actions menu... 5 b. Available (Status)... 5 c. Sound... 5 d. Buddies...
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,
There are various ways to find data using the Hennepin County GIS Open Data site:
Finding Data There are various ways to find data using the Hennepin County GIS Open Data site: Type in a subject or keyword in the search bar at the top of the page and press the Enter key or click the
Real-time Quality Control of Reflectivity Data Using Satellite Infrared Channel and Surface Observations
Real-time Quality Control of Reflectivity Data Using Satellite Infrared Channel and Surface Observations V Lakshmanan 1, Miguel Valente 2 Abstract Radar reflectivity data can be quality-controlled using
Google Earth Digitale Wege in eine bekannte Welt Sep. 2006
Google Earth Digitale Wege in eine bekannte Welt Sep. 2006 Joachim Glaubrecht Google Enterprise [email protected] What is Google Enterprise? 2 1 Focus.de: "Der Papst-Besuch in Google Earth" 3 How to Geo
Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper
Quick and Easy Web Maps with Google Fusion Tables SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 July, 2011 Initial document created. Howard Veregin 1.1 Dec., 2011 Updated to
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
Visualization and processing of weather radar data
Visualization and processing of weather radar data 1 Learning Objectives The following are the learning objectives for this assignment: Learn how to request and retrieve NEXRAD data from the NCDC data
Geographic Visualization of ASDI Flight Plan Data
Geographic Visualization of ASDI Flight Plan Data David Hill GEOG 5561 The field of geographic visualization (or geovisualization ) has steadily developed and distinguished itself from standard scientific
A Damaging Downburst Prediction and Detection Algorithm for the WSR-88D
240 WEATHER AND FORECASTING A Damaging Downburst Prediction and Detection Algorithm for the WSR-88D TRAVIS M. SMITH, * KIMBERLY L. ELMORE, * AND SHANNON A. DULIN * Cooperative Institute for Mesoscale Meteorological
Introduction to Google Earth
Center for Teaching, Research & Learning Social Science Research Lab American University, Washington, D.C. http://www.american.edu/provost/ctrl/ 202-885-3862 Introduction to Google Earth This tutorial
A Brief Explanation of Basic Web Services
A Brief Explanation of Basic Web Services What is REST? REpresentational State Transfer (REST) is a way for software to work when distributed across a network. For example, if I want to view the Iowa Dept
Instructions to view & create.kmz/.kml files from Google Earth
Page 1 of 6 Instructions to view & create.kmz/.kml files from Google Earth Make sure you have Google Earth downloaded on your computer. If you don t, please visit this link to download Google Earth http://www.google.com/earth/download/ge.
IBM Big Green Innovations Environmental R&D and Services
IBM Big Green Innovations Environmental R&D and Services Smart Weather Modelling Local Area Precision Forecasting for Weather-Sensitive Business Operations (e.g. Smart Grids) Lloyd A. Treinish Project
Earth Browser Users Guide
Earth Browser Users Guide Earth Browser Users Guide Contents What is Earth Browser?... 3 Getting Started... 3 System Requirements... 3 Downloading... 3 Browsing the Earth... 4 Your Tools... 4 Hand Tool...4
Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps
Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Presented by: Mike Sharp State Geographic Information Coordinator Oklahoma Office of Geographic Information MAGIC 2014 Symposium April 28-May1,
Latin American and Caribbean Flood and Drought Monitor Tutorial Last Updated: November 2014
Latin American and Caribbean Flood and Drought Monitor Tutorial Last Updated: November 2014 Introduction: This tutorial examines the main features of the Latin American and Caribbean Flood and Drought
Many technological advances and scientific breakthroughs
THE NEW DIGITAL FORECAST DATABASE OF THE NATIONAL WEATHER SERVICE BY HARRY R. GLAHN AND DAVID P. RUTH This new database capitalizes on the revolutionary way NWS forecasters are working together to make
Chapter 6: Data Acquisition Methods, Procedures, and Issues
Chapter 6: Data Acquisition Methods, Procedures, and Issues In this Exercise: Data Acquisition Downloading Geographic Data Accessing Data Via Web Map Service Using Data from a Text File or Spreadsheet
CURSO Inspire INSPIRE. SPEAKER: Pablo Echamendi Lorente. JEUDI 23/ THURSDAY 23 rd W S V : G E O S P A T I A L D A T A A C C E S S
CURSO Inspire JEUDI 23/ THURSDAY 23 rd SPEAKER: Pablo Echamendi Lorente WS 5 SCHEDULE WMS OVERVIEW ACTIONS OGC SPECIFICATIONS OTHER SERVICES OVERVIEW proposal: Member States shall establish and operate
Gathering and Managing Environmental Quality Data for Petroleum Projects ABSTRACT
Gathering and Managing Environmental Quality Data for Petroleum Projects Dr. David W. Rich, President, Geotech Computer Systems, Inc., Englewood, CO ABSTRACT Petroleum environmental projects face special
GOSIC NEXRAD NIDIS NOMADS
NOAA National Climatic Data Center GOSIC NEXRAD NIDIS NOMADS Christina Lief NOAA/NESDIS/NCDC GOSIC Program Manager NOAA/NESDIS/NCDC Asheville, NC 28801 GEOSS AIP Phase 2 Workshop September 25-26, 2008
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.
Follow That Hurricane!
Discover Your World With NOAA Follow That Hurricane! What You Will Do Devastating damage expected A most Track a hurricane on the same powerful hurricane with unprecedented type of chart used at the strength
McIDAS-V Tutorial Displaying Polar Satellite Imagery updated September 2015 (software version 1.5)
McIDAS-V Tutorial Displaying Polar Satellite Imagery updated September 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation
Texas Develops Online Geospatial Data Repository to Support Emergency Management
Bing Maps for Enterprise Microsoft Customer Solution Case Study Texas Develops Online Geospatial Data Repository to Support Emergency Management Overview Country or Region: United States Industry: Government
Regional Forecast Center Timişoara 15. Gh. Adam St., Timişoara, Romania, e-mail: [email protected]
Analele UniversităŃii din Oradea Seria Geografie Tom XX, no. 2/2010 (December), pp 197-203 ISSN 1221-1273, E-ISSN 2065-3409 Article no. 202106-492 SOME DOPPLER RADAR FEATURES OF SEVERE WEATHER IN SUPERCELLS
Open Source Visualisation with ADAGUC Web Map Services
Open Source Visualisation with ADAGUC Web Map Services Maarten Plieger Ernst de Vreede John van de Vegte, Wim Som de Cerff, Raymond Sluiter, Ian van der Neut, Jan Willem Noteboom 1 ADAGUC project Cooperative
Reef Explorer User Guide
Reef Explorer User Guide Contents USER INTERFACE...2 DATA CONTENT...3 BASEMAPS...4 ESRI BASEMAPS...4 National Geographic World Map...4 Light Gray Canvas Map...4 Ocean Basemap...4 World Terrain Base...4
Design and Deployment of Specialized Visualizations for Weather-Sensitive Electric Distribution Operations
Fourth Symposium on Policy and Socio-Economic Research 4.1 Design and Deployment of Specialized Visualizations for Weather-Sensitive Electric Distribution Operations Lloyd A. Treinish IBM, Yorktown Heights,
CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES
CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES M. Laka-Iñurrategi a, I. Alberdi a, K. Alonso b, M. Quartulli a a Vicomteh-IK4, Mikeletegi pasealekua 57,
PDF MAPS FOR SMARTPHONES AND TABLETS
INTRODUCTION Incident mapping often utilizes PDF documents of maps to be created for printing, archiving, and now for the ability to use these products in the field. With the release of Adobe Acrobat 9
P10.145 POTENTIAL APPLICATIONS OF A CONUS SOUNDING CLIMATOLOGY DEVELOPED AT THE STORM PREDICTION CENTER
P10.145 POTENTIAL APPLICATIONS OF A CONUS SOUNDING CLIMATOLOGY DEVELOPED AT THE STORM PREDICTION CENTER Jaret W. Rogers*, Richard L. Thompson, and Patrick T. Marsh NOAA/NWS Storm Prediction Center Norman,
Flight information that keeps pilots a step ahead.
Integrated Flight Information system Flight information that keeps pilots a step ahead. At Rockwell Collins, we re ushering in the era of the truly paperless flight deck while providing a higher level
OPERATIONAL USE OF TOTAL LIGHTNING INFORMATION FOR WEATHER AND AVIATION AT DALLAS-FORT WORTH
7.4 OPERATIONAL USE OF TOTAL LIGHTNING INFORMATION FOR WEATHER AND AVIATION AT DALLAS-FORT WORTH Martin J. Murphy*, Ronald L. Holle, and Nicholas W.S. Demetriades Vaisala Inc., Tucson, Arizona 1. INTRODUCTION
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,
Water Monitoring System Website User Guide www.fldep-stevens.com
Florida Department of Environmental Protection Division of State Lands Bureau of Survey and Mapping Water Monitoring System Website User Guide www.fldep-stevens.com Provided by Stevens Water Monitoring
OBSERVATIONS FROM THE APRIL 13 2004 WAKE LOW DAMAGING WIND EVENT IN SOUTH FLORIDA. Robert R. Handel and Pablo Santos NOAA/NWS, Miami, Florida ABSTRACT
OBSERVATIONS FROM THE APRIL 13 2004 WAKE LOW DAMAGING WIND EVENT IN SOUTH FLORIDA Robert R. Handel and Pablo Santos NOAA/NWS, Miami, Florida ABSTRACT On Tuesday, April 13, 2004, a high wind event swept
Parallel Visualization for GIS Applications
Parallel Visualization for GIS Applications Alexandre Sorokine, Jamison Daniel, Cheng Liu Oak Ridge National Laboratory, Geographic Information Science & Technology, PO Box 2008 MS 6017, Oak Ridge National
Magnum AVL GPS Fleet Tracking User Interface Help Guide
2011 Magnum AVL GPS Fleet Tracking User Interface Help Guide Contents: Recent Technical Bulletins and Website Updates, Overview of Control Panel and Software Menus and Quick Reference How To Guide Magnum
PLOTTING SURVEYING DATA IN GOOGLE EARTH
PLOTTING SURVEYING DATA IN GOOGLE EARTH D M STILLMAN Abstract Detail surveys measured with a total station use local coordinate systems. To make the data obtained from such surveys compatible with Google
TerraAmazon - The Amazon Deforestation Monitoring System - Karine Reis Ferreira
TerraAmazon - The Amazon Deforestation Monitoring System - Karine Reis Ferreira GEOSS Users & Architecture Workshop XXIV: Water Security & Governance - Accra Ghana / October 2008 INPE National Institute
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
BECAUSE WEATHER MATTERS UBIMET
UBIMET Weather Information and Alert Systems for Railroads UBIMET because weather matters One of the largest private weather services in Europe Provides severe weather warnings for more than 1 million
TUTORIAL - Locations & Mapping. Using the ESdat Environmental Database System. For use with ESDAT version 5
TUTORIAL - Locations & Mapping Using the ESdat Environmental Database System For use with ESDAT version 5 (version 5 software updates available from ) Function Tutorial - Locations and Mapping Table of
Expert Review and Questionnaire (PART I)
NASA ARC Project 1-9-2001 Web-based Geospatial Information Services and Analytic Tools for Habitat Conservation and Management Expert Review and Questionnaire (PART I) Thank you for participating in this
CyberTracker. Step-by-Step Tutorial. How to Customise a Wildlife Monitoring Application
CyberTracker Step-by-Step Tutorial How to Customise a Wildlife Monitoring Application This tutorial will demonstrate how to customise a CyberTracker Wildlife Monitoring and Line Transect Survey Application.
Technical Report. An Interactive Iso-Surface Based 3D Weather Radar Data Visualization Package Using VisAD for WDSSII
Technical Report An Interactive Iso-Surface Based 3D Weather Radar Data Visualization Package Using VisAD for WDSSII (Jianting Zhang, Last Modified 2/5/2004) Abstract... 2 1 Introduction... 3 2 Overviews
MetFetch: Automated Meteorological Data Retrieval for Fast-Running Emergency Response Codes
MetFetch: Automated Meteorological Data Retrieval for Fast-Running Emergency Response Codes 18 th Annual George Mason University Conference on Atmospheric Transport and Dispersion Modeling June 25, 2014
Developing Fleet and Asset Tracking Solutions with Web Maps
Developing Fleet and Asset Tracking Solutions with Web Maps Introduction Many organizations have mobile field staff that perform business processes away from the office which include sales, service, maintenance,
Practical, Easy-to-Use, Free GIS and Remote Sensing Tools for Resource Management
Practical, Easy-to-Use, Free GIS and Remote Sensing Tools for Resource Management Andrew Lister Research Forester 11 Campus Blvd, Ste. 200 Newtown Square, PA 19073 [email protected] Abstract: Geographic
South Dakota Severe Weather Awareness Week April 22nd through 26th
National Weather Service Aberdeen, South Dakota April 2013 Inside this issue: Severe Weather Awareness Impact Based Warnings Impact Based Warnings (cont) Record Cold March Record Cold March (cont) Seasonal
In a majority of ice-crystal icing engine events, convective weather occurs in a very warm, moist, tropical-like environment. aero quarterly qtr_01 10
In a majority of ice-crystal icing engine events, convective weather occurs in a very warm, moist, tropical-like environment. 22 avoiding convective Weather linked to Ice-crystal Icing engine events understanding
Technical Attachment. The National Weather Service Estimated Actual Velocity Radar Tool. Ken Falk WFO Shreveport, Louisiana
SRH STSD 2007-03 October 2007 Technical Attachment The National Weather Service Estimated Actual Velocity Radar Tool 1. Introduction Ken Falk WFO Shreveport, Louisiana A radar analysis tool has been introduced
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.
BROCK UNIVERSITY MAP LIBRARY MY GOOGLE EARTH. 1. Link to the Air Photo Index page -> link to the 1934 air photos. A map of Niagara will appear.
BROCK UNIVERSITY MAP LIBRARY MY GOOGLE EARTH Step 1: Downloading an Air Photo From the Map Library website www.brocku.ca/maplibrary 1. Link to the Air Photo Index page -> link to the 1934 air photos. A
Reprojecting MODIS Images
Reprojecting MODIS Images Why Reprojection? Reasons why reprojection is desirable: 1. Removes Bowtie Artifacts 2. Allows geographic overlays (e.g. coastline, city locations) 3. Makes pretty pictures for
Mobile Data Collection with Avenza PDF Maps
Mobile Data Collection with Avenza PDF Maps Installing the App The Avenza PDF Maps app v2.0.1 should already be installed on your device. If not, you can search Avenza in the App store to install it. Please
Motion & The Global Positioning System (GPS)
Grade Level: K - 8 Subject: Motion Prep Time: < 10 minutes Duration: 30 minutes Objective: To learn how to analyze GPS data in order to track an object and derive its velocity from positions and times.
Improved Warnings for Natural Hazards: A Prototype System for Southern California
Improved Warnings for Natural Hazards: A Prototype System for Southern California Yehuda Bock Research Geodesist Scripps Institution of Oceanography University of California San Diego, La Jolla, Calif.
Project Title: Quantifying Uncertainties of High-Resolution WRF Modeling on Downslope Wind Forecasts in the Las Vegas Valley
University: Florida Institute of Technology Name of University Researcher Preparing Report: Sen Chiao NWS Office: Las Vegas Name of NWS Researcher Preparing Report: Stanley Czyzyk Type of Project (Partners
INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER
INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER Qian Liu Environmental Systems Research Institute 380 New York Street Redlands, CA92373, U.S.A - [email protected] KEY WORDS: OGC, Standard, Interoperability,
FORENSIC WEATHER CONSULTANTS, LLC
SAMPLE, CONDENSED REPORT DATES AND LOCATIONS HAVE BEEN CHANGED FORENSIC WEATHER CONSULTANTS, LLC Howard Altschule Certified Consulting Meteorologist 1971 Western Avenue, #200 Albany, New York 12203 518-862-1800
Satellite Products and Dissemination: Visualization and Data Access
Satellite Products and Dissemination: Visualization and Data Access Gregory Leptoukh GES DISC, NASA GSFC Dana Ostrenga GES DISC, NASA GSFC Introduction The Goddard Earth Sciences Data and Information Services
MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations
MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction
