-
UC 2022: Branch Versioning (resources)
This is reserved for helpful resources for the 2022 user conference sessions on branch versioning: Core documentation – * Branch version scenarios * REST API – Version Management Service Blogs – * To Branch or Not to Branch – An Introduction to branch versioning * Branch Versioning: Setting the Stage * Editing and…
-
Data Management Labels
Data Management idea submissions require a single label; that is, an idea cannot be submitted without a label or with more than one label. Use this table to help find the label that best aligns with the idea you're submitting. Do your best to label your idea correctly and as Ideas Managers review ideas, they will update…
-
Dev Summit 2020: Administering Your Enterprise Geodatabase Using Python
Slides and demo scripts from the Administering Your Enterprise Geodatabase using Python session from the Esri Developer's Summit in March 2020, presented by Jill Penney and Annie Sasidar. The session recording can be found…
-
Dev Summit 2019: Administering Your Enterprise Geodatabase Using Python
Slides and demo scripts from the Administering Your Enterprise Geodatabase using Python session, presented at the Esri Developer's Summit on March 6, 2019 by Jill Penney and Annie Sasidar.
-
Andhra Pradesh Census Data
Andhra Pradesh Census Data
-
Geodatabase Administration: An Introduction
Demos and slides from the Geodatabase Administration: An Introduction tech session that was given at UC 2018.
-
Automate Your Geodatabase Schema Using Geoprocessing
Demos and slides used in the Automate Your Geodatabase Schema Using Geoprocessing demo theater session given at Esri UC 2018.
-
GDBAdminPython_DevSummit2018
The slides and demo scripts from the Administering Your Enterprise Geodatabase using Python session, presented at the Esri Developers Summit on March 7, 2018 by Jill Penney & Annie Sasidar.
-
Leveraging Native Spatial Data Types in ArcGIS using Query Layers - UC2017
This document will include slides and related information from the UC2017 session on Leveraging Native Spatial Data Types in ArcGIS using Query Layers. Sessions: Wednesday, July 12 Leveraging Native Spatial Data Types in ArcGIS using Query Layers 5:00pm - 5:30pm SDCC - Tech Theater 18 Exhibit Hall A…
-
Leveraging SAP HANA and ArcGIS - UC2017
This document will include slides and related information from the UC2017 session on Leveraging SAP HANA and ArcGIS. Session: Wednesday, July 12 Leveraging SAP HANA and ArcGIS 12:00pm - 12:30pm SDCC - Tech Theater 19 Exhibit Hall A Helpful links: FAQ: Does the ArcGIS platform support the SAP HANA…
-
GDBAdminPython2017.zip
The presentation slides and demo code for the Administering your Enterprise Geodatabase using Python session at Developer's Summit, March 2017.
-
CADToGDB.gpk
-
DataManipulationDemo_UC2016.zip
Slides and demos from the 'Using Geoprocessing for Data Manipulation' demo theater presented at Esri's User Conference in June 2016.
-
AutomateGDBSchemawithGP_UC2016.zip
Slides and demos from the 'Automate your Geodata Schema with Geoprocessing' demo theater presented at Esri's User Conference in June 2016.
-
Loads ArcMap Map Documents Faster - Trick
Greetings, GIS Users have some ArcMap documents loaded heavily with Layers and Image files resulting in large time required to load all items in Map. This Add-In reduces load time by un checking layers. Hope this will be helpful Regards AbdullahSaleh
-
GDBAdminPython2016.zip
This folder contains the demos and slides from the Administering your Enterprise Geodatabase using Python tech session at Esri Developer Summit 2016
-
CreatingSchema.zip
Demo data from the Efficiently Creating Geodatabase Schema with Geoprocessing demo theater session at Esri's UC2015
-
ApplyingChanges.zip
Demo data from the Apply Changes to Your Data Using Geoprocessing demo theater session at Esri's UC2015
-
Convert Workspace
This tool converts a pre-7.0 ArcInfo Workspace to Arc 7.x file naming so the data can be accessed in ArcGIS Desktop and Pro ArcInfo workskpaces created with versions 6.1 and earlier cannot be read by ArcGIS 10.x and later. File naming changes were imposed at that time to support "8.3" file naming to make the datasets…
-
A Grid to use for sampling
In order to sample a certain area, I produced a 2.1 x 2.1 km grid with 300m rasters.
-
Accessing Your Enterprise Geodatabase Using Python
Demo data, scripts and PowerPoint from the session 'Accessing Your Enterprise Geodatabase Using Python'. Developer Summit 2015.
-
Versioning 101 - ArcUser Technical Article
This technical article presents the key concepts about ArcSDE geodatabase versioning including: version creation; version workflows; reconciliation and post; states; and compress operations.
-
Replication Delta File Viewer
Allows Geodatabase Administrators to see detailed content of an exported ESRI's Replication message file. * Only File and Personal Geodatabases are supported. XML Messages are not supported. * Requires ArcGIS Desktop or Engine installed on the machine with a valid license. * Application gives a report of delta tables and…
-
ArcMap - Version & Edit History Addin
This Add-in allow geodatabase administrators to log users edit start/stop and version reconcile/post history. When a versioned editing session starts in a SDE geodatabase, the extension listens events and inserts log records to RPC_LOG table which must be exists in editing geodatabase. Below script can be execute to create…
-
convertworkspace.py - read old pre-7x coverages
UPDATE I've posted a 10.1 pyt version of this tool: Convert Workspace If you have 10.1 or later, please use that one as it has better documentation. -------------------------------------------------------- Pre-7 ArcInfo workspaces can be identified using Windows Explorer by looking in the "info" folder. Pre-7 workspace…