T cnologías Espaciales de ORA CLE ORA Carlos Niño eospa ial.co ial.c m.co m.c

Size: px
Start display at page:

Download "T cnologías Espaciales de ORA CLE ORA Carlos Niño Carlos.nino@geospa Carlos.nino@g eospa ial.co ial.c m.co m.c"

Transcription

1 Oracle Logo

2 Tecnologías Espaciales de ORACLE Carlos Niño 1

3 Tópicos Entender como utilizar tecnologías espaciales de ORACLE Principios Tecnológicos de manejo de información geográfica de ORACLE Características Locator, Spatial, Mapviewer, Mapbuilder, LRS, 3D y más.

4 Evolucion de GIS El pasado Hoy Application Application Application Monolithic GIS Proprietary APIs Spatial Middleware Open APIs Map Server Proprietary Files Standalone Database DBMS Tradicional Tradicional Database Con funcionalidad Espacial Middleware Proprietario Plataforma Internet

5 Oracle11g Spatial - Funcionalidad Spatial Indexing Spatial Data Types Po int s lyg Po es L in ons e1 f1 e3 e2 n2 f2 n1 e4 Oracle10g Spatial Todo dato espacial almacenado en la base de datos Accesso rapido a su data espacial Analisis Espacial con SQL SELECT a.nombre_de_cliente, a.numero_de_telefono FROM clientes_de_seguro a WHERE sdo_within_distance( a.geom, via_de_huracan_geom, distance = 20 unit = km ) = TRUE ;

6 Spatial Data Types Puntos Lineas Poligonos Poligonos con huecos Circulos Arcos Rectangulos Elementos Compound

7 R Tree Índice Espacial Cual de millones de calles tiene interacción con esta región? Primero compara geometrías simplificadas o rectángulos Aplica optimización interior Solo compara coordenadas cuando es necesario

8 Data Espacial en Tablas de Oracle Fisher Circle Coop Court 85th St. Calles CLAVE NOMBRE MATERIA VIAS 1 Fisher Cir. Asfalto 4 2 Coop Ct. Asfalto Th St. Asfalto 2 GEOMETRIA

9 R-Tree Indice Espacial En el indice, cada geometria esta simplificada como un rectangulo Mas rapido comparar rectangulos Filtro primario solo compara simplificaciones Filtro secundario solo compara lo resultados de un filtro primario Spatial Layer Primary Filter R-Tree Spatial Index Reduced Data Set Secondary Filter Spatial Operators Result Set

10 Operadores Espaciales Mucha funcionalidad con operadores Implementado como extensiones a SQL Operadores Topologicos Inside Touch Covers Equal Inside Contains Disjoint Covered By Overlap Boundary Operadores de Distancia Within Distance Nearest Neighbor 50 0 m et e rs Within Distance

11 Analisis Espacial Con SQL Encuentra edificios a 500 metros del edificio #902 SQL> SELECT a.building_id 2> FROM base_buildings a, 3> base_buildings b 4> WHERE b.building_id = 902 5> AND MDSYS.SDO_WITHIN_DISTANCE( 6> a.location, b.location, 7> distance=500 unit=meter ) 8> = TRUE ; 50 0 m et er s

12 Funciones Espaciales Original Union Funciones espaciales dentro del servidor Union, Difference, Intersect, etc. Spatial Aggregates Buffer Point at bearing To_GML Geometry Validations Length Area Distance Etc Difference Intersect XOR Buffer

13 Longitude/Latitude Consideraciones Whole Earth Model (Modelo del mundo completo) P3 P1 P4 P2 P1 y P2 separado por 1 grado (aproximadamente 111 Km) P3 y P4 separado por 1 grado (aproximadamente 10 Km) Oracle Spatial puede hacer analisis directamente en dato Longitude/Latitude

14 Coordinate Systems Soporte para el modelo del mundo completo (latitude/longitude o whole Earth model ) Calculos elipticos Calculos precisos para area y distancia (soporte para unidades) Soporte para geometrias que cruzan los polos o el meridiano 180 Soporte para dato proyectado Calculos cartesianos Soporte para muchas sistemas: UTM, State Plane, y mucho mas Soporte para data que no tiene relacion al mundo, por ejemplo, sistema local (en centimetros) para piezas de un avion Suporte para EPSG Oracle 10g Version 2 en adelante

15 Via De Un Barco Que Cruza el Meridiano 180

16 Oracle Spatial Linear Referencing Systems (LRS)

17 Que es Linear Referencing (LRS)? Usado en muchas aplicaciones de GIS, como: transporte (red de calles) utilities (tuberia de petroleo, lineas electricas) Kilometro 60 Kilometro 27 Kilometro 0 (55,20,60) (50,15,53.8) (30,10,27) (5,10,0) (45,10,44) (15,5,11.2) (40,5,38)

18 LRS Concepts Corte de medida 5 a 20 Dynamic Segmentation (55,20,60) (50,15,53.8) (30,10,27) (5,10,0) (45,10,44) (15,5,11.2) (40,5,38) (53,18) queda en medida Locate Point

19 Pipeline Asset Management Example System requirements Linear reference each section of the pipeline and store: associated diameters locations valve locations Pipeline Table PIPE_ID SUS1105 SUS1106 SUS1107 GEOMETRY INSTALL_DATE... lrs geom 05-Feb-1997 lrs geom 08-Feb-1997 lrs geom 09-Feb-1997

20 Pipeline Asset Management Example (continued) Pipeline Section Table Section # Pipe_ID SUS1105 SUS1105 SUS1105 Start M. End M. Diameter Pipeline Valve Table Pipe_ID Measure SUS1105 SUS1105 SUS Valve ID Note: No explicit vertices are needed to define the pipeline sections or valves

21 LRS Application Oracle Spatial US Airspace Boundary Crossing Application Oracle Spatial functions to calculate intersection of flight paths and US airspaces. Linear Referencing to interpolate the time and altitude for entry/exit points of US airspace. Accurately charge foreign carriers for the amount of time in US airspace. (Longitude, Latitude, Altitude, Time) Actual radar blip Computed (Lon/Lat, Alt, Time)

22 Oracle Spatial Spatial Aggregate Functions

23 Spatial Aggregate Functions - Ejemplo Genera el estado de New York, agregando condados SELECT SDO_AGGR_UNION(sdo_aggr_type(a.geometry, 0.5) FROM counties WHERE state = 'New York';

24 SDO_AGGR_CONVEXHULL Imagina un elastico alrededor de pozos contaminados Dinamicamente genera una region nueva Mas analisis con la region nueva, por ejemplo: Busca empresas quimicas dentro de 10 km al limite de la region nueva Pozos sin contaminacion Pozos contaminados

25 Companeros de Oracle Spatial Geospatial Tool Providers Specialty Systems Integrators NAVIGATE Data Providers

26 Oracle Spatial 10g New Features Summary GeoRaster data type Persistent Topology data type Network Data Model Spatial Analysis and Mining Geocoder in the database Routing Engine

27 Oracle Spatial GeoRaster

28 Raster Data and Cell Size Cuadriculos grandes Cuadriculos pequenos

29 Raster/Vector Diferencias Vector Data Vector Coordinates , , , , , , , , , , , , , Raster Data

30 Grid Raster Data A Value Attribute Table (VAT) is used to map the stored numeric values to the meaning of that value An example value attribute table for geological raster data CELL VALUE GEOLOGICAL PERIOD Quaternary Tertiary Paleocene-Cretaceous Mesozoic Gondwana Early Palaeozoic Proterozoic Early Proterozoic Archaean Blank Cell (no data) Stored cell values A value attribute table can also contain user-defined columns

31 Grid Raster Data A COLORMAP table is used to map the stored numeric values to the display characteristics of that value An example COLORMAP table for geological raster data CELL VALUE 1 2 Red Green Blue

32 Geological Map of India (Grid Raster Data) Quaternary Tertiary Paleocene-Cretaceous Mesozoic Gondwana Early Palaeozoic Late Proterozoic Early Proterozoic Archaean

33 Raster Data Concepts (Digital Imagery) Digital Imagery - a specialized type of raster data Examples include: Satellite imagery Airborne photographs others

34 Image Data Some bands may accentuate different features

35 Blocking Index very large rasters into smaller blocks Interleave multi-band raster Band sequential (BSQ) Band interleaved by pixel (BIP) Band interleaved by line (BIL) 4 4 blocks

36 Pyramids Pyramid level 2 Pyramid level 1 Pyramid level 0 (raw data) Pyramid level

37 GeoRaster: Compression Natively support two industry standard compression techniques JPEG (lossy) JPEG-B (abbreviated baseline JPEG format) JPEG-F (full-format baseline JPEG format) DEFLATE (lossless) (a.k.a. ZIP) All GeoRaster operations work on compressed/uncompressed GeoRaster objects Automatic decompression on sub-set operations

38 Advanced New Feature Geocoder Geocoding Engine included in the database Generates latitude/longitude (points) from address Supports: International addressing standardization Formatted and unformatted addresses Transaction and batch capabilities Base data available from NAVTEQ & TeleAtlas Navteq partners (ADCI) Download sample data from ADCI Servlet model new in 10g Release 2 Regional partners around the world, for example Gempi for Brasil support

39 Advanced New Feature Router Routing algorithms included in the database Generates driving directions XML API Base data available from NAVTEQ & TeleAtlas Download sample data from ADCI Regional partners around the world, for example Gempi for Brasil support

40 Oracle Spatial Modelo Topologico

41 Introducion Modelo Topologico Modelo Objecto G5 n3 e1 e10 e3 f1 G1 n2 e2 G2 n4 f2 n1 e4 n5 n6 e5 G3 G4 e6 n7 f3 e8 n8 f0 e9 e7 n9

42 Un Ejemplo Topologico Parcelas Parcela 1 asociado con poligono F1 Parcela 2 asociado con poligono F2 Las dos parcelas incluyen a segmento E3 Rios Rio 1 asociado con segmento E3 (y segmentos E1 y E5) E4 Parcela 2 E3 E1 N1 F2 N2 E2 E5 N3 F1 Parcela 1 Rio 1 N4

43 Oracle Spatial Network Data Model (Modelo de Red)

44 Network Data Model (Modelo de Red) Open Data Model For Graph Analysis Store network (graph) structure in the database Maintains connectivity of the network Attributes at link and node level Supports Network solutions (Tracing & Routing) Transportation and Transit Solutions Field Service, Logistics Location based Services and Telematics Bio-Info Pathways (Life Sciences) Biological Pathways Protein-Protein Interaction Network Viewer

45 Oracle Spatial 10g Spatial Analysis and Mining

46 Spatial Analytic Functions Discovery based on Spatial Patterns Cluster analisis (analisis agrupado) Location prospecting (candidatos probables)

47 SDO_SAM.AGGREGATES_FOR_GEOMETRY: Example ( , ) New York Queens King s % COUNTY COVERED COUNTY ST TOTPOP BY WINDOW Queens NY Kings NY New York NY SELECT SDO_SAM.AGGREGATES_FOR_GEOMETRY( 'GEOD_COUNTIES', 'GEOM', 'sum', 'totpop', SDO_GEOMETRY(2001, 8307, SDO_POINT_TYPE( , ,NULL), NULL, NULL), 'distance=3 unit=mile') FROM DUAL;

48 Standards Are Important SQL/MM Methods and OGC Standards GET_WKB() Get Well Known Text GET_WKT() Get Well Known Binary set long 500; SELECT A.GEOM.GET_WKT() FROM polygon_table a WHERE id = 1; A.GEOM.GET_WKT() POLYGON (( , , , , ))

49 Fully exploit and support Standardsbased, IT Architecture Scalability - large data volume Availability tens of thousands of users Security protect sensitive location data Performance timely query response Accessibility to enterprise applications Manageability leverage IT resources

50 Local Partitioned Spatial Indexes Major benefits are performance and manageability of very large data sets EXCHANGE PARTITION INCLUDING INDEXES supported for spatial indexes too Customer example: Requirement: Ingest and maintain 2 days of weather data online 270,000 samples every 30 seconds Implemented with: 30 second partitions (5760 partitions over 2 days) New partitions rolled on, older partitions rolled off

51 Transportable Tablespaces and Spatial Very fast way to move large spatial dataset from one instance to another Can also archive data in TTS format, for example, rolling partitions that age out Spatial data - Transportable Spatial index - Also Transports

52 Oracle Application Server MapViewer

53 Oracle Application Server SOA MapViewer Web Map Server (genera mapas para el web) Viene incluido en el Oracle Application Server. No tiene costo adicional. Integrado con Oracle Spatial y Oracle Locator Es una manera facil para publicar mapas generados con el dato espacial almacenado en el tipo de dato nativo espacial de Oracle API: XML API Java API JSP Tag library OGC WMS API AJAX en la version MapViewer SOA

54 Oracle Application Server MapViewer Genera Mapas al Web Title Earthquakes Themes Legend Footnote

55 Display: Generate Powerful Maps

56 MapViewer with JDeveloper and Oracle BI Enterprise Edition Oracle JDeveloper Oracle BI EE

57 Oracle Application Server Version SOA Mapbuilder and MapViewer

58 MapBuilder SOA

59 MapViewer SOA - (Oracle Maps)

60 Oracle Locator Sin Costo Adicional Oracle Locator All Vector Data Types Spatial Operators Topological Distance Distance Function SDO_UTIL package Coordinate Transformations Long Transactions Table Partitioning* Object Replication* Oracle Label Security Viene incluido sin costo adicional con: Oracle XE Oracle Standard Edition Oracle Standard Edition One Oracle Enterprise Edition

61 Oracle Spatial All Locator features GeoRaster Data Type Topology Data Type Network Data Model Geocoding Routing Linear Referencing Spatial functions aggregates centroid, union, intersection, etc 3D Data type LIDAR and TIN Data Types WFS-T, CSW (Web Services) Oracle Enterprise Edition Lisenced Option

62 Aplicaciones Espaciales No Siempre Necesitan un GIS Toda organizacion quiere reducir costos La Tecnologia Espacial de Oracle contiene: Oracle Locator Oracle Standard Edition Oracle Enterprise Edition Oracle Application Server MapViewer Java Edition Standard Edition Enterprise Edition Utilize lo que ya tiene

63 Oracle 11g Spatial features

64 3D Data Management Oracle Spatial 11g

65 3-D Spatial Types 3D Types for points/lines/polygons/solids Specialized types for large volumes of 3D point data POINT CLOUD - Represent scenes as a set of 3-d points obtained using laser scanners etc. TIN triangulated surface representation 3D Coordinate Systems Address growing number of 3-d applications GIS, CAD/CAM VR, Medical Applications City Modeling

66 SDO_GEOMETRY for 3D Data Points Lines Simple Surfaces Y (4,2,2) (2,0,2) All points of a surface lie in a 3D plane A 3 point 3D polygon is the simplest surface Z A simple surface can have any polygonal shape (4,0,4) Composite surfaces has one or more connected simple surfaces It can be closed or open The simple surfaces in a composite surface can not cross each other surface of a cube is an example of a composite surface Cube has six simple surfaces Each simple surface is a 3D square

67 SDO_GEOMETRY for 3D Data Simple Solids Solids are composed of closed surfaces It has to have one outer surface and one or more interior surfaces Cube is an example of a simple solid A pyramid is another example of a simple solid Composite Solids Consists of n simple solids as a connected solid Can be represented as a simple solid with a composite surface Topologically there is an equivalent simple solid, but the composite solid representation is easier Example: A building composed of rooms Simple, composite solids: Always define a single contiguous volume

68 SDO_GEOMETRY for 3-D Data Support for multi-points, multi-lines, multi-surfaces, multi-solids Multi-solid is different from composite solid Follows GML3, ISO Specifications Export and Import support for CityGML

69 Some 3D SDO_GEOMETRY operations Spatial Indexing: R-trees SQL Spatial Operator support SDO_FILTER, SDO_ANYINTERACT, SDO_WITHIN_DISTANCE, SDO_NN PL/SQL Functions VALIDATE_GEOMETRY SDO_DISTANCE, SDO_GEOM.ANYINTERACT SDO_AREA, SDO_LENGTH, SDO_VOLUME SDO_CS.TRANSFORM (e.g. to/from CityGML)

70 Specialized Types for High Density 3D Point Data Large volumes of point data acquired by sensors LIDAR Sensors used to collect data inside buildings Millions of points used to model a scene SDO_GEOMETRY is not suitable for such data POINT CLOUD data type introduced to efficiently manage this type of point data TIN to create triangulation of such points

71 POINT CLOUD in Oracle Baltimore_PC table... zone_id population POINT_CLOUD SDO_PC point cloud point cloud 2 SDO_PC object PC_ID BLK_TABLE MORE METADATA... Ordinary Oracle table with a POINT_CLOUD column Each point cloud instance is associated with a block table

72 Each Point Cloud is Blocked TABLE of SDO_PC_BLK type Objid Table Column: Blkid PC_BLK_EXTENT: SDO_GEOMETRY Pts: OTHER LOB ATTRS POINT_CLOUD Point cloud partitioned into multiple blocks for granularity of access Each block is uniquely identified by Objid and Blkid Each point in the lob can have attributes stored in an optional table

73 Operations Spatial Operators Any spatial operator to search block extents: ANYINTERACT INSIDE Within Distance Nearest Neighbor Etc., CLIP_PC (Clip Point Cloud) 2D or 3D query window Returns points for any block whose extent intersects the query window Only points that intersect the query window are returned.

74 Operations Spatial Operators PC_BLK_TABLE CREATE PC Block Point Data CLIP_PC

75 TIN: Triangulated Irregular Network Definition Vector-based topological data model used to represent terrain/surface Contain a network of irregularly spaced triangles 3D surface representation derived from irregularly spaced points Each sample point has an x, y coordinate and a z value or surface value Node No X Y Z

76 TIN in Oracle Baltimore_TIN table... zone_id population TIN - SDO_TIN tin tin2 SDO_TIN object TIN_ID BLK_TABLE MORE METADATA... Ordinary Oracle table with a TIN column Each TIN instance instance is associated with a block table

77 Each TIN is Blocked TABLE of SDO_TIN_BLK type Objid Table Column: Blkid TIN_BLK_EXTENT: SDO_GEOMETRY Triangles: LOB OTHER ATTRS TIN TIN partitioned into multiple blocks for granularity of access Each block is uniquely identified by Objid and Blkid Each block has a LOB with all the triangles for that block Each point in the LOB can have attributes stored in an optional table

78 Operations Spatial Operators Any spatial operator to search block extents: ANYINTERACT INSIDE Within Distance Nearest Neighbor Etc., CLIP_TIN (Clip TIN) 2D or 3D query window Returns points for any block whose extent intersects the query window Only triangles that intersect the query window are returned.

79 Operations Spatial Operators TIN_BLK_TABLE CREATE TIN Point Data (table/point cloud) CLIP_TIN

80 3D Coordinate Systems Vertical Coordinate System One dimensional Height with regard to a base source. For example, with regard to sea level. Compound Coordinate System Geographic-2D (longitude/latitude) plus a vertical coordinate system Projected-2D plus a vertical coordinate system Geographic-3D Coordinate System Height with regard to the surface of an ellipsoid.

81 Spatial Feature Web Services WFS Transactional CSW 2.0 Catalog Service Web

82 Mas Recursos Examples, white papers, downloads, discussion forum, sample data, customer successes, partner information, more

83 Ejemplos On line ORACLE SPATIAL

84 Preguntas & Inquietudes

<Insert Picture Here> Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases

<Insert Picture Here> Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases Xavier Lopez, Director, Product Management 3D Data Management Technology Drivers: Challenges & Benefits

More information

Oracle10g & Beyond. Justin Lokitz. Senior Member - Technical Staff GIS/Web Development Specialist

Oracle10g & Beyond. Justin Lokitz. Senior Member - Technical Staff GIS/Web Development Specialist Oracle10g & Beyond Justin Lokitz Senior Member - Technical Staff GIS/Web Development Specialist What is spatial data? Spatial data is ubiquitous Business data that contains or describes location Street

More information

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley Oracle Platform GIS & Location-Based Services Fred Louis Solution Architect Ohio Valley Overview Geospatial Technology Trends Oracle s Spatial Technologies Oracle10g Locator Spatial Oracle Application

More information

Databases for 3D Data Management: From Point Cloud to City Model

Databases for 3D Data Management: From Point Cloud to City Model Databases for 3D Data Management: From Point Cloud to City Model Xavier Lopez, Ph.D. Senior Director, Spatial and Graph Technologies Oracle Program Agenda Approach: Spatially-enable the Enterprise Oracle

More information

Oracle Spatial 10g. An Oracle White Paper August 2005

Oracle Spatial 10g. An Oracle White Paper August 2005 Oracle Spatial 10g An Oracle White Paper August 2005 Oracle Spatial 10g INTRODUCTION Oracle Spatial, an option for Oracle Database 10g Enterprise Edition, includes advanced spatial capabilities to support

More information

Getting Started with Oracle Spatial

Getting Started with Oracle Spatial Getting Started with Oracle Spatial Tim Armitage Agenda Create database structures Load Spatial Data Index Issue SQL queries Develop simple Oracle Application Server Mapviewer application Oracle Spatial

More information

Oracle Big Data Spatial and Graph

Oracle Big Data Spatial and Graph Oracle Big Data Spatial and Graph Oracle Big Data Spatial and Graph offers a set of analytic services and data models that support Big Data workloads on Apache Hadoop and NoSQL database technologies. For

More information

GIS Data in ArcGIS. Pay Attention to Data!!!

GIS Data in ArcGIS. Pay Attention to Data!!! GIS Data in ArcGIS Pay Attention to Data!!! 1 GIS Data Models Vector Points, lines, polygons, multi-part, multi-patch Composite & secondary features Regions, dynamic segmentation (routes) Raster Grids,

More information

INTELIGENCIA DE NEGOCIO CON SQL SERVER

INTELIGENCIA DE NEGOCIO CON SQL SERVER INTELIGENCIA DE NEGOCIO CON SQL SERVER Este curso de Microsoft e-learning está orientado a preparar a los alumnos en el desarrollo de soluciones de Business Intelligence con SQL Server. El curso consta

More information

ADVANCED DATA STRUCTURES FOR SURFACE STORAGE

ADVANCED DATA STRUCTURES FOR SURFACE STORAGE 1Department of Mathematics, Univerzitni Karel, Faculty 22, JANECKA1, 323 of 00, Applied Pilsen, Michal, Sciences, Czech KARA2 Republic University of West Bohemia, ADVANCED DATA STRUCTURES FOR SURFACE STORAGE

More information

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005 Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model An Oracle Technical White Paper May 2005 Building GIS Applications Using the Oracle Spatial Network Data Model

More information

Big Data: Using ArcGIS with Apache Hadoop. Erik Hoel and Mike Park

Big Data: Using ArcGIS with Apache Hadoop. Erik Hoel and Mike Park Big Data: Using ArcGIS with Apache Hadoop Erik Hoel and Mike Park Outline Overview of Hadoop Adding GIS capabilities to Hadoop Integrating Hadoop with ArcGIS Apache Hadoop What is Hadoop? Hadoop is a scalable

More information

Using Map Views and Spatial Analytics in OBI 11g. BIWA Summit 2014

Using Map Views and Spatial Analytics in OBI 11g. BIWA Summit 2014 Using Map Views and Spatial Analytics in OBI 11g BIWA Summit 2014 Tim Vlamis Dan Vlamis Vlamis Software Solutions 816-781-2880 http://www.vlamis.com Vlamis Software Solutions Vlamis Software founded in

More information

Big Data Spatial Performance with Oracle Database 12c A Practitioner s Panel

Big Data Spatial Performance with Oracle Database 12c A Practitioner s Panel Big Data Spatial Performance with Oracle Database 12c A Practitioner s Panel Siva Ravada Senior Director, Software Development Oracle Spatial Technologies Presented with Big Data Spatial Performance with

More information

Oracle Spatial and Graph. Jayant Sharma Director, Product Management

Oracle Spatial and Graph. Jayant Sharma Director, Product Management Oracle Spatial and Graph Jayant Sharma Director, Product Management Agenda Oracle Spatial and Graph Graph Capabilities Q&A 2 Oracle Spatial and Graph Complete Open Integrated Most Widely Used 3 Open and

More information

Dr. Rinaldo Wurglitsch Solution Development Manger

Dr. Rinaldo Wurglitsch Solution Development Manger Data Management Integrative End-To-End Geo Collection: From Sensor to GIS Dr. Rinaldo Wurglitsch Solution Development Manger Austrian Federal Railways The Austrian Federal Railways (de: Österreichische

More information

Point Cloud Workshop at OTB

Point Cloud Workshop at OTB Point Cloud Workshop at OTB Wilko Quak Hugo Ledoux Theo tijssen Maarten Vermeij 2008-10-17 1 Points Clouds Point Clouds New research for GISt 2008-10-17 1 Points Clouds Agenda Wilko: Introduction Theo:

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

An Oracle White Paper February 2009. Managing Unstructured Data with Oracle Database 11g

An Oracle White Paper February 2009. Managing Unstructured Data with Oracle Database 11g An Oracle White Paper February 2009 Managing Unstructured Data with Oracle Database 11g Introduction The vast majority of the information used by corporations, enterprises, and other organizations is referred

More information

Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS

Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS Lecturers: Berchuk V.Y. Gutareva N.Y. Contents: 1. Qgis; 2. General information; 3. Qgis desktop; 4.

More information

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB Product Update Title of Presentation Lorilie Barteski Edmonton, AB Know the audience poll Existing /Pro users Version 6.1 Version 6.0 Version 5.2 or earlier Existing WebMap users Version 6.1 Version 6.0

More information

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps

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,

More information

IBM Informix. Reference Documentation on Why Informix Spatial for GIS Projects

IBM Informix. Reference Documentation on Why Informix Spatial for GIS Projects IBM Informix Reference Documentation on Why Informix Spatial for GIS Projects Page 1 of 10 Contents Compliant with OGC... 3 Addressing the SQL standards... 3 Native Spatial, Intuitive Data Types... 3 Powerful

More information

Manejo Basico del Servidor de Aplicaciones WebSphere Application Server 6.0

Manejo Basico del Servidor de Aplicaciones WebSphere Application Server 6.0 Manejo Basico del Servidor de Aplicaciones WebSphere Application Server 6.0 Ing. Juan Alfonso Salvia Arquitecto de Aplicaciones IBM Uruguay Slide 2 of 45 Slide 3 of 45 Instalacion Basica del Server La

More information

LSD APC Part I Workshop Geographic Information System. Danny Yeung 14 November 2015

LSD APC Part I Workshop Geographic Information System. Danny Yeung 14 November 2015 LSD APC Part I Workshop Geographic Information System Danny Yeung 14 November 2015 Purposes To help LSD probationers to prepare for the LSD APC Part I Written Assessment to be held in December 2015. To

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

Big Data and Analytics: A Conceptual Overview. Mike Park Erik Hoel

Big Data and Analytics: A Conceptual Overview. Mike Park Erik Hoel Big Data and Analytics: A Conceptual Overview Mike Park Erik Hoel In this technical workshop This presentation is for anyone that uses ArcGIS and is interested in analyzing large amounts of data We will

More information

Big Data and Analytics: Getting Started with ArcGIS. Mike Park Erik Hoel

Big Data and Analytics: Getting Started with ArcGIS. Mike Park Erik Hoel Big Data and Analytics: Getting Started with ArcGIS Mike Park Erik Hoel Agenda Overview of big data Distributed computation User experience Data management Big data What is it? Big Data is a loosely defined

More information

Big Data Spatial Performance with Oracle Database 12c A Practitioner s Panel

Big Data Spatial Performance with Oracle Database 12c A Practitioner s Panel Big Data Spatial Performance with Oracle Database 12c A Practitioner s Panel Siva Ravada Senior Director, Software Development Oracle Spatial Technologies Presented with Big Data Spatial Performance with

More information

GIS 101 - Introduction to Geographic Information Systems Last Revision or Approval Date - 9/8/2011

GIS 101 - Introduction to Geographic Information Systems Last Revision or Approval Date - 9/8/2011 Page 1 of 10 GIS 101 - Introduction to Geographic Information Systems Last Revision or Approval Date - 9/8/2011 College of the Canyons SECTION A 1. Division: Mathematics and Science 2. Department: Earth,

More information

GeoKettle: A powerful open source spatial ETL tool

GeoKettle: A powerful open source spatial ETL tool GeoKettle: A powerful open source spatial ETL tool FOSS4G 2010 Dr. Thierry Badard, CTO Spatialytics inc. Quebec, Canada tbadard@spatialytics.com Barcelona, Spain Sept 9th, 2010 What is GeoKettle? It is

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

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

Big Data Volume & velocity data management with ERDAS APOLLO. Alain Kabamba Hexagon Geospatial

Big Data Volume & velocity data management with ERDAS APOLLO. Alain Kabamba Hexagon Geospatial Big Data Volume & velocity data management with ERDAS APOLLO Alain Kabamba Hexagon Geospatial Intergraph is Part of the Hexagon Family Hexagon is dedicated to delivering actionable information through

More information

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors...

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors... Cloud-based Spatial Data Infrastructures for Smart Cities Geospatial World Forum 2015 Hans Viehmann Product Manager EMEA ORACLE Corporation Smart Cities require Geospatial Data Providing services to citizens,

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Siva Ravada Director of Development New Performance Enhancements in Oracle

More information

Developing Fleet and Asset Tracking Solutions with Web Maps

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,

More information

ArcGIS. Server. A Complete and Integrated Server GIS

ArcGIS. Server. A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server enables you to distribute maps, models, and tools to others within your organization

More information

Monitoreo de Bases de Datos

Monitoreo de Bases de Datos Monitoreo de Bases de Datos Monitoreo de Bases de Datos Las bases de datos son pieza fundamental de una Infraestructura, es de vital importancia su correcto monitoreo de métricas para efectos de lograr

More information

Oracle8i Spatial: Experiences with Extensible Databases

Oracle8i Spatial: Experiences with Extensible Databases Oracle8i Spatial: Experiences with Extensible Databases Siva Ravada and Jayant Sharma Spatial Products Division Oracle Corporation One Oracle Drive Nashua NH-03062 {sravada,jsharma}@us.oracle.com 1 Introduction

More information

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GIS Syllabus - Version 1.2 January 2007 Copyright AICA-CEPIS 2009 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed

More information

Práctica 5. MS SQL Server

Práctica 5. MS SQL Server Práctica 5. MS SQL Server SQL Server 2008 Spatial Data Types SQL Server 2008 provides the geography data type for geodetic spatial data, and the geometry data type for planar spatial data. Both are implemented

More information

Schema XML_PGE.xsd. element GrupoInformes. attribute GrupoInformes/@version. XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap.

Schema XML_PGE.xsd. element GrupoInformes. attribute GrupoInformes/@version. XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap. Schema XML_PGE.xsd schema location: attribute form default: element form default: targetnamespace: XML_PGE.xsd unqualified qualified http://sgpfc.igae.minhap.es/xmlpge element GrupoInformes children Informe

More information

Dictionary (catálogo)

Dictionary (catálogo) Catálogo Oracle Catálogo Esquema: un conjunto de estructuras de datos lógicas (objetos del esquema), propiedad de un usuario Un esquema contiene, entre otros, los objetos siguientes: tablas vistas índices

More information

Geodatabase Programming with SQL

Geodatabase Programming with SQL DevSummit DC February 11, 2015 Washington, DC Geodatabase Programming with SQL Craig Gillgrass Assumptions Basic knowledge of SQL and relational databases Basic knowledge of the Geodatabase We ll hold

More information

Documentation of open source GIS/RS software projects

Documentation of open source GIS/RS software projects Contract no. Workpackage Delivery Delivery Date 030776 WP1 D1.6 2007-07-02 CASCADOSS Development of a trans-national cascade training programme on Open Source GIS&RS Software for environmental applications

More information

Trends and Research Opportunities in Spatial Big Data Analytics and Cloud Computing NCSU GeoSpatial Forum

Trends and Research Opportunities in Spatial Big Data Analytics and Cloud Computing NCSU GeoSpatial Forum Trends and Research Opportunities in Spatial Big Data Analytics and Cloud Computing NCSU GeoSpatial Forum Siva Ravada Senior Director of Development Oracle Spatial and MapViewer 2 Evolving Technology Platforms

More information

Geospatial Platforms For Enabling Workflows

Geospatial Platforms For Enabling Workflows Geospatial Platforms For Enabling Workflows Steven Hagan Vice President Oracle Database Server Technologies November, 2015 Evolution of Enabling Workflows HENRY FORD 100 YEARS AGO Industrialized the Manufacturing

More information

Información On Demand Podemos predecir lo que sucederá?

Información On Demand Podemos predecir lo que sucederá? Información On Demand Podemos predecir lo que sucederá? Jeffrey Haggott IBM Corporation Americas Data Warehouse Business Unit Latin America Sales Leader jhaggot@us.ibm.com Temas de Nuestra Charla Gestión

More information

CUSTOMER RELATIONSHIP MANAGEMENT AND LOCATION BASED SERVICES WITH ORACLE SPATIAL DATABASE

CUSTOMER RELATIONSHIP MANAGEMENT AND LOCATION BASED SERVICES WITH ORACLE SPATIAL DATABASE CUSTOMER RELATIONSHIP MANAGEMENT AND LOCATION BASED SERVICES WITH ORACLE SPATIAL DATABASE Thesis submitted in partial fulfillment of the requirements for the award of degree of Master of Engineering in

More information

_ LUCIADRIA PRODUCT DATA SHEET

_ LUCIADRIA PRODUCT DATA SHEET _ LUCIADRIA PRODUCT DATA SHEET V2015.1 LuciadRIA offers browser-based geospatial situational awareness with the fluidity and speed of a desktop application. The software components of LuciadRIA have been

More information

Spatial Data Analysis

Spatial Data Analysis 14 Spatial Data Analysis OVERVIEW This chapter is the first in a set of three dealing with geographic analysis and modeling methods. The chapter begins with a review of the relevant terms, and an outlines

More information

CityGML goes to Broadway

CityGML goes to Broadway CityGML goes to Broadway Thomas H. Kolbe, Barbara Burger, Berit Cantzler Chair of Geoinformatics thomas.kolbe@tum.de September 11, 2015 Photogrammetric Week 2015, Stuttgart The New York City Open Data

More information

Guidelines for Designing Web Maps - An Academic Experience

Guidelines for Designing Web Maps - An Academic Experience Guidelines for Designing Web Maps - An Academic Experience Luz Angela ROCHA SALAMANCA, Colombia Key words: web map, map production, GIS on line, visualization, web cartography SUMMARY Nowadays Internet

More information

Using Big Data and GIS to Model Aviation Fuel Burn

Using Big Data and GIS to Model Aviation Fuel Burn Using Big Data and GIS to Model Aviation Fuel Burn Gary M. Baker USDOT Volpe Center 2015 Transportation DataPalooza June 17, 2015 The National Transportation Systems Center Advancing transportation innovation

More information

Where is... How do I get to...

Where is... How do I get to... Big Data, Fast Data, Spatial Data Making Sense of Location Data in a Smart City Hans Viehmann Product Manager EMEA ORACLE Corporation August 19, 2015 Copyright 2014, Oracle and/or its affiliates. All rights

More information

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc.

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc. Oracle9i Data Warehouse Review Robert F. Edwards Dulcian, Inc. Agenda Oracle9i Server OLAP Server Analytical SQL Data Mining ETL Warehouse Builder 3i Oracle 9i Server Overview 9i Server = Data Warehouse

More information

Oracle Big Data Spatial and Graph: Spatial Features

Oracle Big Data Spatial and Graph: Spatial Features F E A T U R E O V E R V I E W Oracle Big Data Spatial and Graph: Spatial Features For over a decade, Oracle has offered leading spatial and graph analytic technology for Oracle Database. Oracle is applying

More information

Oracle Database 12c: An Introduction to Oracle s Location Technologies O R A C L E W H I T E P A P E R S E P T E M B E R 2 0 1 4

Oracle Database 12c: An Introduction to Oracle s Location Technologies O R A C L E W H I T E P A P E R S E P T E M B E R 2 0 1 4 Oracle Database 12c: An Introduction to Oracle s Location Technologies O R A C L E W H I T E P A P E R S E P T E M B E R 2 0 1 4 Table of Contents Introduction 1 Oracle Location Technologies 3 Oracle Database

More information

Using PCI Geomatics Software with Oracle 10g Spatial and GeoRaster A PCI Geomatics Whitepaper

Using PCI Geomatics Software with Oracle 10g Spatial and GeoRaster A PCI Geomatics Whitepaper Using PCI Geomatics Software with Oracle 10g Spatial and GeoRaster A PCI Geomatics Whitepaper November 2005 Table of Contents Table of Contents...1 1. Introduction...2 2. How Geomatica adds value to Oracle

More information

Developing Business Intelligence and Data Visualization Applications with Web Maps

Developing Business Intelligence and Data Visualization Applications with Web Maps Developing Business Intelligence and Data Visualization Applications with Web Maps Introduction Business Intelligence (BI) means different things to different organizations and users. BI often refers to

More information

Raster Data Structures

Raster Data Structures Raster Data Structures Tessellation of Geographical Space Geographical space can be tessellated into sets of connected discrete units, which completely cover a flat surface. The units can be in any reasonable

More information

UK Location Programme

UK Location Programme Location Information Interoperability Board Data Publisher How To Guide Understand the background to establishing an INSPIRE View Service using GeoServer DOCUMENT CONTROL Change Summary Version Date Author/Editor

More information

INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER

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 - qliu@esri.com KEY WORDS: OGC, Standard, Interoperability,

More information

New Server Installation. Revisión: 13/10/2014

New Server Installation. Revisión: 13/10/2014 Revisión: 13/10/2014 I Contenido Parte I Introduction 1 Parte II Opening Ports 3 1 Access to the... 3 Advanced Security Firewall 2 Opening ports... 5 Parte III Create & Share Repositorio folder 8 1 Create

More information

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features What is GIS? Geographic Information Systems Introduction to ArcGIS A database system in which the organizing principle is explicitly SPATIAL For CPSC 178 Visualization: Data, Pixels, and Ideas. What Can

More information

Chapter 6: Data Acquisition Methods, Procedures, and Issues

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

More information

AN ENTERPRISE DATABASE-CENTRIC APPROACH FOR GEOSPATIAL IMAGE MANAGEMENT AND PROCESSING

AN ENTERPRISE DATABASE-CENTRIC APPROACH FOR GEOSPATIAL IMAGE MANAGEMENT AND PROCESSING AN ENTERPRISE DATABASE-CENTRIC APPROACH FOR GEOSPATIAL IMAGE MANAGEMENT AND PROCESSING Qingyun (Jeffrey) Xie, Siva Ravada, Weisheng Xu, Zhihai Zhang Oracle USA, Inc., One Oracle Drive, Nashua, NH 03062,

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

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Amit Ghosh Lead Architect, Nokia How Nokia Uses Oracle Spatial to Create

More information

Lesson 15 - Fill Cells Plugin

Lesson 15 - Fill Cells Plugin 15.1 Lesson 15 - Fill Cells Plugin This lesson presents the functionalities of the Fill Cells plugin. Fill Cells plugin allows the calculation of attribute values of tables associated with cell type layers.

More information

Managing Imagery and Raster Data in ArcGIS

Managing Imagery and Raster Data in ArcGIS Technical Workshops Managing Imagery and Raster Data in ArcGIS Hong Xu, Sangeet Mathew, Mark Harris Presentation Overview ArcGIS raster data models Which model to use Mosaic dataset storage and properties

More information

How To Use Gis

How To Use Gis Welcome Understanding Purpose Creating Relationships You A Global Community of GIS Professionals Changing the World Together Applying Geography Everywhere Your WORK Showcasing Your Web Apps Vision Applying

More information

An Introduction to Open Source Geospatial Tools

An Introduction to Open Source Geospatial Tools An Introduction to Open Source Geospatial Tools by Tyler Mitchell, author of Web Mapping Illustrated GRSS would like to thank Mr. Mitchell for this tutorial. Geospatial technologies come in many forms,

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

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract A Web services solution for Work Management Operations Venu Kanaparthy Dr. Charles O Hara, Ph. D Abstract The GeoResources Institute at Mississippi State University is leveraging Spatial Technologies and

More information

OnPremise y en la nube

OnPremise y en la nube La estrategia de Integración Microsoft OnPremise y en la nube Beacon42 - GABRIEL COR Creando valor a través de la integración ESB es antiguo ahora es NoESB SOA Todo es un API EAI es major que Batch

More information

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map!

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Overview 1. A GIS is NOT a Map! 2. How does a GIS handle its data? Data Formats! GARP 0344 (Fall 2013) Page 1 Dr. Carsten Braun 1) A

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

Vector storage and access; algorithms in GIS. This is lecture 6

Vector storage and access; algorithms in GIS. This is lecture 6 Vector storage and access; algorithms in GIS This is lecture 6 Vector data storage and access Vectors are built from points, line and areas. (x,y) Surface: (x,y,z) Vector data access Access to vector

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

ES341 Overview of key file formats and file extensions in ArcGIS

ES341 Overview of key file formats and file extensions in ArcGIS ES341 Overview of key file formats and file extensions in ArcGIS Commonly Encountered File Types/Extensions in ArcGIS.mxd A file containing a map, its layers, display information, and other elements used

More information

Deploying a Geospatial Cloud

Deploying a Geospatial Cloud Deploying a Geospatial Cloud Traditional Public Sector Computing Environment Traditional Computing Infrastructure Silos of dedicated hardware and software Single application per silo Expensive to size

More information

Point cloud data management Peter van Oosterom, Siva Ravada, Mike Horhammer, Oscar Marinez Rubi, Milena Ivanova, Martin Kodde and Theo Tijssen

Point cloud data management Peter van Oosterom, Siva Ravada, Mike Horhammer, Oscar Marinez Rubi, Milena Ivanova, Martin Kodde and Theo Tijssen Extended abstract for the invited presentation at the IQmulus Workshop on Processing Large Geospatial Data, 8 July 2014, Cardiff, Wales, UK (version 23 May 2014) Point cloud data management Peter van Oosterom,

More information

3D Data Management From Point Cloud to City Model GeoSmart Africa 2016, Cape Town

3D Data Management From Point Cloud to City Model GeoSmart Africa 2016, Cape Town 3D Data Management From Point Cloud to City Model GeoSmart Africa 2016, Cape Town Albert Godfrind Spatial Solutions Architect ORACLE Corporation April 13, 2016 Copyright 2014 Oracle and/or its affiliates.

More information

Advancing Sustainability with Geospatial Steven Hagan, Vice President, Server Technologies João Paiva, Ph.D. Spatial Information and Science

Advancing Sustainability with Geospatial Steven Hagan, Vice President, Server Technologies João Paiva, Ph.D. Spatial Information and Science Advancing Sustainability with Geospatial Steven Hagan, Vice President, Server Technologies João Paiva, Ph.D. Spatial Information and Science Engineering 1 Copyright 2011, Oracle and/or its affiliates.

More information

GIS Data Conversion. GIS maps are digital not analog. Getting the Map into the Computer

GIS Data Conversion. GIS maps are digital not analog. Getting the Map into the Computer Getting the Map into the Computer Getting the Map into the Computer Getting Started with Geographic Information Systems Chapter 4 4.1 Analog-to-Digital Maps 4.2 Finding Existing Map Data 4.3 Digitizing

More information

gvsig: A GIS desktop solution for an open SDI.

gvsig: A GIS desktop solution for an open SDI. gvsig: A GIS desktop solution for an open SDI. ALVARO ANGUIX1, LAURA DÍAZ1, MARIO CARRERA2 1 IVER Tecnologías de la Información. Valencia, Spain. Tel. +34 96 316 34 00; Fax. +34 96 316 34 00 Email: alvaro.anguix@iver.es

More information

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Yan Xia, Anthony Tung Shuen Ho School of Electrical and Electronic Engineering Nanyang Technological University,

More information

Assessment Tasks Pass theory exams at > 70%. Meet, or exceed, outcome criteria for projects and assignments.

Assessment Tasks Pass theory exams at > 70%. Meet, or exceed, outcome criteria for projects and assignments. CENTRAL OREGON COMMUNITY COLLEGE: GEOGRAPHIC INFORMATION SYSTEM PROGRAM 1 CENTRAL OREGON COMMUNITY COLLEGE Associate Degree Geographic Information Systems Program Outcome Guide (POG) Program Outcome Guide

More information

How To Use Hadoop For Gis

How To Use Hadoop For Gis 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Big Data: Using ArcGIS with Apache Hadoop David Kaiser Erik Hoel Offering 1330 Esri UC2013. Technical Workshop.

More information

Embarcadero DBArtisan

Embarcadero DBArtisan Administración de Bases de Datos Embarcadero DBArtisan Raul Merida Servicios Profesionales Haciendo Visible lo invisible Agenda Tendencias Ratios DBArtisan Beneficios Características Demostración del producto

More information

Implementing GIS in Optical Fiber. Communication

Implementing GIS in Optical Fiber. Communication KING FAHD UNIVERSITY OF PETROLEUM AND MINERALS COLLEGE OF ENVIRONMENTAL DESIGN CITY & RIGINAL PLANNING DEPARTMENT TERM ROJECT Implementing GIS in Optical Fiber Communication By Ahmed Saeed Bagazi ID# 201102590

More information

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Developer Guide

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Developer Guide Spectrum Technology Platform Version 9.0 Spectrum Spatial Developer Guide Contents Chapter 1: Introduction...9 What Is Location Intelligence?...10 What Is the Location Intelligence Module?...10 Location

More information

Sextant. Spatial Data Infrastructure for Marine Environment. C. Satra Le Bris, E. Quimbert, M. Treguer

Sextant. Spatial Data Infrastructure for Marine Environment. C. Satra Le Bris, E. Quimbert, M. Treguer Sextant On-Line information system for marine geographical information E. Quimbert, M. Bellouis, F. Lecuy, M. Treguer Centre de Bretagne BP 70, Plouzané 29280 France E-mail: sextant@ifremer.fr Sextant

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

NoSQL storage and management of geospatial data with emphasis on serving geospatial data using standard geospatial web services

NoSQL storage and management of geospatial data with emphasis on serving geospatial data using standard geospatial web services NoSQL storage and management of geospatial data with emphasis on serving geospatial data using standard geospatial web services Pouria Amirian, Adam Winstanley, Anahid Basiri Department of Computer Science,

More information

CONCEPTS OF INDUSTRIAL AUTOMATION. By: Juan Carlos Mena Adolfo Ortiz Rosas Juan Camilo Acosta

CONCEPTS OF INDUSTRIAL AUTOMATION. By: Juan Carlos Mena Adolfo Ortiz Rosas Juan Camilo Acosta CONCEPTS OF By: Juan Carlos Mena Adolfo Ortiz Rosas Juan Camilo Acosta What is industrial automation? Introduction Implementation of normalized technologies for optimization of industrial process Where

More information

High Performance Spatial Queries and Analytics for Spatial Big Data. Fusheng Wang. Department of Biomedical Informatics Emory University

High Performance Spatial Queries and Analytics for Spatial Big Data. Fusheng Wang. Department of Biomedical Informatics Emory University High Performance Spatial Queries and Analytics for Spatial Big Data Fusheng Wang Department of Biomedical Informatics Emory University Introduction Spatial Big Data Geo-crowdsourcing:OpenStreetMap Remote

More information

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 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

More information