|
POST
|
What's new in ArcGIS Pro 2.6—ArcGIS Pro | Documentation https://community.esri.com/community/arcgis-ideas/blog/2020/07/28/ideas-in-arcgis-pro-26-a-large-gathering Lots of improvements, some related to the speed at which things are done for sure
... View more
07-31-2020
02:30 AM
|
1
|
12
|
6442
|
|
POST
|
From here Layer—ArcGIS Pro | Documentation listLabelClasses ({wildcard}) Returns a Python list of LabelClass objects in a layer. Which means you have to have something to create the labels from, and as you know... LabelClass—ArcGIS Pro | Documentation with the warning Not all layers support labeling, so it is useful to test this ahead of time using the supports method on the Layer object. For example: if lyr.supports("SHOWLABELS"): where you can modify them. But I don't know what you would use as a base except for an existing file
... View more
07-30-2020
06:49 PM
|
0
|
4
|
6336
|
|
POST
|
Sara... sounds like an issue. I can open existing and new notebooks from catalog without issue (I just can graph with matplotlib yet). Since 2.6 is so recent, I would file a case with Technical Support. It could be your environment or just about anything. Good luck and report back if you get a case number or resolution.
... View more
07-30-2020
05:09 PM
|
0
|
0
|
7540
|
|
POST
|
Sara Loreno You don't need any additional downloads. Can you give an example of a "new" notebook you are trying to create? or does it fail immediately when you try to make a new notebook?
... View more
07-30-2020
03:44 PM
|
0
|
2
|
7540
|
|
POST
|
If the identifying attribute is in a field... then Split By Attributes (Analysis)—ArcGIS Pro | Documentation
... View more
07-30-2020
01:34 PM
|
0
|
0
|
2269
|
|
POST
|
"an error" ... that would be the key to report. If I were you... Windows, Add/Remove, Remove to uninstall 26 and clean up (eg rename folders related to esri in your Users folder, delete folders in c:\Programs etc after the uninstall) ... reinstall 2.6 (I download the *.exe, run it, keep the *.msi and *.cab file and install from the *.msi where I want it) ... try the clone again but that is just me
... View more
07-30-2020
01:32 PM
|
0
|
0
|
4693
|
|
POST
|
Evan, check my latest link. I never install Pro where it wants to go (eg c:\Programs.... etc) because the path is too long and it contains a space. I completely remove all vestiges of Arc-Anything and do a clean install and reinstall just for getting a fresh install of everything. I create a folder (eg c:\arc_pro ) and install there. If I need to clone, I create the clone there (see my link) In short... I never "update" to the "latest" version... potentially too messy... but I keep a record of everything I have done to facilitate recreating the base environment and if I have to clone it, I can
... View more
07-30-2020
01:13 PM
|
0
|
0
|
4693
|
|
POST
|
I don't clone, other than for demos, but this might help as a process /blogs/dan_patterson/2020/02/09/clone-arcgis-pro-25
... View more
07-30-2020
01:06 PM
|
0
|
2
|
4693
|
|
POST
|
It wants the clone to go to your "user" profile %LocalAppData%\Esri\conda\envs Python Package Manager—ArcGIS Pro | Documentation And I assume you have admin rights of some level Check your path and I would use a shorter name as a check (like 'clone26') PS a shut down, restart is also recommended
... View more
07-30-2020
12:37 PM
|
0
|
2
|
4693
|
|
POST
|
Did you click "Clone Default" or did you click "Clone" (over by "Remove"). If the former, try the latter
... View more
07-30-2020
12:24 PM
|
0
|
4
|
4693
|
|
POST
|
numpy financial is being deprecated and eventually removed. All that means is that no further development or updates will be made and people should move on to the new package. If you installed the replacement into your cloned environment and activated that environment, it should be available. If you are in a pinch... it still exists in numpy (screen shot from Spyder, read the help topic and NEP 32
... View more
07-30-2020
08:54 AM
|
1
|
1
|
5798
|
|
POST
|
t = 'Lawrence M. Walsh\nblah blah'
'Lawrence M. Walsh' in t
True
... View more
07-29-2020
03:25 PM
|
1
|
1
|
4204
|
|
POST
|
codeblock = 'def unassigned_fxn(inValue1, inValue2, inValue3, inValue4, inValue5, inValue6):\n result1 = inValue1\n result2 = inValue2\n result3 = inValue3\n result4 = inValue4\n result5 = inValue5\n result6 = inValue6\n if result1 == 0 and result2 == 0 and result3 == 0 and result4 == 0:\n return result5 * result6\n else:\n return 0' there was an extra space in your return sections
... View more
07-29-2020
12:54 PM
|
2
|
3
|
8043
|
|
POST
|
Try setting your workspace in your script explicitly so that the paths to your inputs and outputs are known
... View more
07-29-2020
12:32 PM
|
0
|
1
|
2752
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 9 hours ago | |
| 1 | Wednesday | |
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | a week ago |