|
POST
|
Legend Properties properties never shows multiple items no matter what I throw at it ... single layers, group layers etc. All data stored locally. Pro 2.5
... View more
02-10-2020
06:03 PM
|
0
|
1
|
16788
|
|
POST
|
Dan, In the table of contents, for the layout can you toggle on/off and have it reflected in the Legend Properties? The only difference I noticed in you images was that it said [multiple items] which makes me think that "whatever" .. has to do with the fact that something is applying to multiple items. Is this a complex legend? Just a project from 2.4 or prior? I would check within the table of contents and see if the participating featureclass layers have something applied to them
... View more
02-10-2020
04:00 PM
|
0
|
3
|
16788
|
|
POST
|
You indicated the (multiple) version of Calculate Fields Did you incorporate SelectByAttributes or did you use a MakeFeatureLayer Calculate Fields (multiple)—Data Management toolbox | Documentation If you are running this in a script you need to make a featurelayer because a script has no concept that you have something selected
... View more
02-10-2020
03:47 PM
|
1
|
1
|
1536
|
|
POST
|
perhaps if one would post a snippet instead of a screengrab one might be able to copy and paste it in their spyder 4.0.1 for testing .... hmmmm???
... View more
02-10-2020
03:03 PM
|
0
|
0
|
3744
|
|
POST
|
Too bad Export a model to Python—ArcGIS Pro | Documentation You should have upgraded ArcGIS Pro to 2.5 instead
... View more
02-10-2020
03:00 PM
|
1
|
8
|
4698
|
|
POST
|
It depends where you are running your script from. If you are doing it within an open session of arcmap or Pro, then it should work. If you are trying to run it disconnected, then you would be advised to make the joins permanent by saving to a new table so that you get field names that are permanent.
... View more
02-10-2020
12:46 PM
|
0
|
10
|
4698
|
|
POST
|
Joe Borgione What I use Preferences... Completion and Linting, Linting, Enable basic linting checked on and the McCabe thing checked on. The rest you will have to play around with to suit your needs. I didn't do the Kite thing since I really hate those things that try to help when you don't need it (waiter trying to fill your glass while you are drinking kind of thing)
... View more
02-10-2020
12:16 PM
|
0
|
3
|
3744
|
|
POST
|
env—ArcPy classes | Documentation arcpy.env.overwriteOutput = True if it is a script and deleting that type of object is supported
... View more
02-10-2020
10:09 AM
|
0
|
0
|
1467
|
|
POST
|
If arcmap works, can you import arcpy in the Python console from "within" arcmap? If you can, then you might want to consider removing pycharm completely and try again
... View more
02-10-2020
10:06 AM
|
1
|
2
|
12684
|
|
POST
|
booleans shouldn't be enclosed in quotes ... True ... by itself. If it requires a string, it should be stated as such and would definitely be an error in the documentation. ( True != "true" != "True" )
... View more
02-10-2020
09:40 AM
|
2
|
2
|
1467
|
|
POST
|
Why don't you use the Delete Identical interface it handles things much more efficiently Find Identical—Data Management toolbox | Documentation Delete Identical—Data Management toolbox | Documentation
... View more
02-10-2020
09:30 AM
|
2
|
2
|
1779
|
|
POST
|
Yes, but the the alternative to arcpy in the python api is shapely, which can't do it either. Wrappers around arcobjects certainly haven't been developed for everything yet, I will give you that.
... View more
02-10-2020
09:27 AM
|
0
|
0
|
2092
|
|
POST
|
bottom middle, the long line should be removed even though it is a perpendicular. What you really need is a medial axis (aka, skeleton of your shape in question. You use that polyline which would be between the other two lines, to shoot your perpendiculars from, one set towards the outer line and one set towards the inner. In the first instance, you could approximate this from doing a Delaunay triangulation of the shape and connect the barycenters of the triangles to form the skeleton. Of course, the triangulation within the hole needs to be removes as do any triangles on the outer shell that have no left neighbors (those are part of the convex hull and can be removed.
... View more
02-10-2020
08:55 AM
|
0
|
0
|
3659
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-03-2017 11:39 AM | |
| 1 | 08-05-2019 05:21 PM | |
| 1 | 09-02-2016 08:05 AM | |
| 1 | 01-15-2018 01:10 PM | |
| 1 | 09-17-2018 12:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|