ogc geopackage support in arcgis

8
The Road to GeoPackage @martenhogeweg

Upload: marten-hogeweg

Post on 10-May-2015

1.446 views

Category:

Technology


5 download

DESCRIPTION

This presentation explains the support for the new OGC GeoPackage specification in ArcGIS as available since 10.2.1 and with a roadmap for future releases. For more information, visit: http://esriurl.com/geopackage.

TRANSCRIPT

Page 1: OGC GeoPackage Support in ArcGIS

The Road to GeoPackage@martenhogeweg

Page 2: OGC GeoPackage Support in ArcGIS

ArcGIS is Open to Many Data TypesAdding Support for OGC GeoPackages

Imagery (WCS)

Social Media

Big Data (Hadoop)

Services (WMS, WFS, KML)

SensorNetworks(SOS)

Maps (Context)

Enterprise Data(CSV)

GeoPackages (gpkg)

Page 3: OGC GeoPackage Support in ArcGIS

Implementing GeoPackage Support

• ArcGIS 10.2.1- An early draft of the vector specification from Fall 2013 (Draft

Version 0.8.2)

- Desktop

• ArcGIS 10.2.2- The final adopted vector specification

(Version 1.0)

- Desktop and Server

• ArcGIS 10.3- The final adopted vector and tiled raster specification

(Version 1.0)

- Desktop, Server, and Runtime

Page 4: OGC GeoPackage Support in ArcGIS

Managing GeoPackages in ArcGIS Desktoparcpy.gp.CreateSQLiteDatabase(sqlite_database_path, "GEOPACKAGE")

• Create in Python or use a tool

• Use Just like File or Personal Geodatabases

• Focused on simple vector feature classes and tables

• Builds on SQLite and OGC Simple Feature support (ST_Geometry)

• SQLite tools to create/edit/repair

Page 5: OGC GeoPackage Support in ArcGIS

Publishing GeoPackages as Web Services

• Same as other geodatabases

• OGC WMS, WFS, KML

• Esri REST Services

• Use in webmaps, mobile, desktop, …

Page 6: OGC GeoPackage Support in ArcGIS

GeoPackages in ArcGIS

Click icon to insert Picture

Demo

Page 7: OGC GeoPackage Support in ArcGIS

GeoPackage Useable in Multiple Implementation Patterns

File Based Server Centric Web Centric

Web GIS

Open

Database Centric

Page 8: OGC GeoPackage Support in ArcGIS

http://esriurl.com/geopackage@martenhogeweg