|
POST
|
Has it always been slow? Is this before you open a project? Connection to the internet? (hardwired, wireless ) If this is while a project is being opened Nature and location of the data? (locally saved vs cloud etc) All projects? How many map and layouts? Lots of graphics? Cleaned out your cache? The list goes on
... View more
05-25-2020
02:12 PM
|
0
|
3
|
3637
|
|
POST
|
Creator_1 isn't in your list Creator1 is and it looks like you are trying to calculate into Creator and use its value at the same time.
... View more
05-25-2020
03:14 AM
|
1
|
1
|
1936
|
|
POST
|
Set parcels current or historic—ArcGIS Pro | Documentation Upgrade an ArcMap parcel fabric—ArcGIS Pro | Documentation In an ArcGIS Pro parcel fabric, parcel features are historic if the Retired By Record field is not null. Historic parcel features are displayed in Historic group layers under the parcel type layer. The Historic group layer has a historic line sublayer and a historic polygon sublayer The historic line and polygon sublayers both have a predefined Retired By Record is not null definition query.
... View more
05-24-2020
11:36 PM
|
7
|
1
|
1268
|
|
POST
|
Create parcel fabric records—ArcGIS Pro | Documentation which notes Every parcel in the parcel fabric must have an associated record. When validating the parcel fabric, parcel features with no associated record will result in Must Have A Record errors. which links to methods on how to validate and fix errors Validate the parcel fabric and fix errors—ArcGIS Pro | Documentation Fix the Must Have A Record error Parcel features (points, lines, and polygons) should have an associated parcel record. Anything in your process that seems off?
... View more
05-23-2020
04:03 PM
|
7
|
3
|
2460
|
|
POST
|
You visited here? Activate ArcGIS Desktop Student License | ArcGIS Software Trial for Students
... View more
05-23-2020
02:40 PM
|
0
|
0
|
1793
|
|
POST
|
/blogs/dan_patterson/2016/08/14/script-formatting would provide line numbers and enable easier syntax checking
... View more
05-23-2020
10:47 AM
|
0
|
0
|
875
|
|
POST
|
What type of script tool? Did you define the parameters and their type using the script tool dialog after adding it to your toolbox?
... View more
05-22-2020
01:42 PM
|
0
|
1
|
3700
|
|
POST
|
Your related post and its information https://community.esri.com/message/929461-re-arcgis-pro-25-why-snapping-is-lost-when-digitizing-asset-groups-of-line-uti…
... View more
05-22-2020
12:48 AM
|
7
|
7
|
5290
|
|
POST
|
three suggestions... I will check for bugs later Select Layer By Attribute—Data Management toolbox | Documentation syntax for ... arcpy.SelectLayerByAttribute_management(chihuahua_cities, 'SUBSET_SELECTION', '"population" > 10000') I notice that you are assigning the results to a variable... that might be the reason that they get deleted ... (my first guess) Otherwise try remove the try-except block... you don't need it, if something goes wrong, you would get the same error anyway. Something is reminding me about results and try-except block when they finish without errors, and I can't pin it down. this is in desperation. Save the featurelayer within the source gdb. desperation 2. Try featureclass to featureclass (with an sql query instead of the make featurelayer) obviously for the last 2, no try-except block and only a smaller sample to test
... View more
05-21-2020
04:52 PM
|
1
|
7
|
4029
|
|
POST
|
As Joe suggests, it could get real difficult if you have multiple data types and aren't familiar with coding (using arcpy.da.Walk) and several of the tools in this toolset An overview of the Data Comparison toolset—Data Management toolbox | Documentation
... View more
05-21-2020
04:43 PM
|
1
|
0
|
1978
|
|
POST
|
or try a "repair" first. Windows Add/Remove Programs... Remove, select Repair as the option. Sometimes repair is easier
... View more
05-21-2020
03:49 PM
|
1
|
0
|
1868
|
|
POST
|
Bryce... you are making a layer from a featureclass from a gdb then you do make a selection from that layer finally you copy the layer with its selection to a new gdb hence, the selected features will be copied to the new featureclass in your destination gdb. If you were running this with ArcGIS Pro, AND had your geoprocessing options set to add results to the display, then the layer (with its selection) should have been added to your active map display and would have been saved if the project was saved. Since this appears to be a standalone script, only the destination gdb will get the results of the query and copying. There is nothing in your script that shows how this is running. If it is a standalone script, then it knows nothing about the project you are working with. It appears from FeederNumber = arcpy.GetParameterAsText(0) this script might be associated with a tool running in arctoolbox... Can you confirm your TOC before and after running this script and whether you are overwriting existing data? I only see one reference in the options settings about removing existing layers in a TOC References from. Copy Features—Data Management toolbox | Documentation
... View more
05-21-2020
03:37 PM
|
0
|
1
|
4029
|
|
POST
|
Duplicate of https://community.esri.com/thread/253813-can-python-be-used-to-find-duplicate-datasets moved to Python
... View more
05-21-2020
03:14 PM
|
0
|
0
|
1554
|
|
POST
|
depends on what you are comparing, but it is part of the standard module in all versions of python filecmp — File and Directory Comparisons — Python 3.8.3 documentation moved to Python
... View more
05-21-2020
03:09 PM
|
1
|
0
|
1978
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 4 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago |