ABSTRACT INTRODUCTION

Size: px
Start display at page:

Download "ABSTRACT INTRODUCTION"

Transcription

1 A ROAD MAP TO IMPLEMENTING AN ENTERPRISE-WIDE GIS Xiaodong Hong GIS Manager InfoTech Enterprises, Inc. An ISO 9001 Registered Company 4900 Seminary Road, Alexandria, VA ABSTRACT To improve the efficiency of existing emergency response and facility management systems, many utility companies choose to implement the ArcFM GIS. Based on my experience designing and implementing an ArcFM GIS for the Potomac Electric Power Company (PEPCO), Washington D.C., this paper provides a road map through implementation of an enterprise-wide GIS using technologies built-on ArcInfo 8 platform (Geodatabase, ArcFM and ArcSDE). The paper summarizes the implementation process in four phases: Data Model Design, Building a Geodatabase into a Multi-user GIS, Migrating CAD Data to a Geodatabase, and GIS Deployment and Data Maintenance Strategies. Major roadblocks related to each phase are identified, and alternative solutions are provided. INTRODUCTION As GIS evolves from a single user editing system to multi-user database driven system, many utility companies choose to implement GIS to improve the efficiency of facility management, emergency response, and outage management. ArcGIS 8 takes advantage of a relational database to store spatial and non-spatial information, allows multiple users editing the data, and manages the editing in version system through ArcSDE. Unlike its predecessors, ArcInfo 8, for the first time completely, runs on a geo-relational database that is called a Geodatabase in the ArcGIS family. The underlying geo-relational database structure in a Geodatabase that enables multi-user editing and version management is the foundation of an enterprise-wide GIS. It is clear that developing a Geodatabase and managing it through ArcSDE is the key to successful implementation of an enterprise-wide GIS. PEPCO selected InfoTech Enterprises, Inc., Alexandria, Virginia to implement an enterprise GIS in ArcGIS and ArcFM 8 platform. The advice here is based on my experience as a project manager in designing an Oracle Geodatabase for PEPCO, as well as managing the data migration from PEPCO s legacy CAD data to the Geodatabase. The discussion not only addresses issues in designing a data model and building a Geodatabase in an Oracle database, but also provides insights on data migration from CAD to GIS and discusses future data maintenance and system integration strategies. Although this paper focuses on implementing GIS for an electric utility company, the issues discussed here can be applied to other utilities companies that want to implement an enterprise-wide GIS. In addition, this paper documents some valuable lessons learned during the course of our GIS development and technical limitations of current ArcGIS software that can be of help to other organizations when developing a GIS. BACKGROUND: A TRADITIONAL GIS IMPLEMENTATION A typical GIS implementation using the ESRI ArcInfo Coverage data format (supported by ArcInfo version 7.2 and older) consists of three phases: data conversion specification, data migration, and application development. When designing a data conversion specification, one needs to first assess the functional requirements of the GIS system and collect requirements 1

2 from various departments in an organization and then transform the requirements into database structure. For example, if the users say that a transformer needs to have Nominal Voltage, Operating Voltage and Rated KVA, then the point attribute table (PAT table) in the device coverage should contain these items. A data conversion specification typically contains table and item definitions as well as business rules that need to be followed during the data conversion. In addition, the specification should also contain symbol requirements for each feature. Due to limitations of the ESRI Coverage data format, relationships cannot be implemented at the data structure level. The relationship rules are typically enforced at the application level. In other words, the GIS will function properly only with a set of applications. It is recommended to design the GIS applications and data conversion specification simultaneously so that the data structure will support GIS applications. Identify Functional Requirements Develop data conversion specification Define a database structure Functional Requirements Step 1: Data Conversion Specification CAD CAD Data Data ArcInfo Importing Utilities Step 2: Data Migration Coverage Coverage Step 3: GIS Application Development Figure: A Traditional GIS Implementation Plan Before implementing GIS, many organizations have already converted their data migrated from paper source to CAD formats, such as AutoCAD DWG and Microstation DGN. The target GIS data format is most likely to be ArcInfo coverage that stores spatial and non-spatial data. External database tables can be used to store additional attributes. For example, a transformer in the device coverage contains a link to an external Customer Information System (CIS) database. ArcInfo provides some useful data importing tools that make data migration to GIS relatively straightforward. 2

3 External Database ArcInfo PAT Table. Nominal Voltage Operating Voltage FacilityID CIS. Customer Name Address FacilityID Transformer Inventory Database. Manufacturer Model FacilityID After accepting the first GIS data delivery, an organization should start developing GIS applications. Depending on levels of automation and complexity of the data structure, GIS application development can be a lengthy and labor-intensive process. Major considerations in this phase are: Support the GIS operations, such as data query and data analysis Support data maintenance and enforce business rules ArcInfo and ArcView have many built-in functions to support data query and data analysis. It is relatively straightforward to tailor these functions to meet the needs of the organization. However, the development of data maintenance tools is a complicated and time-consuming process. GIS maintains topology and the geographical locations of each feature. Retaining data accuracy during data editing in GIS is a difficult task. Applications not only need to enforce business rules (such as valid values, relationships to other features, or links to data records in an external database), but also maintain topological integrity. One important limitation of a traditional GIS is that the ESRI coverage data format only allows single user to access and edit the data. Many efforts have been made to overcome this limitation, resulting in products such as Library and ArcStorm. While these two modules allow users to checkout and check-in data, they do not have features like versioning and rollback that are commonly used in a multi-user information system. The Geodatabase data structure introduced in ArcInfo 8 provided a solution that supports an enterprise-wide GIS. For the first time, both spatial and non-spatial data are stored in a relational database. Most importantly, the Geodatabase, through ArcSDE, supports multi-user access and editing, versioning and rollback. Relying on a relational database structure, Geodatabase allows users to define objects and behaviors (Zeiler, 1999). No longer are point, line and polygon the only feature classes supported by ArcInfo. True feature classes (such as Switch, Fuse, Primary Electric Line, etc.) and their behavior can be defined at the database level. The new features offered in the Geodatabase introduce new elements to the GIS implementation. The traditional GIS implementation approach is no longer sufficient and a new paradigm exists for implementation plan development. Based on the author s experience in developing a GIS based on the ESRI Geodatabase model for PEPCO, the following summary of an enterprise GIS implementation plan is presented. 3

4 ENTERPRISE GIS IMPLEMENTATION The implementation plan proposed here is based on the following assumptions: Enough funding has been allocated for the GIS project ArcGIS and ArcFM 8 have been chosen as the GIS software CAD data is available that can be migrated to GIS A cross functional team is dedicated to the implementation The enterprise GIS development is organized into four phases: Data Model Design, Build a Geodatabase into a multi-user GIS, Migrate CAD data to a Geodatabase, and GIS deployment and Data Maintenances Strategies. 4

5 Functional & Operational Software/ Application Integration w/ other information system Other Requirements Step 1: Identify Requirements Step 2: Develop Data Model Step 3: Loading Data and Test Model Step 4: Docuement Data Model and Obtain Final Approval Phase I: Data Model Phase II: Building a Geodatabase into Multiuser GIS CAD CAD Data Data ArcInfo Importing Utilities Coverage Coverage GeoDBLoader Simple Data Loader Data Loader Phase III: Migrating CAD Data to a Geodatabase Geodatabase Geodatabase Phase IV: GIS Deployment and Data Maitenance Strategies Figure: An Enterprise GIS Implementation Plan 5

6 Data Model Design The data model is the heart of enterprise GIS. A data model design must meet the operational and functional requirements of an organization. The data model must also support the requirements of ArcFM software and shall be extendable to integrate with other information systems, such as the Customer Information System (CIS) and Outage Management System (OMS). The data model shall also support symbol display and the data maintenance process. There are six steps in this phase: Step 1: Identify GIS requirements There are four types of GIS requirements: Operational and functional requirements Integration with other information systems Software/Application requirements Other requirements, such as data maintenance process, data migration, and symbol display Daily operations and facility management is the first requirement and basic function of GIS. To fully identify operational and functional requirements and transfer the requirements into GIS database structure, cross-functional GIS team members must include the GIS data modeler, GIS manager, and representatives from departments that may directly use or maintain the GIS. A GIS data model workshop is an effective way to collect all user requirements. Members of GIS team should participate the workshops. The more user departments that are involved in the workshops, the more comprehensive the requirement list will be. Second, the requirement list should include needs to integrate with other information systems, such as the Customer Information System (CIS). If the needs exist, the GIS team should identify database linkage between GIS and the other information systems. If the linkage does not exist, the discussion shall focus on how and when to generate the linkages. Issues related to system integration need to be addressed in the data-modeling phase to avoid data structure incompatibility between GIS and other systems. Third, the requirements of the GIS software functions and applications shall be considered. For instance, PEPCO has chosen ArcFM as their primary interface to GIS database. Feeder management and tracing tools offered by ArcFM require certain items existing in the Geodatabase. Therefore, the data model is required to include some system items to support functionality of ArcFM. Similarly, the requirement from other GIS products shall be considered, such as ArcIMS. The GIS shall also support symbol display, data migration and the data maintenance process. Each organization has its own data maintenance procedure and data approval process. To support revision management, the data model may include item(s) to record the revision stage of a feature. For example, PEPCO has a business process to record a feature from the proposed to the approved stage. To facilitate the same process in GIS, an item called Construction Status was added to the PEPCO s data model. The valid values for this item are Proposed, Build not energized, and Approved/As-Built. The data migration process must also be considered in the data model. Many legacy CAD systems contain feature attributes in various forms. To ensure that CAD attributes are migrated correctly, the data model must include some temporary items to hold CAD information during the migrations process. These temporary items should be deleted after the data are fully migrated and validated in GIS. To 6

7 avoid project delays due to the future data model changes, other considerations should also be addressed in the data-modeling phase. For instance, the GIS team needs to determine whether the data model supports the displaying of symbols and how the data model supports coincident features. The underlying data model in the ArcInfo 8 Geodatabase provides an object-oriented approach to GIS design. To fully take advantage of this technology, the four types of requirements should be identified and implemented in the data-modeling phase. The more comprehensive the data model is, the better the GIS implementation will be. Data model design is the most critical phase in the GIS implementation. The PEPCO data model was built on ArcFM 8 data model developed by Miner & Miner within the ArcGIS 8 framework. ArcFM 8 provides a customized data model and a series of editing and tracing tools to meet specific needs of data maintenance and analysis in utility network. Tip: To design a GIS data model, ArcGIS data models provide a good starting point. Step 2: Develop a data model In ArcInfo 8 environment, there are two approaches to develop a data model. One is to generate a data model in ArcCatalog. The other is to develop an UML data model in Visio. Although both approaches are valid, the UML data model has more advantages over using ArcCatalog. The UML model can be used to generate a complete Geodatabase while one has to generate the Geodatabase one feature at time in ArcCatalog. Moreover, the UML model provides a graphical representation of the data model and therefore is more intuitive to the users. However, there are trade-offs in using the UML model. Developing and generating the database schema from a data model in UML can be a lengthy process. ArcInfo 8.1 provides some new tools to detect schematic errors in a repository and improve the database generation process. In addition, ESRI and Miner & Miner offer well-design GIS UML models. It is more efficient to develop new data models on the ArcGIS data model. This will shorten learning curve and development time and ensure compatibility of the data model to ArcGIS and ArcFM software. 7

8 SimpleJunctionFeature The NominalVoltage property does not apply to the following classes: ConnectorJunction, OpenPoint, Ground, FaultLimiter, FaultIndicator, and SurgeArrestor The PhaseDesignation property does not apply to the following classes: Ground and FaultLimiter ElectricDevice Comments FacilityID FacilityID_CC FacilityID_Field FacilityID_GPS InstallationDate NominalVoltage OperatingVoltage PhaseDesignation Subtype SymbolRotation WorkOrderID ADC_MAP DGN_XTRA1 DGN_XTRA2 DGN_SIZE DGN_TYPE Structure_FacilityID Feeder_No Feeder_No2 FeederInfo FeederTraceWeight ConstructionStatus These relationships are not valid for the following classes: OpenPoint and Splice(Muff). FacilityStructure Underground Structure Feeder Transformer Unit Transformer GroundReactance GroundResistance HighSideConfiguration HighSideGroundReactance HighSideGroundResistance HighSideProtection LabelText LocationType MagnetizingReactance MagnetizingResistance RatedKVA OpenPoint Configuration Manufacturer Model NormalPosition[A,B,C] PositionTraceWeight PresentPosition[A,B,C] SpliceSize TransformerFacilityID Status Tip: It is a good idea to have technical support from ESRI or Miner & Miner when developing a data model. Step 3: Load data to test the data model Developing and testing a data model are two interrelated processes. Before the data model can be tested, a Geodatabase schema needs to be generated. Once the schema is generated, the following inspections/tests need to be performed to ensure it meets all the requirements: Confirm all feature/object classes, domain values and relationships are generated correctly Load test data to the Geodatabase and inspect behavior of each feature class Build symbol set(s) using the existing data model Test integration with other systems if applicable Test software compatibility Test database performance Using test data set to validate the data model is very important because it is the first time users can directly see and feel the data without understanding abstract terms in the UML data model. Thus, the test data set should contain all possible features and data configurations. This 8

9 allows users to fully test the behavior of all possible features. It is typical to have multiple iterations of data revisions and loading before having a data model that is satisfactory to the users. Tip: Use Schematic Checker to validate the repository database before using the Case Tool wizard to generate the data model. Step 4: Document data model and obtain final approval Document data model changes Obtain approval from the GIS team Obtain approval from upper management As the data model development is an iterative process, configuration management should not be over looked. Documenting changes to the data model is crucial in data model design. For instance, I conducted more than two dozens data model workshops before the data model was finalized. Documenting every workshop helps keep track of all data model changes. The documentation also provides a clear trail of data model development, which will help to secure the data model approval. It also helps in generating the data migration specification. Tip: It is a good idea to obtain data model certification from a third party, such as ESRI or Miner & Miner, once the data model is finalized. Building a Geodatabase into a Multi-user GIS In the ArcGIS framework, there are two types of Geodatabase, a Personal Geodatabase running in MS Access and an Enterprise Geodatabase running under ArcSDE in a relational database such as Oracle, MS SQL, DB2, etc. While the Personal Geodatabase supports single user editing, Enterprise Geodatabase supports multiple-user editing through versioning. It is obvious that an enterprise Geodatabase heavily relies on relational database technology. Database configuration and tuning become an important part of GIS development. In order to have a functional GIS, the Geodatabase needs to be built with proper database and ArcSDE configuration. In-depth knowledge of ArcSDE and Oracle are the keys in building an enterprise Geodatabase. The technical details of ArcSDE and oracle configuration are out of the scope of this paper. Tips: ESRI provides white papers on how to configure Geodatabase into a Multi-user GIS. Migrating CAD Data to a Geodatabase Data migration is a labor-intensive process and often is the most expensive step in the entire GIS implementation. The key to data migration is the data accuracy. In order to produce accurate data, the data conversion vendor should be provided a data conversion specification generated for the data model before starting full production. Data validations in both CAD and GIS are critical to the success of data migration. Data validation routines need to be developed before starting full production. These routines are typically developed in CAD using AutoLisp, MDL, or VBA and in GIS using AML. There are many ways to migrate CAD data to a Geodatabase. In the PEPCO project, the ArcInfo Coverage format was used as a bridge to migrate from CAD to the Geodatabase. The CAD data is first converted into an ArcInfo Coverage. The ArcInfo Coverage is processed according to the data structure in Geodatabase. Finally, the Coverage is loaded into a Personal Geodatabase because the Personal Geodatabase is portable and easy to manage whereas the Geodatabase in Oracle or MS SQL Server is less portable but is consistent with the target 9

10 system. The decision on whether to receive deliverables in a Personal Geodatabase or Enterprise Geodatabase in Oracle/SQL Server has impacts on the data acceptance procedure. Refer to Phase III in the Figure - An Enterprise GIS Implementation Plan. Like traditional GIS implementation, an organization needs to develop data validation routines in the GIS. It is beneficial to the GIS project to share the validation routines with the conversion vendor during the data migration because data errors can be detected and corrected in the early stages. During data migration and acceptance, large amounts of data have to be transferred between Geodatabases. Incremental data loading in ArcInfo 8 is a time-consuming process and deserves appropriate attention. Incremental data loading is addressed in greater detail in the Road Block section. After all, a successful data migration requires detail resource planning and process planning. Tip: Appending data to a Geodatabase is a time-consuming process. GeoDBLoader will help to resolve the problem. GIS Deployment and Data Maintenance Strategies An enterprise GIS is built for data access and data sharing through an organization. Issues related to GIS deployment need to be addressed in the early stages of GIS implementation. In a utility company, there are two groups of users: users with a stable LAN connection, and mobile users. ArcSDE 8 provides many utilities to manage access to the GIS database through LAN connections. Internet technology such as ArcIMS can be used to rapidly deploy GIS data to the entire organization with relatively low cost. Because ArcGIS software requires a high-end hardware configuration and provides more functions than a mobile user needs, the needs of mobile users to view data on a mobile computer may require a different solution. There are two approaches to resolve this problem. One is to use a wireless connection to retrieve data from a central GIS database. This approach requires a large and dedicated bandwidth and the performance is questionable in the current wireless technology. The other approach is to use a lightweight data-viewing tool on mobile computers. Such a viewing tool requires less system resources and provides basic functions to a mobile user. The performance of the tool is satisfactory on a mobile computer. This approach however requires daily download of GIS data from the server to the mobile unit. PEPCO chose a viewing product called VuGIS developed by InfoTech to view GIS data. The product can run on a 266 MHz and 64 MB RAM machine. It provides viewing, query and redline functions. After building the GIS, data maintenance is another major issue an organization needs to address. The questions that need to be asked are who, when and how to maintain the GIS data. Many organizations have existing data maintenance procedures for the CAD database. These procedures are good starting points. Because most CAD systems only allow single-user editing, one department in the organization normally handles all data maintenance. Because GIS provides multi-user access and has complex relationship rules, it is more efficient to decentralize the data maintenance responsibilities to multiple departments and maintain a centralized approval process. Beside GIS deployment and data maintenance, other issues also need to be addressed to ensure a thorough GIS implementation. These issues include: system integration, user training, data backup, future upgrades strategies, etc. Tip: Although many data editing functions have been provided in ArcMap and ArcFM, further customization is needed to facilitate data queries and data maintenance. 10

11 ROAD BLOCKS Data Model Changes Data model changes are inevitable during GIS implementation. However, frequent changes of a data model could lead to project delays and even unsuccessful implementations. Therefore, first major milestone of the project is to freeze data model. Symbology and Annotation Prior to the release of ArcInfo 8, symbols were generated from a specific font file. In order to display customized symbols on different features, each feature has to carry an item in which the symbol index in the font file is stored. An application needs to be developed to maintain the symbol index when a feature type is changed. In ArcInfo 8, symbols can be assigned to a feature based on combination of up-to three attributes. This effectively eliminates the need for a symbol item in the database and the application to reassign symbol values. It is important to validate whether the data model has suitable attributes from which distinct symbols can be generated for each feature class. Data Loading during Migration The data review and acceptance process can happen only after the data has been loaded into an enterprise Geodatabase. Incremental data loading to a Geodatabase in ArcInfo 8 is a cumbersome process. Currently, there are two tools to load data to an existing Geodatabase. One loads one subtype of a feature class at a time. The other loads one feature class at a time but requires all composite relationships be removed. To facilitate data migration, InfoTech developed a data-loading tool GeoDBLoader to transfer data from one Geodatabase to another Geodatabase in a batch process. The Geodatabase can be a Personal Geodatabase or Enterprise Geodatabase in Oracle or MS SQL Server. This tool will expedite the data loading process, providing significant efficiencies and substantial reductions in labor. Users can select a source Geodatabase and a target Geodatabase. Once the user selects Load, the data will be transferred from the source Geodatabase to the target Geodatabase. Status of the transferring process is shown in status bars. Users can stop the process any time by clicking the Stop. The user interface is simple and informative. Lightweight Geodatabase Viewing Tool Viewing GIS data on a mobile computer requires a lightweight-viewing tool because a mobile computer typically has less computing resources. Current viewing tools on the market require excessive computing resources and provide too much functionality, and therefore are not costeffective. To facilitate data viewing on mobile computers, PEPCO has selected VuGIS, a product developed by InfoTech. VuGIS provides basic query, viewing and redlining functions and can run on a 266 mhz and 64M RAM machine. 11

12 Menu & Toolbar Map Overview Landbase Toggle Color by Feeder Tree View Map Tips Map Tips Figure: VuGIS User Interface 12

13 Figure: Querying Attributes Figure: Creating Feature Linked Redlines 13

14 System Configuration Oracle and ArcSDE configuration and tuning are two important aspects of an enterprise GIS. Poor system configuration and tuning can lead to an inoperable system. To have a functional GIS, the GIS database should be configured properly and efficiently. The following questions need to be answered: How many tablespaces should the database have and what are the proper sizes for each tablespace? How many disks should the database have? How should we allocate tablespaces on each disk? Once the GIS database is established, the database has to be tuned to maintain its performance. The GIS database administrator plays an important role in this task. The GIS database administrator should have in-depth knowledge of the Oracle database and receive indepth training in ArcSDE. SUMMARY As GIS evolves into an enterprise multi-user access system, the traditional GIS implementation methodology is not longer suitable to large-scale GIS implementation. This paper presents a road map to the implementation of enterprise GIS. On this road map, I defined four phases: Data Model Design, Build a Geodatabase into a Multi-user GIS, Migrate CAD Data to a Geodatabase, and GIS Deployment and Data Maintenances Strategies. While each of the four phases is critical to the process, the data model design phase is most important because it lays the foundation for GIS development. Furthermore, I have identified five roadblocks along the path to building an enterprise GIS. Solutions to these roadblocks are also presented. While the paper has focused mainly on the implementation process, there is no doubt that understanding the new technologies, such as ArcSDE and the Enterprise Geodatabase structure play an important role in the success of GIS implementation. Due to the scope of this paper, technical details of ArcSDE and the Enterprise Geodatabase structure are not discussed. Although the new road map to the GIS implementation is derived from my experience on developing an enterprise GIS for PEPCO, which is a utility company, I believe that the approach summarized in this paper provides an understanding of enterprise GIS and can be beneficial to GIS implementations in other organizations. REFERENCES: Zeiler, Michael, 1999: Modeling Our World The ESRI Guide to Geodatabase Design, ESRI Press ACKNOWLEDGEMENTS I would like to thank Mr. Akhlesh Kaushiva, manager of PEPCO IT projects, and the entire PEPCO GIS team for their dedication, teamwork, and ability to work through difficult and complex issues. Without their in-depth knowledge of electric systems, the electric data model would not have been developed. I would also like to thank ESRI and Miner & Miner for their continuous and generous support on resolving software, data modeling issues. Finally, I would like to thank Mr. Karlu Rambhala and Mr. Pat Callahan in InfoTech Enterprises for their guidance and encouragements throughout the PEPCO GIS project. 14

Introduction to ArcSDE 8. John Calkins

Introduction to ArcSDE 8. John Calkins Introduction to ArcSDE 8 John Calkins Why are you here? Introduction to ArcSDE? What is a GeoDatabase? Existing SDE user? Existing ArcInfo user? Technical details on implementation? Just confused... ArcSDE

More information

Annotation/Labeling Workshop. Tim Rankin Pat Dolan

Annotation/Labeling Workshop. Tim Rankin Pat Dolan Annotation/Labeling Workshop Tim Rankin Pat Dolan Agenda 8:00am - Introductions 8:05am - Goals of the Workshop 8:15am Labeling 8:45am Annotation Part I 9:15am Break 9:25am Annotation Part II 9:50am Questions

More information

An Esri White Paper July 2010 Use GIS Data ReViewer to Inspect ArcFM Feeder Manager Circuits

An Esri White Paper July 2010 Use GIS Data ReViewer to Inspect ArcFM Feeder Manager Circuits An Esri White Paper July 2010 Use GIS Data ReViewer to Inspect ArcFM Feeder Manager Circuits Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB

More information

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu Lecture 5: Spatial Data Management in GIS Dr. Bo Wu lsbowu@polyu.edu.hk Department of Land Surveying & Geo-Informatics The Hong Kong Polytechnic University Contents 1. Learning outcomes 2. From files to

More information

An Esri White Paper June 2011 Using ArcGIS Data Reviewer to Inspect ArcFM Feeder Manager Circuits

An Esri White Paper June 2011 Using ArcGIS Data Reviewer to Inspect ArcFM Feeder Manager Circuits An Esri White Paper June 2011 Using ArcGIS Data Reviewer to Inspect ArcFM Feeder Manager Circuits Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com

More information

Design a Geodatabase. Rasu Muthurakku, Enterprise Solutions Architect / Consultant

Design a Geodatabase. Rasu Muthurakku, Enterprise Solutions Architect / Consultant Rasu Muthurakku, Enterprise Solutions Architect / Consultant Agenda Overview Key Factors Design - Recommendations Key Considerations, Best Practices and Recommendations / Lessons Learned! Overview What

More information

Subject: Migration Information for ArcIMS, ArcSDE, and ArcGIS Server Users

Subject: Migration Information for ArcIMS, ArcSDE, and ArcGIS Server Users December 12, 2006 Subject: Migration Information for ArcIMS, ArcSDE, and ArcGIS Server Users Summary This document provides information about how we are migrating your licenses and maintenance for ESRI

More information

Developing and Sustaining your Enterprise GIS Design

Developing and Sustaining your Enterprise GIS Design Developing and Sustaining your Enterprise GIS Design Dave Peters ESRI Systems Integration 1of 51 Overview System Architecture Design Process Enterprise GIS Evolution GIS Software and Migration Roadmap

More information

Introduction to ArcCatalog

Introduction to ArcCatalog Introduction to ArcCatalog Introduction To Arc Catalog ArcCatalog is a data- centric GUI tool used for managing spatial data With ArcCatalog you can. Inspect properties and attributes of data Preview and

More information

ArcSDE 8.1 Questions and Answers

ArcSDE 8.1 Questions and Answers ArcSDE 8.1 Questions and Answers 1. What is ArcSDE 8.1? ESRI ArcSDE software is the GIS gateway that facilitates managing spatial data in a database management system (DBMS). ArcSDE allows you to manage

More information

ArcGIS for Server Michele Lundeen

ArcGIS for Server Michele Lundeen ArcGIS for Server 10.1 Michele Lundeen Summary Vision Installation and Configuration Architecture Publishing Functional Enhancements Cloud Migration and Best Practices Powerful GIS capabilities Delivered

More information

Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect

Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect Michael D. Tsengouras Principal Software Engineer Navigation Technologies Corporation Abstract: Many organizations are adopting Enterprise

More information

The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc.

The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc. The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc. www.fargeo.com Norcal URISA Chapter Meeting 2/9/2005 Todays Goals Enterprise geodatabase defined Roles Oracle can play

More information

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

LAB 1: Introduction to ArcGIS 8

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

2016 New Zealand Spatial Excellence Awards: Category: Award for Technical Excellence - Award Application

2016 New Zealand Spatial Excellence Awards: Category: Award for Technical Excellence - Award Application Lessons learned from one of New Zealand s most challenging civil engineering projects: rebuilding the earthquake damaged pipes, roads, bridges and retaining walls in the city of Christchurch 2011-2016.

More information

ESRI Software Evolution

ESRI Software Evolution ArcGIS Jan Šlahař About ESRI ESRI - Environmental Systems Research Institute Founded in 1969, Redlands, California In 2002 Esri had approximately a 36 percent share of the GIS software market worldwide

More information

Forestry Data Model User Guide. Version 2.0 January, 2013

Forestry Data Model User Guide. Version 2.0 January, 2013 Forestry Data Model User Guide Version 2.0 January, 2013 Table of Contents Introduction... 1 Advantages of Using a Geodatabase... 1 Subtypes and Domains... 2 Subtypes... 2 Domains... 3 The Forestry Data

More information

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10 ICIT Brian Hiller ESRI Account Manger What s new in ArcGIS 10 ArcGIS 10 Fast Easy Powerful Everywhere late June 2010 ArcGIS System for Geographic Information Desktop Server Mobile Online A System A Complete

More information

Supporting the Army Enterprise with ESRI and Citrix

Supporting the Army Enterprise with ESRI and Citrix Supporting the Army Enterprise with ESRI and Citrix Julie Carter, Geospatial Engineer Installation Geospatial Information and Services (IGI&S) Program Office of the Assistant Chief of Staff for Installation

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 9 Database Design

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 9 Database Design Database Systems: Design, Implementation, and Management Tenth Edition Chapter 9 Database Design Objectives In this chapter, you will learn: That successful database design must reflect the information

More information

Geog 469 GIS Workshop. System Requirements - Data

Geog 469 GIS Workshop. System Requirements - Data Geog 469 GIS Workshop System Requirements - Data Outline 1. What are some principles of project management? 2. What are some fundamental issues associated with system requirements? 3. What are some issues

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

Using ESRI data in Autodesk ISD Products

Using ESRI data in Autodesk ISD Products GI13-3 Using ESRI data in Autodesk ISD Products 1.5 hr. Class 02-Dec-03 3:30pm - 5:00pm Session Description: We will focus on using data in a variety of ESRI formats within the Autodesk GIS product line,

More information

Raster Serving with ArcGIS

Raster Serving with ArcGIS Raster Serving with ArcGIS Agenda Introduction to server technology Workflow considerations ESRI raster serving technology ArcGIS Server Basic (ArcSDE) ArcGIS Server Standard/Advanced Web Services ArcGIS

More information

Object modeling and geodatabases. GEOG 419: Advanced GIS

Object modeling and geodatabases. GEOG 419: Advanced GIS Object modeling and geodatabases GEOG 419: Advanced GIS CAD Data Model 1960s and 1970s Geographic data stored as points, lines, and areas No attributes; each feature type stored on a different layer No

More information

MIGRATING AV 3.X TO AV 8.X? Jaishankar J, Md Jafrullah, Arindam Basu

MIGRATING AV 3.X TO AV 8.X? Jaishankar J, Md Jafrullah, Arindam Basu MIGRATING AV 3.X TO AV 8.X? Jaishankar J, Md Jafrullah, Arindam Basu Abstract ArcGIS suite the latest architectural re-structuring of the gamut of ESRI products under a single umbrella is a unique convergence.

More information

Planning Enterprise Geodatabase Solutions

Planning Enterprise Geodatabase Solutions Esri Middle East and Africa User Conference December 10 12 Abu Dhabi, UAE Planning Enterprise Geodatabase Solutions Pete Fitts Agenda Overview Database Design Data Maintenance Infrastructure Design and

More information

Integrating CAD Data with ArcGIS

Integrating CAD Data with ArcGIS Integrating CAD Data with ArcGIS Agenda An Overview of CAD Drawings CAD Data Structure in ArcGIS Visualization Georeferencing Data Conversion ArcGIS for AutoCAD Q & A CAD Drawings - Overview Widely used

More information

ArcSDE architecture and connections

ArcSDE architecture and connections ArcSDE architecture and connections Lesson overview ArcSDE system components Application Server Connections Direct Connect Geodatabase properties ArcSDE versions What is a version ArcIMS and versions 6-2

More information

ArcGIS Network Analyst and Network Dataset. Jim McKinney ESRI

ArcGIS Network Analyst and Network Dataset. Jim McKinney ESRI ArcGIS Network Analyst and Network Dataset Jim McKinney ESRI ArcGIS Network Analyst Everything in ArcView GIS 3x and more Routing Directions Network Analysis Tight Integration with Geoprocessing Models

More information

Using the Geodatabase

Using the Geodatabase Using the Geodatabase February 13, 2002 Presented by: John Stroud, ESRI GeoDatabase Geodatabase comes in two flavors Personal mdb format ArcSDE rdbms format ArcGIS is a suite of three products ArcView,

More information

Esri s ArcGIS Enterprise. Today s Topics. ArcGIS Enterprise. IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center

Esri s ArcGIS Enterprise. Today s Topics. ArcGIS Enterprise. IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Esri s ArcGIS Enterprise IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Today s Topics Part 1: ArcGIS Enterprise architecture Part 2: Storing and serving data for the enterprise

More information

Improved Database Development using SQL Compare

Improved Database Development using SQL Compare Improved Database Development using SQL Compare By David Atkinson and Brian Harris, Red Gate Software. October 2007 Introduction This white paper surveys several different methodologies of database development,

More information

Computer-Aided Design Facilities Management System for Geneva International Airport

Computer-Aided Design Facilities Management System for Geneva International Airport Computer-Aided Design Facilities Management System for Geneva International Airport Eperon Informatique Technique SA - Pierre-Alain Eperon, PhD Abstract Geneva International Airport uses a comprehensive

More information

Practical Database Design Methodology and Use of UML Diagrams Design & Analysis of Database Systems

Practical Database Design Methodology and Use of UML Diagrams Design & Analysis of Database Systems Practical Database Design Methodology and Use of UML Diagrams 406.426 Design & Analysis of Database Systems Jonghun Park jonghun@snu.ac.kr Dept. of Industrial Engineering Seoul National University chapter

More information

Geog 469 GIS Workshop. System Requirements

Geog 469 GIS Workshop. System Requirements Geog 469 GIS Workshop System Requirements Outline 1. What are some fundamental issues associated with system requirements? 2. What are your GIS data requirements? 3. What are your GIS software requirements?

More information

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above.

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above. AUTOCAD MAP 3D 2009 WHITE PAPER Industry Toolkits Introduction In today s world, passing of information between organizations is an integral part of many processes. With this comes complexity in a company

More information

Oracle Spatial A Unifying Framework at the Utah Department Of Transportation

Oracle Spatial A Unifying Framework at the Utah Department Of Transportation Oracle Spatial A Unifying Framework at the Utah Department Of Transportation Dan Paske Utah Department of Transportation Oracle DBA Jeff Saunders Farallon Geographics, Inc. Senior Geodatabase Developer

More information

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10 3D Analysis of Surfaces and Features Using ArcGIS 10 Completed on September 5, 2012 3D Visualization Techniques Using ArcGIS 10 Completed on November 19, 2011 Basics of Map Projections (for ArcGIS 10)

More information

Key Terms. Attribute join Target table Join table Spatial join

Key Terms. Attribute join Target table Join table Spatial join Key Terms Attribute join Target table Join table Spatial join Lect 10A Building Geodatabase Create a new file geodatabase Map x,y data Convert shape files to geodatabase feature classes Spatial Data Formats

More information

Esri s Spatial Database Engine. Today s Topics. ArcSDE. A spatial database engine that works on

Esri s Spatial Database Engine. Today s Topics. ArcSDE. A spatial database engine that works on Esri s Spatial Database Engine IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Today s Topics Part 1: What is ArcSDE? Why use ArcSDE? ArcSDE Data Structure How is data stored

More information

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network John Alsup & John Long Presentation Outline Utility Network Preparation - Migration Patterns - Understanding the Asset Package

More information

What's New in ArcGIS 9.2 Service Packs

What's New in ArcGIS 9.2 Service Packs What's New in ArcGIS 9.2 Service Packs 18 July 2007 Updated for Service Pack 3 This document describes the main enhancements to 9.2 added by the service packs. It does not cover the bug fixes and quality

More information

Overview of Server Technologies. Katja Krivoruchko ESRI

Overview of Server Technologies. Katja Krivoruchko ESRI Overview of Server Technologies Katja Krivoruchko ESRI Agenda Introduction to Server Technology Workflow Considerations ESRI Server Technology ArcSDE ArcGIS Server ArcGIS Image Server File Server Implementation

More information

Approaches for Upgrading to SAS 9.2. CHAPTER 1 Overview of Migrating Content to SAS 9.2

Approaches for Upgrading to SAS 9.2. CHAPTER 1 Overview of Migrating Content to SAS 9.2 1 CHAPTER 1 Overview of Migrating Content to SAS 9.2 Approaches for Upgrading to SAS 9.2 1 What is Promotion? 2 Promotion Tools 2 What Can Be Promoted? 2 Special Considerations for Promoting Metadata From

More information

Understanding ArcSDE. GIS by ESRI

Understanding ArcSDE. GIS by ESRI Understanding ArcSDE GIS by ESRI Copyright 1999, 2001 2002 ESRI All rights reserved Printed in the United States of America The information contained in this document is the exclusive property of ESRI

More information

Cartographic Techniques and Representations

Cartographic Techniques and Representations Cartographic Techniques and Representations NEARC 2007 ESRI Technical Session ESRI, Boston Overview of Presentation Labeling and Annotation Masking Layout Tips Cartographic Representations Labeling versus

More information

ESRI China (Hong Kong) Limited

ESRI China (Hong Kong) Limited Setting Proper Windows XP Environment for Displaying Spatial Data with Traditional Chinese Article ID : 100007 Software : ArcGIS Desktop 9.x Platform : Windows XP Home, Windows XP Professional Date : September

More information

Learning Objectives : This chapter provides an introduction to performance tuning scenarios and its tools.

Learning Objectives : This chapter provides an introduction to performance tuning scenarios and its tools. Oracle Performance Tuning Oracle Performance Tuning DB Oracle Wait Category Wait AWR Cloud Controller Share Pool Tuning 12C Feature RAC Server Pool.1 New Feature in 12c.2.3 Basic Tuning Tools Learning

More information

ArcGIS Schematics: Automatic Schematic Generation for ArcGIS

ArcGIS Schematics: Automatic Schematic Generation for ArcGIS ArcGIS Schematics: Automatic Schematic Generation for ArcGIS An ESRI White Paper May 2005 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that comprise Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

System Design Strategies

System Design Strategies System Design Strategies An ESRI White Paper July 2002 Prepared by: Dave Peters Systems Integration Environmental Systems Research Institute, Inc. 380 New York Street Redlands, California 92373-8100 Copyright

More information

Integration With the Business Modeler

Integration With the Business Modeler Decision Framework, J. Duggan Research Note 11 September 2003 Evaluating OOA&D Functionality Criteria Looking at nine criteria will help you evaluate the functionality of object-oriented analysis and design

More information

Advantages of using ArcIMS for project tracking

Advantages of using ArcIMS for project tracking Steven D. Straka Sanborn Advantages of using ArcIMS 4.0.1 for project tracking Sanborn provides customized data conversion, digital mapping, and consulting services to its clients. In this paper we discuss

More information

Streamlining Editing Workflows. Amber Bethell

Streamlining Editing Workflows. Amber Bethell Streamlining Editing Workflows Amber Bethell Workflow for solving geographic problems Ask a question Create or acquire data Validate and update data Analyze data Create cartographic product Act upon knowledge

More information

Iowa Department of Transportation Statewide Coordinated GIS

Iowa Department of Transportation Statewide Coordinated GIS 1998 TRANSPORTATION CONFERENCE PROCEEDINGS 187 Iowa Department of Transportation Statewide Coordinated GIS WILLIAM G. SCHUMAN, TIM STRAUSS, DAN GIESEMAN, AND REGINALD R. SOULEYRETTE This paper details

More information

ArcPad. Mapping and GIS for Mobile Systems

ArcPad. Mapping and GIS for Mobile Systems ArcPad Mapping and GIS for Mobile Systems ArcPad Mapping and GIS for Mobile Systems ESRI ArcPad software is a mobile mapping and geographic information system (GIS) technology. ArcPad provides database

More information

Developers Road Map to ArcGIS Desktop and ArcGIS Engine

Developers Road Map to ArcGIS Desktop and ArcGIS Engine Developers Road Map to ArcGIS Desktop and ArcGIS Engine Core ArcObjects Desktop Team ESRI Developer Summit 2008 1 Agenda Dev Summit ArcGIS Developer Opportunities Desktop 9.3 SDK Engine 9.3 SDK Explorer

More information

Configuring, Tuning and Managing ArcGIS Server. Dan O Leary James Cardona Owen Evans

Configuring, Tuning and Managing ArcGIS Server. Dan O Leary James Cardona Owen Evans Configuring, Tuning and Managing ArcGIS Server Dan O Leary James Cardona Owen Evans Introductions and Overview Welcome and Thanks for Attending Approach of this Session Share Best Practices and Techniques

More information

Best Practices with ArcSDE Technology. Katja Krivoruchko CA/NV/HI Technical Marketing ESRI

Best Practices with ArcSDE Technology. Katja Krivoruchko CA/NV/HI Technical Marketing ESRI Best Practices with ArcSDE Technology Katja Krivoruchko CA/NV/HI Technical Marketing ESRI Agenda What is ArcSDE Maintaining ArcSDE performance Geodatabase Toolset (GDBT) Upgrading ArcSDE Capacity Planning

More information

Core Services for ediscovery Perfection

Core Services for ediscovery Perfection BEST-IN-CLASS DATA ENVIRONMENTS. Core Services for ediscovery Perfection MANAGE MANAGE IMPLEMENT IMPLEMENT ASSESS Core Services for ediscovery Perfection George Jon is an ediscovery infrastructure specialist

More information

System Design Strategies

System Design Strategies An ESRI Technical Reference Document August 2005 Prepared by: Dave Peters Systems Integration Environmental Systems Research Institute, Inc. 380 New York Street Redlands, California 92373-8100 Copyright

More information

This document outlines the changes in platform and functionality in the ArcGIS 10.0 and the upcoming ArcGIS 10.1 releases.

This document outlines the changes in platform and functionality in the ArcGIS 10.0 and the upcoming ArcGIS 10.1 releases. DEPRECATION PLAN FOR ARCGIS 10.0 AND ARCGIS 10.1 We assess the required platforms and functionality of the ArcGIS platform at each release to account for changes in technologies and markets. As a result,

More information

PODS Lite. Executive Summary

PODS Lite. Executive Summary PODS Lite Executive Summary Introduction Since 1998, the Pipeline Open Data Standard (PODS) Association has been focused on providing a comprehensive, open, vendor-neutral, highly scalable, and proven

More information

ArcGIS Enterprise Performance and Scalability Best Practices. Andrew Sakowicz

ArcGIS Enterprise Performance and Scalability Best Practices. Andrew Sakowicz ArcGIS Enterprise Performance and Scalability Best Practices Andrew Sakowicz Agenda Definitions Design workload separation Provide adequate infrastructure capacity Configure Tune Test Monitor Definitions

More information

ArcGIS Desktop The Road Ahead. Amadea Azerki

ArcGIS Desktop The Road Ahead. Amadea Azerki ArcGIS Desktop The Road Ahead Amadea Azerki Agenda An Overview of ArcGIS 10 Desktop Enhancements User Interface Mapping Editing Analysis Sharing Q & A ArcGIS 10 Overview Focuses on Usability and Productivity

More information

Egyptian Survey Authority Geographic Information Management System (ESA GIM)

Egyptian Survey Authority Geographic Information Management System (ESA GIM) Egyptian Survey Authority Geographic Information Management System (ESA GIM) Sohail El ABD and Kholoud SAAD, Egypt Key words: GIS, theme, etc. SUMMARY ESA can be regarded as the backbone for supplying

More information

Editing Versioned Geodatabases : An Introduction

Editing Versioned Geodatabases : An Introduction Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Editing Versioned Geodatabases : An Introduction Cheryl Cleghorn Shawn Thorne Assumptions: Basic knowledge of

More information

What's New in ArcGIS 9.2 Service Packs

What's New in ArcGIS 9.2 Service Packs What's New in ArcGIS 9.2 Service Packs 8 July 2008 Updated for Service Pack 6 This document describes the main enhancements to 9.2 added by the service packs. It does not cover the bug fixes and quality

More information

Enterprise Geographic Information Servers. Dr David Maguire Director of Products Kevin Daugherty ESRI

Enterprise Geographic Information Servers. Dr David Maguire Director of Products Kevin Daugherty ESRI Enterprise Geographic Information Servers Dr David Maguire Director of Products Kevin Daugherty ESRI Outline Introduction Enterprise GIS vs. Spatially-enabled IS Architectures for building Enterprise GIS

More information

A guide for assembling your Jira Data Center team

A guide for assembling your Jira Data Center team A guide for assembling your Jira Data Center team Contents 01 Getting started 02 Helpful roles for your Jira Data Center team 03 Helpful expertise for your Jira Data Center team 04 Pro tips & best practices

More information

Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model

Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model Digital Advisory Services Professional Service Description SIP IP Trunk with Field Trial for Legacy PBX Model 1. Description of Services. 1.1 SIP IP Trunk with Field Trial for Legacy PBX Verizon will assist

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that make up Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

Higher National Unit specification: general information

Higher National Unit specification: general information Higher National Unit specification: general information Unit code: H1EM 34 Superclass: CD Publication date: June 2013 Source: Scottish Qualifications Authority Version: 03 Unit purpose This Unit is designed

More information

HP Application Lifecycle Management. Upgrade Best Practices

HP Application Lifecycle Management. Upgrade Best Practices HP Application Lifecycle Management Upgrade Best Practices Document Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Autodesk Utility Design and Your GIS

Autodesk Utility Design and Your GIS UT4523-P Autodesk Utility Design and Your GIS Prashant Srivastav Quality Assurance Lead, Utilities Co Speakers: Jeff Saunders, Carsten Hess The Power Track Utility Design Power Track at a glance... and

More information

Advanced Migration of Schema and Data across Multiple Databases

Advanced Migration of Schema and Data across Multiple Databases Advanced Migration of Schema and Data across Multiple Databases D.M.W.E. Dissanayake 139163B Faculty of Information Technology University of Moratuwa May 2017 Advanced Migration of Schema and Data across

More information

Lesson 12: ArcGIS Server Capabilities

Lesson 12: ArcGIS Server Capabilities GEOG 482 / 582 : GIS Data Management Lesson 12: ArcGIS Server Capabilities Overview Learning Objective Questions: 1. What are the ArcGIS Server Services? 2. How is ArcGIS Server packaged? 3. What are three

More information

MicroStation. FDO Reader USER S MANUAL. [Företagets adress]

MicroStation. FDO Reader USER S MANUAL. [Företagets adress] MicroStation FDO Reader USER S MANUAL [Företagets adress] MicroStation FDO Reader - User s Manual, 2018-10-27 copyright, 2018 ringduvevägen 13, 132 47 saltsjö-boo e-mail: consulting@surell.se, web: www.surell.se

More information

UCT Application Development Lifecycle. UCT Business Applications

UCT Application Development Lifecycle. UCT Business Applications UCT Business Applications Page i Table of Contents Planning Phase... 1 Analysis Phase... 2 Design Phase... 3 Implementation Phase... 4 Software Development... 4 Product Testing... 5 Product Implementation...

More information

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business Compass INSPIRE Services White Paper 2010 Compass INSPIRE Services Compass Informatics Limited Block 8, Blackrock Business Park, Carysfort Avenue, Blackrock, County Dublin, Ireland Contact Us: +353 1 2104580

More information

ORACLE DIAGNOSTICS PACK

ORACLE DIAGNOSTICS PACK ORACLE DIAGNOSTICS PACK KEY FEATURES AND BENEFITS: Automatic Performance Diagnostic liberates administrators from this complex and time consuming task, and ensures quicker resolution of performance bottlenecks.

More information

NC Education Cloud Feasibility Report

NC Education Cloud Feasibility Report 1 NC Education Cloud Feasibility Report 1. Problem Definition and rationale North Carolina districts are generally ill-equipped to manage production server infrastructure. Server infrastructure is most

More information

Service Description: Advanced Services- Fixed Price: Cisco UCCE Branch Advise and Implement Services (ASF-CX-G-REBPB-CE)

Service Description: Advanced Services- Fixed Price: Cisco UCCE Branch Advise and Implement Services (ASF-CX-G-REBPB-CE) Page 1 of 1 Service Description: Advanced Services- Fixed Price: Cisco UCCE Branch Advise and Implement Services (ASF-CX-G-REBPB-CE) This document describes Advanced Services Fixed Price: Cisco UCCE Branch

More information

PODS Lite. Technical Overview and Guide

PODS Lite. Technical Overview and Guide PODS Lite Technical Overview and Guide Introduction Since 1998, the Pipeline Open Data Standard (PODS) Association has been focused on providing a comprehensive, open, vendor-neutral, highly scalable,

More information

What s s Coming in ArcGIS 10 Desktop

What s s Coming in ArcGIS 10 Desktop What s s Coming in ArcGIS 10 Desktop Damian Spangrud ArcGIS Product Manager, ESRI dspangrud@esri.com (or at least turn to silent) ArcGIS 10 A Simple & Pervasive System for Using Maps & Geographic Information

More information

ESRI Mobile GIS Solutions Overview. Justin Fan

ESRI Mobile GIS Solutions Overview. Justin Fan ESRI Mobile GIS Solutions Overview Justin Fan Agenda Mobile GIS challenges ESRI Mobile GIS solutions ArcPad ArcGIS Mobile ArcGIS Engine Selecting a mobile GIS solution Q & A Objective To help you select

More information

Changing the way companies run their data centers

Changing the way companies run their data centers Infrastructure Management & Monitoring for Business-Critical Continuity TM Changing the way companies run their data centers The Aperture TM Suite Optimize performance of your data center without COmpromising

More information

Schematics in ArcMap Tutorial

Schematics in ArcMap Tutorial Schematics in ArcMap Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Introducing Schematics in ArcMap Tutorial........................ 3 Exercise 1: Getting familiar with Schematics

More information

AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS

AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS Prescott, AZ October 2012 Instructors: Bo Guo, PE, PhD Terry Li Workshop Outline Part I Introduction Why RDBMS Discussion on Obstacles for using RDBMS

More information

Deploying Interoperable Multivendor GIS Solutions Using ArcGIS With Oracle Spatial

Deploying Interoperable Multivendor GIS Solutions Using ArcGIS With Oracle Spatial Deploying Interoperable Multivendor GIS Solutions Using ArcGIS With Oracle Spatial An ESRI Technical Paper September 2002 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953

More information

SmartMAP at Clarion University: GIS for Smart Classrooms Management

SmartMAP at Clarion University: GIS for Smart Classrooms Management SmartMAP at Clarion University: GIS for Smart Classrooms Management By: Yasser Ayad Abstract The Smart Classrooms are spread all over Clarion University s campus and are expanding with different configurations.

More information

Create a personal geodatabase

Create a personal geodatabase Create a personal geodatabase To create a personal geodatabase that corresponds to the same release as the ArcGIS for Desktop client you are using, follow these steps: 1. In ArcCatalog, right-click the

More information

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II Week 5 ArcMap - EXPLORING THE DATABASE Part I SPATIAL DATA FORMATS Part II topics of the week Exploring the Database More on the Table of Contents Exploration tools Identify, Find, Measure, Map tips, Hyperlink,

More information

CCH Central Suite. How do I update to Microsoft.NET Framework in preparation for the CCH Central Suite? KB Article 6547 (02 Jan 2018)

CCH Central Suite. How do I update to Microsoft.NET Framework in preparation for the CCH Central Suite? KB Article 6547 (02 Jan 2018) CCH Central Suite How do I update to Microsoft.NET Framework in preparation for the CCH Central Suite? KB Article 6547 (02 Jan 2018) Legal Notice Disclaimer CCH Software has made every effort to ensure

More information

Stir It Up: Achieving GIS Interoperability

Stir It Up: Achieving GIS Interoperability Stir It Up: Achieving GIS Interoperability City of Tacoma, Washington, USA Mike Murnane, Community & Economic Development John Shell, Public Works 2006 ESRI International User Conference - August 9, 8:30

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

Dell helps you simplify IT

Dell helps you simplify IT Dell helps you simplify IT Workshops the first step. Reduce desktop and data center complexity. Improve productivity. Innovate. Dell IT Consulting Services New Edition 2011 Introduction Are you spending

More information