POST
|
It doesn't seem to matter if I'm using feature classes from a file geodatabase or an SDE database. Also crashes when I'm adding a legend, text element, etc in the layout.
... View more
02-27-2018
07:39 AM
|
0
|
0
|
22
|
POST
|
I tried this code and it worked from the python window, but every time I run it from my script, it errors out saying the fields I used couldn't be found from the source or input layer. Any ideas?
... View more
02-05-2018
07:28 AM
|
0
|
0
|
147
|
POST
|
I upgraded to ArcGIS Pro 2.1 the day after it released and have experienced multiple unexpected crashes of my PC. The majority of the time I was changing symbology of a feature class in SDE and all of the sudden Pro freezes and shows not responding then my entire computer freezes up. After I forced my computer to shutdown I created a new project (thinking the project might be corrupted like how mxd's get corrupted) and began adding my feature classes back to the map. I began changing the symbology and labeling features then my PC locks up again. The other times it's done this has been adding a title to a layout and adding a legend. Unfortunately, an error log was not generated for either of these instances because I had to do a force shutdown. Anyone else experiencing this issue? System Information: HP ProDesk 600 G3 MT Intel Core i5 @ 3.4 GHz 16 GB RAM Nvidia GeForce GTX 1050 Ti Windows 10 Version 1709 Build 16299.125 I'll add that after upgrading to Pro 2.1 and experiencing all of the crashes I went back to 2.0 and I've experienced the same crash when modifying symbology, just not as frequently as I did when using Pro 2.1.
... View more
01-24-2018
05:12 AM
|
0
|
3
|
1228
|
POST
|
I upgraded to Pro 2.1 yesterday and have experienced two unexpected crashes of my PC. Both times I was changing the symbology of a feature class and all of the sudden my computer locks up. I originally thought it was just taking a second to change the symbology, but after waiting around a few minutes for Pro to respond, I could no longer use my computer. After a forced shutdown I created a new project (thinking the project might be corrupted like how mxd's get corrupted) and began adding my feature classes back to the map. I began changing the symbology and labeling features then my PC locks up again. Unfortunately, an error log was not generated. Anyone else experiencing this issue? System Information: HP ProDesk 600 G3 MT Intel Core i5 @ 3.4 GHz 16 GB RAM Nvidia GeForce GTX 1050 Ti Windows 10 Version 1709 Build 16299.125 I'll add that before upgrading to Pro 2.1, 2.0 worked perfectly and I never had a crash like this.
... View more
01-19-2018
05:24 AM
|
0
|
2
|
6
|
POST
|
I'm trying to create a list of features classes inside of our LGIM database for handouts to staff. I can successfully print out a list of all of the feature classes using the code below, but I want to only list feature classes that have content in them. Does anyone have a script they could share? Or has anyone done this before? If it helps, the data I'm trying to access is in SDE. Code: import arcpy import os arcpy . env . workspace = "c:/base/gdb.gdb" datasets = arcpy . ListDatasets ( feature_type = 'feature' ) datasets = [ '' ] + datasets if datasets is not None else [] for ds in datasets: for fc in arcpy . ListFeatureClasses ( feature_dataset = ds 😞 path = os . path . join ( arcpy . env . workspace , ds , fc ) print ( path )
... View more
08-22-2017
12:11 PM
|
1
|
1
|
1367
|
DOC
|
Robert, Is there a way to visually display a related table search? My search currently retrieves the number of records returned by the search, but with the eSearch widget used in flex it returned spatial locations of the table.
... View more
05-11-2015
08:47 AM
|
0
|
0
|
21
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|