Migrating from Arcinfo Workstation to Arcgis by Victor Dohar

Total Page:16

File Type:pdf, Size:1020Kb

Migrating from Arcinfo Workstation to Arcgis by Victor Dohar 32 DIGITAL MAPPING TECHNIQUES ʻ04 33 Migrating from ArcInfo Workstation to ArcGIS By Victor Dohar Natural Resources Canada 601 Booth Street Ottawa, Ontario, Canada K1A 0E8 Telephone: (613) 943-2693 Fax: (613) 952-7308 e-mail: [email protected] INTRODUCTION the established spatial relationships between features. Another goal is to keep the design of the geodatabase During the past ten years, geological maps at the simple and easy to understand. This will be achieved by Geological Survey of Canada (GSC) have been produced eliminating unnecessary data fields, using intuitive and ob- using ESRIʼs ArcInfo Workstation software along with a vious field names, implementing the use of domains, and custom application called GEMS (GEological Mapping using tables and defined relationships where necessary. System – available at http://www.nrcan.gc.ca/ess/carto/ toolbox_e.html). Supporting this application in delivering Migration Strategy high-quality publications, Cartographic Digital Standards and Cartographic Design Specifications are used to man- The gradual migration from ArcInfo to ArcGIS can age the spatial data and surround elements that appear on be characterized as occurring in three stages. These are the map, respectively. outlined in ESRIʼs help documentation, and are summa- With the recent introduction of ArcGIS and the ben- rized below: efits that this new technology offers, considerable re-tool- ing of the process will be required to achieve the product 1. The first stage is to use ArcGIS for data use and quality that we achieved with ArcInfo Workstation. This visualization, not data management. Workstation will cover all aspects of production, from data manage- would still be used to edit and maintain cover- ment to developing and implementing new applications. age data, but ArcGISʼs ArcMap would be used for From a cartographic perspective, this document will producing the geological map. explain the migration strategies for developing a geodata- 2. The second stage is the most complicated. This base design to manage the data, as well as some ideas for involves moving the data management from cover- producing maps with ArcMap. The content of this docu- age-based files used in ArcInfo Workstation to the ment is based on the ESRI product ArcGIS 8.3. General geodatabase model of ArcGIS. Designing an ef- knowledge of ArcGIS, particularly geodatabase elements fective geodatabase schema will require prototype and design, will be beneficial. implementations to determine the most appropriate design. MIGRATING TO ARCGIS 3. The final stage revolves around the geo-proc- essing tools that will be introduced in ArcGIS 9.0. Goals These tools will be used to create applications to upgrade data from Workstation to ArcGIS. One of our main goals is to be able to produce geo- logical maps with ArcMap as effectively and efficiently In our migration strategy, we decided to merge steps as with ArcInfo Workstation. The majority of this effort 1 and 2, delivering both at the same time. The primary has involved designing a geodatabase schema to store reason for this approach is to eliminate the transition and manage the geological features that constitute a map. phase that could affect our service delivery of map The geodatabase also provides the means for feature- products. Using two software suites to produce maps and validation through the use of domains for standardizing manage data could potentially create bottlenecks, and data feature names and user-defined topologies. Domains management and versioning issues that could affect the can be used to restrain the user in assigning values to an timely delivery of map products (both paper and digital). attribute field from an established list of coded values or In addition, based on past experiences, it will be easier to a numeric range. Topologies will ensure users adhere to train everyone at the same time to make the transition. 33 34 DIGITAL MAPPING TECHNIQUES ʻ04 35 DESIGNING A GEODATABASE grated with ArcCatalog, and free to download from ESRIʼs Support Center website (http://support.esri. A geodatabase contains the geographic or spatial com/index.cfm?fa=downloads.gateway). At that features and their attributes, which can be used to produce site, search for “geodatabase designer”; however, it a geological map. Geographic features of a homogenous must be noted that it is an unsupported application. theme and spatial type (e.g., contacts, which are lines) are stored in feature classes. Feature classes that are Designing a Geodatabase for Map Production physically related to one another (e.g., contacts, faults, and geological polygon units) are best to be grouped in a Our map products are either bedrock or surficial feature dataset. This grouping permits the application of maps, and so we decided to tailor the design of geoda- user-defined topological rules that express the relation- tabases to this type of information. Therefore, separate ships between each of the feature classes. The feature geodatabases will be created for bedrock and surficial name, definitions, attribute fields, and properties of these geological datasets. This may seem redundant, but there feature classes determine the schema or design used in the are areas where both thematic features have been mapped, geodatabase. There are three basic methods in designing a either on different maps or on one map. Storing the data geodatabase schema: in separate geodatabases will provide a better means for 1. The first is using ArcCatalogʼs menus and managing the data as well as referencing it when making wizards. This is probably the simplest method maps with ArcMap. Some of the criteria we will use for of creating a geodatabase schema. The geodata- creating a geodatabase schema are as follows: base, feature datasets, feature classes, relationship classes, and tables can all be created using these • create separate geodatabase schemas for bedrock wizards. Domains can also be entered as properties geology data, surficial geology data, and carto- of the geodatabase. All the menus are simple to use graphic elements (non-geological features like and navigate, yet some general understanding is borders, index maps) required when entering all of the geodatabase in- • do not store data in a geodatabase if it already formation. After becoming familiar with designing exists in another database and is accessible when geodatabases, the procedures become very repeti- making a map (e.g., geochronology database) tive and somewhat rudimentary. Transferring or • avoid duplication and redundancy in feature at- sharing the geodatabase schema and its properties tribute values by retaining only the fields that are with other geodatabases, however, is not possible. necessary, and use tables where appropriate to Even the smallest of changes will require extensive expand attribute meaning (e.g., a single field can be re-entry. used to define each geological polygon, which in 2. The second method uses ArcCatalogʼs CASE turn relates to another table containing information tool to import a schema that is created by another of each unit) software, such as Visio. Although creating sche- • use domains and topology to validate features mas using UML (Unified Modeling Language) is • use sub-types along with domains to group/ the preferred choice for developers, access to this categorize simple features type of software was unfortunately not possible • use relationship classes to define relates between for us, therefore this option was not investigated. tables. One thing to point out, however (which is also the case for the first method), is that existing geodata- Managing Geological Polygons and Legend base schemas cannot be exported from ArcCatalog Information and used in CASE tools. Any changes must be performed using the CASE software and then the At this time, much of the effort at GSC has involved schema must be imported into ArcCatalog. The implementing a surficial geological geodatabase; how- CASE tool is expensive and is not available for ever, there will be many aspects applicable to a bedrock ArcView licenses. geological geodatabase. In the design of a surficial 3. The third method uses Geodatabase Designer to geodatabase schema, the first feature we examined was define the geodatabase schema. The main benefit of the geological polygons. The surficial map sample from this tool is that it can take an existing geodatabase ArcMap (Figure 1) displays one of the methods authors and export its schema to XML (extensible mark-up from the GSC use to classify geological polygons. Many language). Changes to the XML (the geodatabase of the surficial geological polygons are labeled on the schema) can be performed in an XML editor and map with one or two units, where each unit is listed and then imported either into the same geodatabase or described separately in the legend. These compound units to a new one. Geodatabase Designer is fully inte- (e.g. “Cv/Tm”) can consist of veneers (in this case, “Cv”) 34 DIGITAL MAPPING TECHNIQUES ʻ04 MIGRATING FROM ARCINFO WORKSTATION TO ARCGIS 35 Figure 1. Sample black & white image of a colour surficial map from ArcMap. overlying a dominant unit (“Tm”) or as a proportional In fact, they can be any value, string or numeric, as the mix between two geological units (Tx/R). In most cases, value relates to another table that describes the composi- veneers include the lowercase character “v”, and for tion of each unique polygon value as well as the label to compound units, a symbol is used between the two geo- be placed on the map. logical units to express the type of relationship and ratio The table UnitComp (Figure 3) is used to describe the of each unit. These methods are intended as a visual aid composition of each unique polygon value. In this table, a for the map-reader, but a different approach is required to field also named MAPUNIT contains all the unique poly- better manage this type of information and structure in a gon values from the above polygon feature class.
Recommended publications
  • ESRI the Leader in Geographic Information Systems
    Executive Workshop on Enterprise Geospatial Systems Geospatial Infrastructure Demands Dave Peters July 15,2004 J8338 1of 55 What is the challenge? Develop Enterprise support for GIS Operations Important Business Drivers: - Mature and growing GIS Operations - Rapidly expanding GIS Data Infrastructure - Evolving IT Infrastructure DOI Enterprise GIS Challenges - Define requirements for a scalable architecture - Connecting User Applications with Data Sources - GIS: Understand the proper architecture strategy - IT: Establish an Actionable Infrastructure Blueprint that supports business needs (GIS Operational Requirements) J8338 2of 55 GIS Software Evolution Overview GIS Department Desktop Viewers Distributed Internet Enterprise Federated Professional Query and Analysis Operations GIS Operations GIS Operations GIS Operations Remote Users Data Development Project Research Specific Operations Internet Desktop Interface Web Search Engines Data Maintenance Ad Hoc Mapping Work Management Map Products Enterprise GIS Collaborative Operations GIS Projects General Operations Delivery Routing Data Publishing Personal GIS Mapping Services Map Production Emergency Response Data Integration Query / Analysis Web Commerce Embedded Applications ArcInfo ArcView GIS MapObjects ArcView IMS ArcGIS Desktop ArcInfo ODE - ArcInfo 1999 Geography Network 1982 1992 MapObjects IMS - ArcEditor 2000 1996 - ArcView X-Emulation ArcIMS ArcGIS 9 - ArcEngine Windows Terminal Clients 1997 - ArcGIS Server 2004 Web Data Sources ArcInfo Shapefiles Spatial Database Engine Intelligent
    [Show full text]
  • GIS Migration Plan
    Dane County Land Information Office July 2003 Dane County Enterprise GIS Migration Plan The Dane County Land Information Office is committed to the development of GIS technology to aid in the delivery of information and services to county departments, communities, and the residents of our county. As part of our ongoing efforts to develop a robust and efficient GIS infrastructure, the Land Information Office has begun a project to migrate to a next generation geographic information system. Workplan activities include an upgrade of the technical infrastructure (hardware and software), implementation of new ESRI GIS products, a review and re-modeling of enterprise GIS datasets, workflow analysis and process changes to maximize service delivery and staff efficiencies. This plan summarizes migration activities to-date, as well as outlining a workplan to complete the remaining tasks. ESRI's next generation product line revolves around three primary products: ArcGIS, ArcSDE and ArcIMS. ArcGIS and its related extensions and modules comprise the desktop GIS software suite. ArcSDE supports spatial and tabular database integration. ArcIMS supports the delivery of web-based geographic information and map services. The Dane County ArcGIS migration project includes converting current ArcInfo users to the ArcGIS product. The longer term goal will be to move the viewing, printing, and basic GIS operation users to ArcIMS applications that can be run from a browser or thin client. Current ArcView 3.2 users will be migrated to either thin client ArcIMS applications or ArcGIS 8.x software. All applications will utilize geographic information stored in ArcSDE. Training requirements will be focused on technical staff to build and maintain applications with user friendly tools to minimize intense end user training.
    [Show full text]
  • Arcgis Server Operating System Requirements and Limitations
    ArcGIS Server Operating System Requirements and Limitations All Platforms Microsoft Windows Linux Sun Solaris NOTE: See Supported Server Platforms for specific operating system versions supported with ArcGIS Server. All Platforms Server display requirements: o 1024 x 768 recommended or higher at Normal size (96dpi) o 24 bit color depth DVD-ROM drive is required to install the application. Some ArcGIS Server features such as GlobeServer and Geometry require OpenGL 1.3 Library functionalities. These libraries are typically included in the operating systems that ArcGIS Server is supported in. In Microsoft Windows operating systems, these libraries are included with the operating system. See Platform specific requirements below for any exceptions. Python 2.5.1 and Numerical Python 1.0.3 are required to support certain core Geoprocessing tools. It is recommended that Python 2.5.1 and Numerical Python 1.0.3 are installed by the ArcGIS Server setup. Users can choose to not install Python 2.5.1 and Numerical Python 1.0.3 by unselecting the Python feature during installation. The Python feature is a sub-feature of Server Object Container. Limitation: The REST handler does not work when deployed with WebSphere 6.1 and Weblogic 10*. *Note: The REST handler is supported with Weblogic 10 at 93 sp1 Microsoft Windows Microsoft Internet Explorer version 6.0 or higher is required. You must obtain and install Internet Explorer version 6.0 or higher, prior to installing ArcGIS Server on Windows. Windows XP and Vista: These operating systems are supported for basic testing and application development use only. It is not recommended for deployment in a production environment.
    [Show full text]
  • Appendix a to Higher Education Institution
    APPENDIX A TO HIGHER EDUCATION INSTITUTION LICENSE AGREEMENT Education Products and Deployment Schedule Institutions may copy and deploy the Education Products up to the total number of users and/or quantity of licences below that corresponds to the option of Higher Education Institution Licence for which the applicable Annual Fee has been paid: 1. Site License Options: Higher Education Institution Agreement Options Option A Option B Option C Passes to Esri International User Conference 1 1 1 including Education GIS Conference Products included for Academic Use ArcGIS Online Organisations 25 @ 100 users 5 @ 100 users 5 @100 Users 1 @ 2,500 users 1 @ 500 users ArcGIS Named Users 0 Level 1 0 Level 1 0 Level 1 5000 Level 2 1000 Level 2 500 Level 2 ArcGIS Online credits 500 per Level 2 500 per Level 2 500 per Level 2 user user user (2.5 million) (500,000) (150,000) Apps for Office* - 5000 1000 500 Desktop (ArcMap/Pro), CityEngine etc. Advanced Advanced Advanced Apps for the Field* - 5000 Level 2 1000 Level 2 500 Level 2 Collector/Survey 123 etc. Tied to AGOL Org Tied to AGOL Org Tied to AGOL Org Apps for Community* – Yes Yes Yes Storymaps / OpenData Tied to AGOL Org Tied to AGOL Org Tied to AGOL Org ArcGIS Enterprise Advanced 10 Base 2 Base 1 Base Deployments Deployments Deployment ArcGIS Enterprise named Users 0 Level 1 0 Level 1 0 Level 1 5000 Level 2 1000 Level 2 500 Level 2 Developer Subscriptions – Enterprise Plan 100 20 10 https://developers.arcgis.com/pricing/ Additional User Pack NA 500 additional users for £500 plus VAT (Max of 3
    [Show full text]
  • Arcims Metadata Services
    ArcIMS® Metadata Services ® An ESRI White Paper • May 2002 ESRI 380 New York St., Redlands, CA 92373-8100, USA • TEL 909-793-2853 • FAX 909-793-5953 • E-MAIL [email protected] • WEB www.esri.com Copyright © 2002 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work is protected under United States copyright law and other international copyright treaties and conventions. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expressly permitted in writing by ESRI. All requests should be sent to Attention: Contracts Manager, ESRI, 380 New York Street, Redlands, CA 92373-8100, USA. The information contained in this document is subject to change without notice. U.S. GOVERNMENT RESTRICTED/LIMITED RIGHTS Any software, documentation, and/or data delivered hereunder is subject to the terms of the License Agreement. In no event shall the U.S. Government acquire greater than RESTRICTED/LIMITED RIGHTS. At a minimum, use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in FAR §52.227-14 Alternates I, II, and III (JUN 1987); FAR §52.227-19 (JUN 1987) and/or FAR §12.211/12.212 (Commercial Technical Data/Computer Software); and DFARS §252.227-7015 (NOV 1995) (Technical Data) and/or DFARS §227.7202 (Computer Software), as applicable. Contractor/Manufacturer is ESRI, 380 New York Street, Redlands, CA 92373- 8100, USA.
    [Show full text]
  • Arcview 9.1 System Requirements
    ArcView 9.1 System Requirements This PDF contains system requirements information, including hardware requirements, best performance configurations, and limitations, for ArcView 9.1. PC-Intel Windows 2000 Professional PC-Intel Windows 2003 Server Terminal Services PC-Intel Windows XP Professional Edition, Home Edition ArcView 9.1 on PC-Intel Windows 2000 Professional Product: ArcView 9.1 Platform: PC-Intel Operating System: Windows 2000 Professional Service Packs/Patches: SP4 Shipping/Release Date: May 18, 2005 Hardware Requirements CPU Speed: 1.0 GHz recommended or higher Processor: Intel Pentium or Intel Xeon Processors Memory/RAM: 512 MB minimum, 1 GB recommended or higher Display Properties: 24 bit color depth Screen Resolution: 1024 x 768 recommended or higher at Normal size (96dpi) Swap Space: 300 MB minimum Disk Space: Typical 765 MB NTFS, Complete 1040 MB NTFS Disk Space Requirements: In addition, up to 50 MB of disk space maybe needed in the Windows System directory (typically C:\Windows\System32). You can view the disk space requirement for each of the 9.1 components in the Setup program. Notes: OPERATING SYSTEM REQUIREMENTS Internet Explorer Requirements - Some features of ArcView 9.1 require a minimum installation of Microsoft Internet Explorer Version 6.0 or 7.0. If you do not have an installation of Microsoft Internet Explorer Version 6.0/7.0, you must obtain and install it prior to installing ArcGIS Engine Runtime. (Please also see IE7_Limitations) Python Requirement for Geoprocessing: ArcGIS Desktop geoprocessing tools require that Python and the Python Win32 extension are installed. If the ArcGIS Desktop setup does not find Python on the target computer, it will install Python 2.1 and Win32all-151 extension during a typical or complete installation.
    [Show full text]
  • Quick-Start Guide
    Quick-Start Guide ArcGIS® Desktop 9.3 1 UNIX® (ArcInfo® Workstation) on the DVD setup menu located in the lower left-hand corner for more 4 5 information. ✱ Mount the ArcInfo Workstation installation media and CD to the directory Prerequisites for your UNIX platform. ✱ Browse to the saved license le, complete the license manager setup. Install ArcGIS Desktop or ArcInfo Workstation More Information about ArcGIS ✱ ✱ Open the install_guide.pdf and follow the instructions under “Installing the Before restarting the computer, plug in the hardware key and wait for ✱ ® ™ A single source of information and assistance for ArcGIS products is ✱ If you are an existing user, your current license le will work with the ArcInfo license manager” to install the license manager. Windows to install the Hardware key driver. ArcGIS Desktop (ArcView , ArcEditor , ArcInfo available via the ESRI Resource Centers Web site at http://resources. updatedversion of the ArcGIS® License Manager. You will need to install ✱ From the 9.x $ARCHOME/sysgen directory, run “./lmutil lmhostid” to obtain ✱ Restart the machine once the driver installation is complete. [Concurrent Use]) esri.com. Use the Resource Centers Web site as your portal to ArcGIS the license manager included on the ArcGIS Desktop media. resources such as Help, forums, blogs, samples, and developer support. the host ID for this machine. ✱ If you have trouble starting the license manager, refer to “Troubleshooting ✱ Insert the ArcGIS Desktop installation media. If auto-run is enabled, a DVD ✱ Prior to installing, please review the system requirements. See ✱ Use this host ID to request the license le from Customer Service at License Errors on Windows” in the License Manager Reference Guide, setup menu will appear.
    [Show full text]
  • Schematics in Arcmap Tutorial
    Schematics in ArcMap Tutorial Copyright © 1995-2010 Esri All rights reserved. Schematics in ArcMap Tutorial Table of Contents Introducing Schematics in ArcMap Tutorial . 3 Exercise 1: Getting familiar with Schematics tools . 4 Exercise 2: Generating schematic diagrams . 11 Exercise 3: Editing and layout of schematic diagrams . 28 Exercise 4: Updating schematic diagrams . 79 Copyright © 1995-2010 Esri. All rights reserved. 2 Schematics in ArcMap Tutorial Introducing Schematics in ArcMap Tutorial ESRI ArcGIS Schematics is an extension to the ArcGIS Desktop products Complexity: Beginner (ArcView, ArcEditor, and ArcInfo). It allows the user to get simplified Data Requirement: representations of networks, intended to explain their structure and make the ArcGIS Tutorial Data Setup Data Path: way they operate understandable. It can be used to manage physical and C:\ArcGIS\ArcTutor\Schematics\Schematics_In_ArcMap Goal: logical networks, including social and economic networks, and may view and Getting acquainted with Schematics tools and commands available on the represent any kind of network such as electric power, traffic light, delivery Schematics toolbars in ArcMap route, computer, and so forth. It enables users to automatically generate, Learning about generating and updating diagrams visualize, and manipulate diagrams from network data or data that has Learning about how to lay out schematic attributes for connectivity. diagrams using the Schematics refinement tools and layout algorithms In this tutorial This tutorial is dedicated to Schematics in ArcMap. The easiest way to find out what you can do with Schematics in ArcMap is to complete the exercises in this tutorial. • Exercise 1: Getting familiar with Schematics tools—Explains the ArcGIS Schematics graphical user interface by using a variety of its tools.
    [Show full text]
  • Introduction to VBA Programming with Arcobjects
    z9/5/2007 Introduction to VBA Workshop Outline Programming with z ArcObjects/VBA overview (9:15-9:45) ArcObjects z Customizing ArcMap interface (9:45 – 10:30) z Visual Basic for Applications (VBA) environment (10:30-11:00) z Morning break (11:00-11:15) GeoTREE Center z VBA ppgrogramming concep ts ( 11:15-12:15) z Lunch (12:15-12:45) University of Northern Iowa z ArcObjects overview (12:45-1:30) Geography z Using ArcObjects z Using ArcObjects 1: Map Display (1:45 – 2:45) July 18, 2007 z Afternoon Break (2:45 – 3:00) z Using ArcObjects II: Selecting, Geoprocessing (3:00 – 4:00) Warning z Developing ArcGIS functionality and understanding ArcObjects is complicated z This workshop is a basic introduction to help you ArcObjects/VBA Overview develop ArcGIS customizations ArcObjects/VBA Overview ArcObjects z ArcGIS provides a large amount of z Set of components or building blocks on which the functionality scaleable ArcGIS framework is built z Developed by ESRI using C++ as classes z However users often want to harness that z Basically everything you see and interact with in any functionalityyyp in different ways than is possible ArcGIS application is an ArcObject out of the box z Maps z Layers z Develop customizations to carry out work-flow z Points tasks z Tables z Develop customized spatial modeling operations z Fields z Rasters z Combine multiple steps into a single customized tool z Buttons z1 z9/5/2007 Map Button ArcObjects Layer z There are a huge number of ArcObjects z Accessible through various Graphic Point programming/development enviroments z Focus today on VBA z Almost impossible to get to know all ArcObjects z A strong background using the applications (ArcMap, ArcCatalog, etc.) important z Learn how to navigate to get to proper ArcObject Polygon Table Field Visual Basic for Applications Other Development (VBA) Environments z Visual Basic z VBA is a development environment that is z C# provided with ArcGIS (also with Microsoft z C++ Word, Excel , Powerpoint , etc .
    [Show full text]
  • Arcview Product Catalog Details Relevant Software Extensions, Data, Training, and Documentation
    ArcView® Product Catalog More than 500,000 copies of ESRI® ArcView® are in use worldwide. ArcView helps thousands of organizations understand spatial relationships in their data, make better decisions, and improve business processes. With ArcView, you can create intelligent, dynamic maps using data from a wide range of popular data sources. Perform state-of-the-art geographic information system (GIS) analysis and map creation with the tools and data available for ArcView. When you add one or more of the optional extensions to ArcView, the possibilities for data exploration, integration, and analysis are limitless. You can learn more about ArcView and the resources available to you from ESRI via this catalog. The ArcView Product Catalog details relevant software extensions, data, training, and documentation. Order online at www.esri.com/avcatalog or call 1-888-621-0887. Pricing applicable for U.S. sales only. Shipping and taxes not included. 3 ArcViewArcView offersoffers many exciting capabilities such as extensive symbology, editing tools, metadata management, and on-the-fl y projection. ArcView The Geographic Information System for Everyone TM ArcView provides data visualization, query, analysis, and integration capabilities along with the ability to create and edit geographic data. ArcView is designed with an intuitive Windows® user interface and includes Visual Basic® for Applications for customization. ArcView consists of three desktop applications: ArcMap™, ArcCatalog™, and ArcToolbox™. ArcMap provides data display, query, and analysis. ArcCatalog provides geographic and tabular data management, creation, and organization. ArcToolbox provides basic data conversion. Using these three applications together, you can perform any GIS task, simple to advanced, including mapping, data management, geographic analysis, data editing, and geoprocessing.
    [Show full text]
  • Ecp Arcgis-Postgresql Draft User Guide
    Esri Conservation Program Illustrated Guide to postrgreSql for ArcGIS & Server DRAFT please send comments, suggestions, omissions to Charles Convis [email protected] This guide was started in 2014 in response to the lack of any single organized source of guidance, tutorials or illustrated workflows for obtaining, installing, operating and updating postgreSql for ArcGIS Server installations. It is current as of version 10.3, and due for update in late 2016 OBTAINING POSTGRESQL: Postgres install files need to be obtained from my.esri.com because of the version-linked spatial support libraries provided. You get a free account at my.esri.com within a few days of your very first esri software grant. Check your email for the grant activation message, it’ll often say “LOD” (license on delivery) Hang onto that email but don’t use the token url more than once. You will do your additional downloads via the myesri account. You can download as many times as you need to: especially useful for machine crash recovery. If you just want to transfer licenses you can do that directly at myesri.com by deauthorizing an existing machine and reauthorize on the new machine. If you do happen to run out valid installs for your authorization just call esri tech support and they can add more as needed. The other way to access my.esri.com is if you have access to an ArcGIS Online Account or are part of an ArcGIS Online Organization account. Anyone who is an administrator can log in and click on “My Organization” to see the following: What the admin then needs to do is right click on the gear icon next to your name and scroll down to “Enable Esri Access”.
    [Show full text]
  • Migrating from Arcmap to Arcgis Pro
    Migrating from ArcMap to ArcGIS Pro Version 1.0 (21.01.2019) In collaboration with and with the support of: Revision History Revision Revision Date Comment By 1.0 21 January Document created Esri 2019 HGLC 1 Authors Julia Levermann1 Izay Pantanilla2 1. Esri, Redlands, California, USA 2. Health GeoLab Collaborative, Manila, Philippines Acknowledgements Our gratitude goes to the World Health Organization (WHO) and Esri for the support provided to the Health GeoLab Collaborative. 2 Table of Contents 1. Background ......................................................................................................................... 5 2. Introduction ........................................................................................................................ 5 3. ArcGIS Pro Terminology ...................................................................................................... 5 4. About ArcGIS Pro ................................................................................................................ 6 4.1. Projects ........................................................................................................................ 6 4.2. ArcGIS Pro user interface ............................................................................................ 7 4.2.1. Ribbon .................................................................................................................. 7 4.2.2. Views ...................................................................................................................
    [Show full text]