Arulraj.M Manager, Bhuvan Web Services Development

Size: px
Start display at page:

Download "Arulraj.M Manager, Bhuvan Web Services Development"

Transcription

1 Arulraj.M Manager, Bhuvan Web Services Development

2 BHUVAN FRAMEWORK BHUVAN DATA AS A SERVICE CONSUMING BHUVAN DATA USING OPENLAYERS API Customizing Bhuvan Framework BHUVAN TOOLS AND CAPABILITIES

3 BHUVAN Indian Geo-Platform of ISRO Visualization (20 TB) and Free Download (100 GB) Maps & OGC Services (~6200+) Applications (75) State Portals (30) Crowd Sourcing (9 M) 60 K Registered Users 1 M unique visitors 125 K Subscribers 462 K free download ( downloads in Year 2015) More than 30 applications in Visualisation 2012 Mashups 2015 Platform

4 Web Browser OpenLayers (JavaScript Maps) PostrreSQL /PostGIS Map Viewer Feature Viewer or Editor MapServer / Geoserver WMS (Maps) Map Drawing WFS (Features) Feature Data Data Store Bhuvan 2D Vector Shapefiles Raster IMG

5 Software Purpose Licensing Scheme OpenLayers API Client-side scripting language 2 Clause BSD license Geoserver Serving Vector Data GNU General Public License UMN Mapserver TileCache PHP HyperText Preprocessor Serving Raster data Server-side scripting language MIT License JASIG Central Authentication Servicer Own Open source license Php Bulletin Board Discussion Forum GNU General Public License PostGreSQL, PostGIS RDMS Liberal open source license MySQL Apache and Tomcat Webserver RDBMS specific for Bhuvan FTP and Home Pages For serving the Web Pages FOSS License Apache License Apache FTP For Bhuvan FTP server Apache License PhoneGap For android based mobile app Apache License id editor For Bhuvan - Mapper GNU GPL 2.0 license Sahana Eden For Crisis Management MIT License

6 Web Map Service (WMS) Web Map Tile Service (WMTS) Web Processing Service (WPS) Web Catalogue Service (CSW) Keyhole Markup Language (KML) Enabling Interoperability towards integrated Geospatial information management OGC Website of the Month Dec 2010

7 Satellite Data OGC services Dynamic Projection support Proj.4 (EPSG:4326, EPSG:900913, EPSG:3857) Generic application framework - NASHIK Police, IMD Bhuvan APIs (Search, Statistics) Codes4All (Stacking, NDVI, Raster and Vector processing) Mobile application with offline data storage / local cache of map tiles https using Open SSL Local server farms

8 Transforming Bhuvan into Multilingual Platform Open 3D with Local Terrain and Terrain Profile Photosphere in 2D - Crowd sourcing Route Navigation (distance, time) Proximity Analysis (with rich POI) 3D city models and 360 Deg views Time Series View

9 Satellite Data Thematic Data Web GIS Desktop GIS

10 <iframe width='500' height='400' frameborder='0' scrolling='no' marginwidth='0'src= &b= &r= &t= &val= h></iframe>

11 Salient Features Creation of Maps from Text Files Maps from State and District Census code or Name(Choropleth Maps) & XY Data (Point Map) Classification based on Equal Range, Unique values (color ramp or color parameters, Edit-Range and color values) Web browser as a Independent Dynamic GIS viewer from POSTGIS Non-Spatial to Spatial : Simplified

12 The version component of the URL should be replaced with a version of the format v + version number. The current version is v1. The current available format is json. Optional Parameters limit: start-end values for retrieving response {"results":[{"name":"hyderabad","dist":"unnao","state":"uttar PRADESH","Longitude":"80.5","Latitude":"26.82"},{"Name":"Hyderabad BO Post Office","Dist":"JUNAGADH","State":"GUJARAT","Longitude":"70.17","Latitude":"21.1"},{" Name":"Hyderabad GPO Post Office","Dist":"HYDERABAD","State":"TELANGANA","Longitude":"78.48","Latitude":"17.3 9"}], "Results Matched":5, "status":"success" }

13 IMD Nowcast Farmer Portal Visualization of Fog and thunderstorm data taking Bhuvan as a backdrop on IMD Website Visualization of Mandi, Cold Storage, Irrigated, Un irrigated on Bhuvan Farmer Portal

14 OpenLayers makes it easy to put a dynamic map in any web page. It can display map tiles and markers loaded from any source. OpenLayers has been developed to further the use of geographic information of all kinds. It is completely free, Open Source JavaScript An API for building web map applications Pure client-side JavaScript AJAX Supports open standards Supports closed standards, too BSD licensed

15 <html> <head> <script src=" </head> <body> <div style="width:100%; height:100%" id="map"></div> <script defer="defer" type="text/javascript"> var map = new OpenLayers.Map('map'); var wms = new OpenLayers.Layer.WMS("OpenLayers WMS", " {layers: 'basic'}); map.addlayer(wms); map.zoomtomaxextent(); </script> </body> </html>

16 Adding layer as Overlay var overlay = new OpenLayers.Layer.WMS("Bhuvan LULC 250K", " ", {layers: ' vector:as_lulc50k_0506, transparent:true} ); map.addlayer(overlay) Adding Controls Layer Switcher map.addcontrol(new OpenLayers.Control.LayerSwitcher()) Panzoombar map.addcontrol(new OpenLayers.Control.PanZoomBar()); Attribution map.addcontrol(new OpenLayers.Control.Attribution()); Scale Line - map.addcontrol( new OpenLayers.Control.ScaleLine()) Overviewmap - map.addcontrol( new OpenLayers.Control.OverviewMap())

17 Bringing Bhuvan Map/Sat/Hybrid using Openlayers Load a KML and see the result in Popup Overlay WMS service Thematic Layer eg. LULC Zoom to a particular layer extent Swipe a WMS layer

18

19 Index.php Tools Sample Tool lib/bhuvan.js sample.php sample.js

20 <input type="checkbox" value="current Weather Information at important Automatic Weather Stations(AWS)" onclick="if(this.checked) {loadkml('wea_aws_current','tools/envis/awskml.kml')} else {popupcontrol.deactivate(),removelayer('wea_aws_current')} " > Weather Data

21 <input id='swipelayer' type="checkbox" value="lulc" onclick="if(this.checked){loadmap(' /gwc/service/wms/','vector:mh_lulc50k_0506')} else {removelayer('vector:mh_lulc50k_0506')}" > LULC Andhra Pradesh

22 var prev_swipeid=null; function swipe_layer1(id,layername,cid) { if(!(document.getelementbyid(cid).checked)) { alert("please overlay the layer for swipe"); return; } if($("#"+id).val().match('activate Swipe') == 'Activate Swipe') { $("#"+id).val("deactivate Swipe"); activate_swipe(layername); if(prev_swipeid) $("#"+prev_swipeid).val("activate Swipe"); prev_swipeid = id; } else { $("#"+id).val("activate Swipe"); deactivate_swipe(); } }

23 Geoprocessing AOI Analysis (for Thematic Services) Amenity Search (for Municipal GIS) Selected AOI Output Statistics Searching nearby Amenity Get Direction Results displayed on map Proximity Analysis

24 Automated Chain for Clip & Ship facility (For LULC 20K download) Create Shape file (using Draw Tool) Thematic-data dissemination through FTP Add Shape file (under Tools -> Add Layer) Add KML file (under Tools -> Add Layer)

25 Geo-Processing Spatial Query Shell Analysis Bhuvan Thematic Services Wasteland query Distribution of Fly-catchers Spatial Query Allows user to query the wasteland layer based on theme class and Area Allows user to query the Flycatcher distribution layer based on name, sighted location and species

26 WMS Manager (under Bhuvan General Tools) Listing external WMS Layers Forest Fire Regimes (For Disaster Services & Forest State portals) Consuming WMS Services from WMS Manager Utility for populating the layers available through WMS Service providers and to overlay on the Bhuvan Satellite imagery & thematic data A fire regime is the pattern, frequency and intensity of fires in an area. Three metrics are calculated :Average fire density(afd), Length of fire period (LFP), Standard deviation of AFD (SAFD)

27 Central Department of Posts Geotagging and Citizen Centric MoEF&CC CRIS,ENVIS, Agriculture Fire NHAI Toll Information System NCERT: School Bhuvan Bhujal : Ground Water Prospects Information System Integrated Watershed Management Programme M&E Indian Railways Ticketing, Tracking Farmer Portal and Hailstorm Application Bhuvan Clean Ganga PRAGATI PMO Project Monitoring Pradhan Mantri Krishi Sinchayee Yojana

28 Central Delta and Island Information System Monuments & Heritage Sites Higher Education Flood Early Warning System Godavari Urban Frame Survey Housing for All Water Supply Pipeline Grid Optimization NYKS Asset Mapping G-Girdavari : Cadastral data, Attribute Linking Geospatial Representation of Census data and more

29 State 30 State Portals Agricultural Fire Alert for Haryana Forest Fire Alerts for AP and MH Uttarakhand Forest Department Telangana State Portals PRED AP Drug Control Board, NTR Vaidya Seva- Health Water Resources Management Support: Maharashtra Flood Hazard Zonation for Assam State Karnataka Forest Application Version-2 NEDRP layers. and more

30 Controlled AP State Housing, NTR Vaidya Seva, Drugs, MNCFC, Dept of Posts, MANU, HUDHUD, Panchayat, KFD, ECI Public POI, Disaster(Nepal, Chennai), More than 9 M Data 50 + Mobile Application Add Content, Photos, Panorama and 3D models

31 6 Documents Bhuvan User handbook Geospatial Contents Geospatial Data Standards Mobile Application Framework Application & Outputs System and Software Description

32 Bhuvan NODES (distributed Bhuvan) Central, State, Ministry More function specific APIs Online Geo Processing Services 3D Tile Services Location Based Services Generic Framework for collaborative applications Custom Mobile apps Hosting user data Bhuvan Overview Training every 2 months

33 Looking for the volunteers in the areas of Language Data providers Validation Developers etc. If you wish to collaborate with Bhuvan, please feel free to write to us For Technical Queries visit -

34 Data Societal Good Visualisation Governance Platform Team Bhuvan

Bhuvan Services and Applications

Bhuvan Services and Applications Bhuvan Services and Applications http://bhuvan.nrsc.gov.in National Remote Sensing Centre Indian Space Research Organization Department of Space, Hyderabad BHUVAN Indian Geoplatform of ISRO Visualization

More information

bhuvan Gateway to Indian Earth Observation Data Products & Services ISRO s Geoportal

bhuvan Gateway to Indian Earth Observation Data Products & Services   ISRO s Geoportal bhuvan ISRO s Geoportal Gateway to Indian Earth Observation Data Products & Services One-stop versatile Web based Earth Observation Data Products & Services Interactive 3D Environment Societal Applications

More information

Lessons, challenges & innovations: Indian Case studies EO data research to use

Lessons, challenges & innovations: Indian Case studies EO data research to use Lessons, challenges & innovations: Indian Case studies EO data research to use Vinay K Dadhwal Director Indian Institute of Space Science & Technology Scaling-up Innovations for Solution Enablement (Commercialisation

More information

GeoSpatial Technologies and Web Applications

GeoSpatial Technologies and Web Applications GeoSpatial Technologies and Web Applications M. Arulraj Sci/Engr SF Manager, Bhuvan Web Services Development arulraj_m@nrsc.gov.in GIS Activities in Problem Solving Environment Empowering Human Activities

More information

Building Java Apps with ArcGIS Runtime SDK

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

More information

DisasterHub. DisasterHub

DisasterHub. DisasterHub DisasterHub DisasterHub A mobile application for enabling crowd generated data fusion in Earth Observation disaster management Mr. Vassilis TSIRONIS (NOA) Mr. Themistocles HEREKAKIS (NOA) Mrs. Alexia TSOUNI

More information

Extending GDAL/OGR and UMN MapServer

Extending GDAL/OGR and UMN MapServer Extending GDAL/OGR and UMN MapServer Maarten Plieger Nils de Reus Providing the building blocks for a geospatial infrastructure http://adaguc.knmi.nl/ This project is sponsored by Space for Geo-Information

More information

ArcGIS Runtime SDK for Java: Building Applications. Eric

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

More information

The power of virtual globes for valorising cultural heritage and enabling sustainable tourism: NASA World Wind applications

The power of virtual globes for valorising cultural heritage and enabling sustainable tourism: NASA World Wind applications The power of virtual globes for valorising cultural heritage and enabling sustainable tourism: NASA World Wind applications Maria Antonia Brovelli*, Patrick Hogan**, Marco Minghini*, Giorgio Zamboni* *

More information

SkylineGlobe 6.5 Technology Overview

SkylineGlobe 6.5 Technology Overview SkylineGlobe 6.5 Technology Overview w w w. S k y l i n e G l o b e. c o m Contents SKYLINEGLOBE PRODUCTS... 4 SKYLINEGLOBE ENTERPRISE... 5 SKYLINEGLOBE ENTERPRISE BUNDLE COMPONENTS... 6 TERRABUILDER...

More information

GeoServer Beginner's Guide PDF

GeoServer Beginner's Guide PDF GeoServer Beginner's Guide PDF Share and edit geospatial data with this open source software server Overview Learn free and open source geospatial mapping without prior GIS experience Share real-time maps

More information

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

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

More information

A SIMULATION-AS-A-SERVICE FRAMEWORK FACILITATING WEBGIS BASED INSTALLATION PLANNING

A SIMULATION-AS-A-SERVICE FRAMEWORK FACILITATING WEBGIS BASED INSTALLATION PLANNING A SIMULATION-AS-A-SERVICE FRAMEWORK FACILITATING WEBGIS BASED INSTALLATION PLANNING Z. Zheng a, Z.Y. Chang, Y.F. Fei a a Dept. of Planning, Beijing Special Civil Engineering Design and Research Institute,

More information

Customer Showcase > Defense and Intelligence

Customer Showcase > Defense and Intelligence Customer Showcase Skyline TerraExplorer is a critical visualization technology broadly deployed in defense and intelligence, public safety and security, 3D geoportals, and urban planning markets. It fuses

More information

Analysis & Geoprocessing: Case Studies Problem Solving

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

More information

SkylineGlobe 6 Technology Overview

SkylineGlobe 6 Technology Overview SkylineGlobe 6 Technology Overview w w w. S k y l i n e G l o b e. c o m Contents SKYLINEGLOBE PRODUCTS... 3 TERRAEXPLORER... 7 TERRAEXPLORER FAMILY... 7 TERRAEXPLORER PRODUCTS - MAIN FEATURES... 8 C2MP

More information

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

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

More information

HMA Architecture WG Meeting,

HMA Architecture WG Meeting, www.dlr.de Chart 1 DLR Online Data Access Status D-SDA Geoservice Team, S. Kiemle 2012-02-15 DLR EO Online Data Access Status HMA Architecture WG Meeting, 2012-02-15 www.dlr.de Chart 2 DLR Online Data

More information

Monitoring of Irrigation Projects using BHUVAN web Services NWA, Pune

Monitoring of Irrigation Projects using BHUVAN web Services NWA, Pune Monitoring of Irrigation Projects using BHUVAN web Services NWA, Pune 30th June,2014 2.1 Field Data The field data required is name of the canal, name of the parent canal, design offtake chainage, design

More information

ERDAS APOLLO Essentials Web Map Tile Service (WMTS): custom tile matrix sets

ERDAS APOLLO Essentials Web Map Tile Service (WMTS): custom tile matrix sets ERDAS APOLLO Essentials 2015 Web Map Tile Service (WMTS): custom tile matrix sets ii Custom Tile Matrix sets 2015 Intergraph Corporation and/or its affiliates. All Rights Reserved. Printed in the United

More information

Spatial Analysis with ArcGIS Pro. Krithica Kantharaj, Esri

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

More information

18 th January 2018 Hyderabad. Shishir Verma Sr. Vice President

18 th January 2018 Hyderabad. Shishir Verma Sr. Vice President 18 th January 2018 Hyderabad Shishir Verma Sr. Vice President MapmyIndia At a Glance FOUNDED EMPLOYEES CONSUMER BASE ENTERPRISE CLIENTS CERTIFICATION CMMI ML 3 1995 750+ 5,000,000+ 5000+ ISO 9001:2008

More information

Deliverable 5-A&B: A Review and Demonstration of the Geotechnical Asset Management Decisions Support System (GAMDSS)

Deliverable 5-A&B: A Review and Demonstration of the Geotechnical Asset Management Decisions Support System (GAMDSS) Deliverable 5-A&B: A Review and Demonstration of the Geotechnical Asset Management Decisions Support System (GAMDSS) Reid Sawtell, Rüdiger Escobar Wolf, El Hachemi Bouali, Thomas Oommen, Rick Dobson, and

More information

Working with Elevation Services. Cody Benkelman

Working with Elevation Services. Cody Benkelman Working with Elevation Services Cody Benkelman Outline ArcGIS Online World Elevation & 3D Elevation Cache for Pro What is included? - Data and Tools How can I use it? - Modes of use - Client Applications

More information

Designing a WebGIS architecture for aviation impact assessment

Designing a WebGIS architecture for aviation impact assessment UNCLASSIFIED Nationaal Lucht- en Ruimtevaartlaboratorium National Aerospace Laboratory NLR Executive summary Designing a WebGIS architecture for aviation impact assessment Problem area In aviation a lot

More information

ArcGIS Online Content

ArcGIS Online Content Esri International User Conference San Diego, California Technical Workshops July 25, 2012 ArcGIS Online Content Deane Kensok Sarah Osborne Today s Agenda Overview Esri Content Portfolio - What s Available,

More information

Accelerator management with

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

More information

Assessment of Spatiotemporal Changes in Vegetation Cover using NDVI in The Dangs District, Gujarat

Assessment of Spatiotemporal Changes in Vegetation Cover using NDVI in The Dangs District, Gujarat Assessment of Spatiotemporal Changes in Vegetation Cover using NDVI in The Dangs District, Gujarat Using SAGA GIS and Quantum GIS Tutorial ID: IGET_CT_003 This tutorial has been developed by BVIEER as

More information

Qt Developing ArcGIS Runtime Applications. Eric

Qt Developing ArcGIS Runtime Applications. Eric Qt Developing ArcGIS Runtime Applications Eric Bader @ECBader Agenda Getting Started Creating the Map Geocoding and Routing Geoprocessing Message Processing Working Offline The Next Release What s Coming

More information

FIRST BRAIN STORMING SESSION FOR SOUTHERN ENVIS CENTRES ENVIS CENTRE KERALA KERALA STATE COUNCIL FOR SCIENCE TECHNOLOGY AND ENVIRONMENT (KSCSTE)

FIRST BRAIN STORMING SESSION FOR SOUTHERN ENVIS CENTRES ENVIS CENTRE KERALA KERALA STATE COUNCIL FOR SCIENCE TECHNOLOGY AND ENVIRONMENT (KSCSTE) FIRST BRAIN STORMING SESSION FOR SOUTHERN ENVIS CENTRES ENVIS CENTRE KERALA KERALA STATE COUNCIL FOR SCIENCE TECHNOLOGY AND ENVIRONMENT (KSCSTE) Dr. Kamalakshan Kokkal Joint Director and ENVIS Coordinator

More information

A Server-Based Tool for Automating MODFLOW Simulations for Well Permitting Decision Support

A Server-Based Tool for Automating MODFLOW Simulations for Well Permitting Decision Support Brigham Young University BYU ScholarsArchive All Theses and Dissertations 2012-07-09 A Server-Based Tool for Automating MODFLOW Simulations for Well Permitting Decision Support David J. Jones Brigham Young

More information

A Web Application and Subscription Service for Landsat Forest Area Change Tools (LandsatFACT)

A Web Application and Subscription Service for Landsat Forest Area Change Tools (LandsatFACT) A Web Application and Subscription Service for Landsat Forest Area Change Tools (LandsatFACT) Development Team N.C. Forest Service: David Jones & Brian McLean UNC Asheville s NEMAC: Jim Fox, Derek Morgan,

More information

WMS Benchmarking 2011

WMS Benchmarking 2011 WMS Cadcorp GeognoSIS, Constellation-SDI, GeoServer, Mapnik, MapServer, QGIS Server 1 Executive summary Compare the performance of WMS servers 6 teams In a number of different workloads: Vector: projected

More information

Web3D and X3D Overview

Web3D and X3D Overview Web3D and X3D Overview Web3D Consortium Anita Havele, Executive Director Anita.havele@web3d.org March 2015 Market Needs Highly integrated interactive 3D worlds Cities - Weather - building - Engineering

More information

Managing Imagery and Raster Data. Peter Becker

Managing Imagery and Raster Data. Peter Becker Managing Imagery and Raster Data Peter Becker ArcGIS is a Comprehensive Imagery Platform Empowering you to make informed decisions System of Engagement System of Insight Extract Information from Imagery

More information

UNOSAT Satellite Imagery and GIS Solutions for DRR and Emergency Management

UNOSAT Satellite Imagery and GIS Solutions for DRR and Emergency Management UNOSAT Satellite Imagery and GIS Solutions for DRR and Emergency Management Francesco Pisano Director, Research, Technology Applications & Knowledge Systems January 2013 Introduction to UNOSAT 2 About

More information

Web3D Standards. X3D: Open royalty-free interoperable standard for enterprise 3D

Web3D Standards. X3D: Open royalty-free interoperable standard for enterprise 3D Web3D Standards X3D: Open royalty-free interoperable standard for enterprise 3D ISO/TC 184/SC 4 - WG 16 Meeting - Visualization of CAD data November 8, 2018 Chicago IL Anita Havele, Executive Director

More information

ArcGIS Runtime: Analysis. Lucas Danzinger Mark Baird Mike Branscomb

ArcGIS Runtime: Analysis. Lucas Danzinger Mark Baird Mike Branscomb ArcGIS Runtime: Analysis Lucas Danzinger Mark Baird Mike Branscomb ArcGIS Runtime session tracks at DevSummit 2018 ArcGIS Runtime SDKs share a common core, architecture and design Functional sessions promote

More information

AR Glossary. Terms. AR Glossary 1

AR Glossary. Terms. AR Glossary 1 AR Glossary Every domain has specialized terms to express domain- specific meaning and concepts. Many misunderstandings and errors can be attributed to improper use or poorly defined terminology. The Augmented

More information

Using Geoprocessing Services with ArcGIS Web Mapping APIs

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

More information

CITI-SENSE project. c/o NILU Norwegian Institute for Air Research Postboks Kjeller NORWAY

CITI-SENSE project. c/o NILU Norwegian Institute for Air Research Postboks Kjeller NORWAY CITI-SENSE project c/o NILU Norwegian Institute for Air Research Postboks 100 2027 Kjeller NORWAY CITI-SENSE project Development of sensor-based Citizens' Observatory Community for improving quality of

More information

Implementing Analysis in ArcGIS Runtime

Implementing Analysis in ArcGIS Runtime Esri Developer Summit March 8 11, 2016 Palm Springs, CA Implementing Analysis in ArcGIS Runtime Mike Branscomb Eric Bader David Lednik Analysis Understand Places Determine relationships Find locations

More information

Information Systems and Social Legitimacy

Information Systems and Social Legitimacy Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Information Systems and Social Legitimacy Scientific Visualization of Water Quality

More information

2010 Census Mapping Evolution, Potentialities and Integration to the National Spatial Data Infrastructure

2010 Census Mapping Evolution, Potentialities and Integration to the National Spatial Data Infrastructure 2010 Census Mapping Evolution, Potentialities and Integration to the National Spatial Data Infrastructure Miriam Barbuda, MsC LATIN AMERICA GEOSPATIAL FORUM Brazil, Rio de Janeiro, 15-17August 2012 BRAZIL

More information

Geocoding DoubleCheck: A Unique Location Accuracy Assessment Tool for Parcel-level Geocoding

Geocoding DoubleCheck: A Unique Location Accuracy Assessment Tool for Parcel-level Geocoding Measuring, Modelling and Mapping our Dynamic Home Planet Geocoding DoubleCheck: A Unique Location Accuracy Assessment Tool for Parcel-level Geocoding Page 1 Geocoding is a process of converting an address

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial

White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 2 Setup and Use Tutorial Keith T. Weber, GISP, GIS Director, Idaho State University, 921 S. 8th Ave., stop 8104, Pocatello, ID

More information

A system for visualization of power-quality and optimization of the charging behavior for electric vehicles

A system for visualization of power-quality and optimization of the charging behavior for electric vehicles International Conference on Renewable Energies and Power Quality (ICREPQ 15) La Coruña (Spain), 25 th to 27 th March, 2015 Renewable Energy and Power Quality Journal (RE&PQJ) ISSN 2172-038 X, No.13, April

More information

Geospatial Keynote Nordic Civil konference I Vejle Bentley Systems, Incorporated 2016 Bentley Systems, Incorporated

Geospatial Keynote Nordic Civil konference I Vejle Bentley Systems, Incorporated 2016 Bentley Systems, Incorporated Geospatial Keynote Nordic Civil konference 07.11.2016 I Vejle 1 WWW.BENTLEY.COM 2016 Bentley Systems, Incorporated 2016 Bentley Systems, Incorporated Introduction Johannes Klick Senior Support Manager

More information

Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations

Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations JULIA GIANNELLA, IMPA, LUIZ VELHO, IMPA, Fig 1: Liquid Galaxy is a multi-display platform

More information

Harmonising Web Feeds for Emergency Management

Harmonising Web Feeds for Emergency Management 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Harmonising Web Feeds for Emergency Management R. Power a, C. Wise a, B. Robinson

More information

Modeling & Simulation Capability for Consequence Management

Modeling & Simulation Capability for Consequence Management Modeling & Simulation Capability for Consequence Management Vic Baker Advanced Systems Technologies Mid-Atlantic Technology, Research & Innovation Center (MATRIC) Morgantown, WV, USA vic.baker@matricresearch.com

More information

Open Standard based Visualization Infrastructure for 3D Geospatial Information

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

More information

Separation of crop and vegetation based on Digital Image Processing

Separation of crop and vegetation based on Digital Image Processing Separation of crop and vegetation based on Digital Image Processing Mayank Singh Sakla 1, Palak Jain 2 1 M.TECH GEOMATICS student, CEPT UNIVERSITY 2 M.TECH GEOMATICS student, CEPT UNIVERSITY Word Limit

More information

Data Preparation. Warren Vick Europa Technologies Ltd.

Data Preparation. Warren Vick Europa Technologies Ltd. Data Preparation Warren Vick Europa Technologies Ltd. What s your poison? We use a variety of methods and technologies Straw poll Hand drawn Non-GIS software (whole process) Esri PB / MapInfo Open source

More information

Dissemination and 3D Visualisation of Hampshire Aerial data

Dissemination and 3D Visualisation of Hampshire Aerial data Dissemination and 3D Visualisation of Hampshire Aerial data Final Report September 2015 Jason Sadler + Homme Zwaagstra, GeoData Project Outline Hampshire County Council released 100GB of high resolution

More information

How to put the Image Services in the Living Atlas to Work in Your GIS. Charlie Frye, Chief Cartographer Esri, Redlands

How to put the Image Services in the Living Atlas to Work in Your GIS. Charlie Frye, Chief Cartographer Esri, Redlands How to put the Image Services in the Living Atlas to Work in Your GIS Charlie Frye, Chief Cartographer Esri, Redlands Image Services in the Living Atlas of the World Let s have a look: https://livingatlas.arcgis.com

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

ArcGIS Pro: What s New in Analysis. Rob Elkins

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

More information

Upgrading Common Workflows from 10.2.x to 100.x with ArcGIS Runtime SDK for.net. Melanie Whalen & Lauren Boyd

Upgrading Common Workflows from 10.2.x to 100.x with ArcGIS Runtime SDK for.net. Melanie Whalen & Lauren Boyd Upgrading Common Workflows from 10.2.x to 100.x with ArcGIS Runtime SDK for.net Melanie Whalen & Lauren Boyd Agenda Architectural Overview Maps Editing Analysis Resources Q&A Architectural Overview Architecture:

More information

Programme TOC. CONNECT Platform CONNECTION Client MicroStation CONNECT Edition i-models what is comming

Programme TOC. CONNECT Platform CONNECTION Client MicroStation CONNECT Edition i-models what is comming Bentley CONNECT CONNECT Platform MicroStation CONNECT Edition 1 WWW.BENTLEY.COM 2016 Bentley Systems, Incorporated 2016 Bentley Systems, Incorporated Programme TOC CONNECT Platform CONNECTION Client MicroStation

More information

Using the ModelBuilder of ArcGIS 9 for Landscape Modeling

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

More information

Augmented Presentation of Animal and Environmental Data

Augmented Presentation of Animal and Environmental Data Augmented Presentation of Animal and Environmental Data Using Augmented Reality to Locate Species in the Zoo of Osnabrueck Christian Plass and Manfred Ehlers Institute for Geoinformatics and Remote Sensing

More information

GEOGRAPHIC MODELLING AND ANALYSIS

GEOGRAPHIC MODELLING AND ANALYSIS GEOGRAPHIC MODELLING AND ANALYSIS I. INTRODUCTION A. Background Geographic Information System is organized within a GIS so as to optimize the convenience and efficiency with they can be used. To distinguish

More information

Telling Your Story with Story Maps

Telling Your Story with Story Maps South Central Arc User Group April 18 22, 2016 Corpus Christi, TX Telling Your Story with Story Maps Bern Szukalski @bernszukalski bszukalski@esri.com Story Maps Combine authoritative maps with text, images,

More information

G E O S E R V E R I N S TA L L

G E O S E R V E R I N S TA L L G E O S E R V E R I N S TA L L Installation and Configuration of GeoServer 01 January 2009 TABLE OF CONTENTS 1 Goals...3 2 Java Development Kit Install:...4 3 Set JAVA_HOME...6 4 GeoServer install...7

More information

GIS and Remote Sensing BIO8014. Data acquisition

GIS and Remote Sensing BIO8014. Data acquisition GIS and Remote Sensing BIO8014 Data acquisition Introduction Data can be manually created Data can be obtained from a wide range of providers both free and at cost Acquisition is key and must be accounted

More information

Introduction to Filters

Introduction to Filters Introduction to Filters Using SAGA Tutorial ID: IGET_RS_006 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

Standing Up NAIP and Landsat Image Services as a Processing Resource. Andrew Leason

Standing Up NAIP and Landsat Image Services as a Processing Resource. Andrew Leason Standing Up NAIP and Landsat Image Services as a Processing Resource Andrew Leason NAIP and Landsat services Differences Different general uses - Landsat - Available from USGS - Designed as an analytical

More information

FIT-FOR-PURPOSE LAND ADMINISTRATION: AN IMPLEMENTATION MODEL FOR CADASTRE AND LAND ADMINISTRATION SYSTEMS

FIT-FOR-PURPOSE LAND ADMINISTRATION: AN IMPLEMENTATION MODEL FOR CADASTRE AND LAND ADMINISTRATION SYSTEMS FIT-FOR-PURPOSE LAND ADMINISTRATION: AN IMPLEMENTATION MODEL FOR CADASTRE AND LAND ADMINISTRATION SYSTEMS TAREK ZEIN Hansa Luftbild AG, Germany zein@hansaluftbild.de Paper prepared for presentation at

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 22: Field Mapping with GPS

GEOGRAPHIC INFORMATION SYSTEMS Lecture 22: Field Mapping with GPS GEOGRAPHIC INFORMATION SYSTEMS Lecture 22: Field Mapping with GPS GPS Receivers - there are many GPS receivers on the market today - some receivers are relatively inexpensive (recreational grade receivers)

More information

CRANFIELD UNIVERSITY MATTIJN VAN HOEK WEB-BASED SPATIAL DECISION SUPPORT TOOLS FOR SUPPORTING COMMUNITY RESILIENCE TO EXTREME WEATHER EVENTS

CRANFIELD UNIVERSITY MATTIJN VAN HOEK WEB-BASED SPATIAL DECISION SUPPORT TOOLS FOR SUPPORTING COMMUNITY RESILIENCE TO EXTREME WEATHER EVENTS CRANFIELD UNIVERSITY MATTIJN VAN HOEK WEB-BASED SPATIAL DECISION SUPPORT TOOLS FOR SUPPORTING COMMUNITY RESILIENCE TO EXTREME WEATHER EVENTS SCHOOL OF APPLIED SCIENCES Geographical Information Management

More information

Building Open Source and Interoperable SDIs with GeoServer, GeoNetwork and MapStore. Ing. Simone Giannecchini Ing. Nuno Oliveira

Building Open Source and Interoperable SDIs with GeoServer, GeoNetwork and MapStore. Ing. Simone Giannecchini Ing. Nuno Oliveira Building Open Source and Interoperable SDIs with GeoServer, GeoNetwork and MapStore Ing. Simone Giannecchini Ing. Nuno Oliveira Quick Facts Founded in late 2006 Expertise Image Processing, GeoSpatial Data

More information

Michigan State University Team MSUFCU Money Smash Chronicle Project Plan Spring 2016

Michigan State University Team MSUFCU Money Smash Chronicle Project Plan Spring 2016 Michigan State University Team MSUFCU Money Smash Chronicle Project Plan Spring 2016 MSUFCU Staff: Whitney Anderson-Harrell Austin Drouare Emily Fesler Ben Maxim Ian Oberg Michigan State University Capstone

More information

GeoBase Raw Imagery Data Product Specifications. Edition

GeoBase Raw Imagery Data Product Specifications. Edition GeoBase Raw Imagery 2005-2010 Data Product Specifications Edition 1.0 2009-10-01 Government of Canada Natural Resources Canada Centre for Topographic Information 2144 King Street West, suite 010 Sherbrooke,

More information

- Avenues and Requisites for Successful Collaboration - Indian Space Research Organisation Department of Space Government of India

- Avenues and Requisites for Successful Collaboration - Indian Space Research Organisation Department of Space Government of India Strengthening Regional Resilience with Geo-Information Programme on Trans-boundary Cooperation in South and South East Asia for geospatial information - Avenues and Requisites for Successful Collaboration

More information

Campus GIS (Tsukuba University Campus Geospatial Information)

Campus GIS (Tsukuba University Campus Geospatial Information) Campus GIS (Tsukuba University Campus Geospatial Information) User Manual Draft version 3.0 20130402 Department Homepage http://giswin.geo.tsukuba.ac.jp/sis/jp/ 1 Contents 1. Graphical User Interface 2.

More information

Catalogue no G ISBN Reference Maps and Thematic Maps, Reference Guide. Census year Release date: November 16, 2016

Catalogue no G ISBN Reference Maps and Thematic Maps, Reference Guide. Census year Release date: November 16, 2016 Catalogue no. 92-143-G ISBN 978-0-660-06710-0 Reference Maps and Thematic Maps, Reference Guide Release date: November 16, 2016 How to obtain more information For information about this product or the

More information

Land Cover Type Changes Related to. Oil and Natural Gas Drill Sites in a. Selected Area of Williams County, ND

Land Cover Type Changes Related to. Oil and Natural Gas Drill Sites in a. Selected Area of Williams County, ND Land Cover Type Changes Related to Oil and Natural Gas Drill Sites in a Selected Area of Williams County, ND FR 3262/5262 Lab Section 2 By: Andrew Kernan Tyler Kaebisch Introduction: In recent years, there

More information

EXPERT GROUP MEETING ON CONTEMPORARY PRACTICES IN CENSUS MAPPING AND USE OF GEOGRAPHICAL INFORMATION SYSTEMS New York, 29 May - 1 June 2007

EXPERT GROUP MEETING ON CONTEMPORARY PRACTICES IN CENSUS MAPPING AND USE OF GEOGRAPHICAL INFORMATION SYSTEMS New York, 29 May - 1 June 2007 EXPERT GROUP MEETING ON CONTEMPORARY PRACTICES IN CENSUS MAPPING AND USE OF GEOGRAPHICAL INFORMATION SYSTEMS New York, 29 May - 1 June 2007 STATEMENT OF DR. PAUL CHEUNG DIRECTOR OF THE UNITED NATIONS STATISTICS

More information

DOCUMENTATION OF HERITAGE STRUCTURES THROUGH GEO- CROWDSOURCING AND WEB-MAPPING

DOCUMENTATION OF HERITAGE STRUCTURES THROUGH GEO- CROWDSOURCING AND WEB-MAPPING DOCUMENTATION OF HERITAGE STRUCTURES THROUGH GEO- CROWDSOURCING AND WEB-MAPPING H. K. Dhonju a, W. Xiao b, B. Shakya a, J. P. Mills b, V. Sarhosis b a International Centre for Integrated Mountain Development

More information

Integrated Data Handling and Visualization

Integrated Data Handling and Visualization Integrated Data Handling and Visualization Module of Remote Sensing and GIS Integration Course 2017 Lammert Kooistra, Ron van Lammeren, John Stuiver Environmental Resource Management in the Anthropocene

More information

DEVELOPING A CLOUD-BASED ONLINE GEOSPATIAL INFORMATION SHARING AND GEOPROCESSING PLATFORM TO FACILITATE COLLABORATIVE EDUCATION AND RESEARCH

DEVELOPING A CLOUD-BASED ONLINE GEOSPATIAL INFORMATION SHARING AND GEOPROCESSING PLATFORM TO FACILITATE COLLABORATIVE EDUCATION AND RESEARCH DEVELOPING A CLOUD-BASED ONLINE GEOSPATIAL INFORMATION SHARING AND GEOPROCESSING PLATFORM TO FACILITATE COLLABORATIVE EDUCATION AND RESEARCH Z. L. Yang a, *, J. Cao a, K. Hu a, Z. P. Gui b, H. Y. Wu a,

More information

QGIS document from the previous exercise: worldmap.qgs

QGIS document from the previous exercise: worldmap.qgs MAP PROJECTION 1. Introduction: All data in a GIS view must be in the same projection in order to correctly align with other datasets. In QGIS this is often done in the background. QGIS will use the projection

More information

Minecraft on Demand A new IGN service which combines game and 3D cartography

Minecraft on Demand A new IGN service which combines game and 3D cartography Minecraft on Demand A new IGN service which combines game and 3D cartography François Lecordix, a David Fremont, b Moez Jilani, a Emmanuel Séguin, a Sofiane Kriat a a Institut national de l information

More information

Module 11 Digital image processing

Module 11 Digital image processing Introduction Geo-Information Science Practical Manual Module 11 Digital image processing 11. INTRODUCTION 11-1 START THE PROGRAM ERDAS IMAGINE 11-2 PART 1: DISPLAYING AN IMAGE DATA FILE 11-3 Display of

More information

Between a Rock and a Hard Place

Between a Rock and a Hard Place Between a Rock and a Hard Place Will Cadell & Chris Hermansen Timberline Natural Resource Group Pt 2 1 Challenges: Proprietary Integration Open Source Integration Open Source Application To continue on

More information

Methodologies and IT-tools for managing and monitoring field work using geo-spatial tools and other IT- Tools for monitoring

Methodologies and IT-tools for managing and monitoring field work using geo-spatial tools and other IT- Tools for monitoring Methodologies and IT-tools for managing and monitoring field work using geo-spatial tools and other IT- Tools for monitoring Janusz Dygaszewicz Central Statistical Office of Poland Jerusalem, 11-14 July

More information

EuroGeoSource EU Information and Policy Support System for Sustainable Supply of Europe with Energy and Mineral Resources

EuroGeoSource EU Information and Policy Support System for Sustainable Supply of Europe with Energy and Mineral Resources EuroGeoSource EU Information and Policy Support System for Sustainable Supply of Europe with Energy and Mineral Resources Jørgen Tulstrup, GEUS and Jasna Šinigoj, GeoZS GIS in Mining & Exploration Europe,

More information

Use of Technological Tools in the Dissemination of Census Data

Use of Technological Tools in the Dissemination of Census Data United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis 31 May-3 June 2011, Santiago, Chile Use of Technological Tools in the Dissemination of Census Data Application to CARICOM

More information

SGIS service in Korea

SGIS service in Korea 2011. 10. 27 SGIS service in Korea 1 st UN Forum on Global Geospatial Information Management Ahn, Jae-Hack Ph.D., Deputy Director of Geospatial Service Team anny@korea.kr Twitter @globeahn Contents - GIS

More information

Web3D.org. March 2015 Anita Havele, Executive Director

Web3D.org. March 2015 Anita Havele, Executive Director March 2015 Anita Havele, Executive Director Anita.havele@web3d.org Market Needs for 3D Highly integrated interactive 3D worlds Cities - Weather - building - Engineering - scientific Web as the delivery

More information

Esri UC 2014 Technical Workshop

Esri UC 2014 Technical Workshop Introduction to Parcel Fabric Amir Plans Parcels Control 1 Points 1-1 Line Points - Lines Editing and Maintaining Parcels using Deed Drafter and ArcGIS Desktop What is a parcel fabric? Dataset of related

More information

An Introduction to Geoprocessing

An Introduction to Geoprocessing An Introduction to Geoprocessing 1 Geoprocessing What is Geoprocessing What are Geoprocessing Models 2 What is Geoprocessing? Geoprocessing is the processing of geographic information, one of the basic

More information

Space Technology and its Applications for National Development. V Bhanumurthy Outstanding Scientist Scientist, Associate Director, NRSC/ISRO

Space Technology and its Applications for National Development. V Bhanumurthy Outstanding Scientist Scientist, Associate Director, NRSC/ISRO Space Technology and its Applications for National Development V Bhanumurthy Outstanding Scientist Scientist, Associate Director, NRSC/ISRO GEO4SDGs THEME: GEO-KNOWLEDGE CONDUIT TO SDGs SUCCESS Geospatial

More information

A c c e s s t o C o p e r n i c u s D a t a

A c c e s s t o C o p e r n i c u s D a t a A c c e s s t o C o p e r n i c u s D a t a Overview and Introduction Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu C O P E R N I C U S I N B R I E F Copernicus Copernicus, a flagship programme

More information

Census Products. Amanda Dawson Census Section

Census Products. Amanda Dawson Census Section Census Products Amanda Dawson Census Section Census Products Census Products Released Products Future Products Census Process Planning Release Census Products Volume 1 -Geographic Area Series Examples

More information

Unsupervised Classification

Unsupervised Classification Unsupervised Classification Using SAGA Tutorial ID: IGET_RS_007 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

Top 10 Things at Esri UC 2015 & ArcGIS Pro

Top 10 Things at Esri UC 2015 & ArcGIS Pro Top 10 Things at Esri UC 2015 & ArcGIS Pro Jim Tochterman, VP - Research & Development Who is BCS? Formed in 1998 in Aiken, SC Privately held and woman-owned Primary focus is GIS for Public Safety Esri

More information

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach Proc. 1 st International Conference on Machine Learning and Data Engineering (icmlde2017) 20-22 Nov 2017, Sydney, Australia ISBN: 978-0-6480147-3-7 Teleoperated Robot Controlling Interface: an Internet

More information