POST
|
Many thanks for this script. I know enough to be dangerous, please feel free to dumb it down for me. But I have a question for the section beginning at line 46; # Need to get a list of all the feature classes and tables for the next two tools Specifically; # IF there was any Feature Datasets would use this code. But there are none ## fdList = arcpy.ListDatasets("*", "Feature") ## for fd in fdList: ## fcList += arcpy.ListFeatureClasses(feature_dataset=fd) I think our data do contain Feature Datasets, but get an error when activating this code by removing the double hash marks (e.g. ## ) and re-aligning the code to; # IF there was any Feature Datasets would use this code. But there are none fdList = arcpy.ListDatasets("*", "Feature") for fd in fdList: fcList += arcpy.ListFeatureClasses(feature_dataset=fd) The error is; "NameError: name 'fcList' is not defined" So, shouldn't the variable "fcList" actually be changed to "edtfcList"? The script completes after this change, but please confirm this change. Thank you. Thank you, very much...
... View more
01-10-2020
09:23 AM
|
0
|
1
|
156
|
POST
|
This conversation initiated my question: https://community.esri.com/docs/DOC-9914-compress-geodatabase-tool One of my weekly tasks is to Compress the server geodatabase then Analyze each feature and I like to do this manually. The above thread mentions "Rebuilding Indexes" but I've not initiated that process. I wanted to make sure, are the proper steps after a compress; Analyze/Rebuild or Rebuild/Analyze? See this image for details.
... View more
04-30-2018
11:15 AM
|
0
|
1
|
1052
|
IDEA
|
Educate me - what's the difference between Tiled and Vector Tiled? Why does it matter? Thanks.
... View more
07-14-2017
10:22 AM
|
0
|
0
|
40
|
IDEA
|
Educate me - what's the difference between Tiled and Vector Tiled? Why does it matter? Thanks.
... View more
07-14-2017
10:22 AM
|
0
|
0
|
24
|
POST
|
Currently at ArcReader 10.3.1 Is it possible to pass a "search, locate, & zoom to" parameter (maybe an API?) from another application to ArcReader? In other words: Property application contains a "Map" button Pressing the "Map" button "magically" finds and zooms to the property in ArcReader (magic yet to be programmed) This is what the company is familiar with; Tools/Technologies: Microsoft SQL Server Crystal Reports PowerBuilder 12.5 or higher Visual Studio 2013 or higher Perl HTML Languages: PowerScript and/or Visual Basic SQL C# a plus Thank you
... View more
03-17-2017
11:03 AM
|
0
|
0
|
619
|
POST
|
Thanks jayanta.poddar, but "Should be compatible" is not the same as "yes, I know it's compatible" - plus, we don't have an extra PC for testing purposes.
... View more
12-30-2016
02:18 PM
|
0
|
1
|
36
|
POST
|
Our primary ArcGIS Desktop/ArcReader systems must stay at version 10.3.1. However, I'm thinking of updating ArcReader only PC's from 10.3.1 to version 5.0 because they meet hardware & software requirements. So then, does ArcReader 5.0 read PMF files created by ArcPublisher 10.3.1? Thank you. Additional Info: OS: Windows 7 Pro 64bit Server: SQL Server 2012 with ArcGIS Enterprise Geodatabase
... View more
12-30-2016
01:21 PM
|
0
|
3
|
1528
|
POST
|
Reshape polygon seems appropriate. See http://desktop.arcgis.com/en/arcmap/10.3/manage-data/editing-existing-features/reshaping-polygons.htm
... View more
12-06-2016
06:59 AM
|
0
|
2
|
74
|
POST
|
Sorry for cutting in, but where can I download X-Ray for Geodatabases? My X-Ray version is 10.2.0.2, June 9, 2014 and I'm running ArcGIS 10.3.1. Thank you.
... View more
09-27-2016
02:23 PM
|
0
|
2
|
102
|
Online Status |
Offline
|
Date Last Visited |
12-08-2020
12:53 PM
|