|
POST
|
Then just make a def out of what you need, so you can reuse it when you need it
... View more
09-03-2020
02:20 AM
|
1
|
3
|
4876
|
|
POST
|
All I see is... Metadata—ArcGIS Pro | Documentation the last code example Get a Metadata object from a map layer. pulling out the properties as needed. So you can read from various start levels of info (project, map, layer) if you want.
... View more
09-02-2020
08:27 PM
|
0
|
5
|
4876
|
|
POST
|
Just a confirmation... the files have different names?
... View more
09-02-2020
06:55 PM
|
0
|
0
|
641
|
|
POST
|
Search cursors also support with statements to reset iteration and aid in removal of locks. Comments on the data access cursors can be found in their various help topics. They do perform better
... View more
09-02-2020
01:23 PM
|
0
|
1
|
3833
|
|
POST
|
I always have the Geoprocessing tab docked to the right of the map, then put my frequently used tools there instead of using the ribbon. The tools open up there without any further need for docking
... View more
09-02-2020
11:19 AM
|
2
|
1
|
2028
|
|
POST
|
you are mixing old and new cursors... might be an issue old rows = arcpy.SearchCursor(input) new SearchCursor—ArcGIS Pro | Documentation with arcpy.da.SearchCursor(fc, fields) as cursor: etc
... View more
09-02-2020
11:10 AM
|
0
|
3
|
3833
|
|
POST
|
Do you mean merge or dissolve? Dissolve (Data Management)—ArcGIS Pro | Documentation
... View more
09-02-2020
09:02 AM
|
0
|
2
|
1955
|
|
DOC
|
Aaron, all is good, I just made an environment.yaml in case things went bad, then I installed from the downloaded *.msp. Comparing dates and file sizes pre and post update, nothing significant was different
... View more
09-02-2020
08:06 AM
|
1
|
0
|
3213
|
|
POST
|
BUG-000132901 In ArcGIS Pro 2.6, Table to Excel with an output format of .xlsx results in a corrupt Excel table. Fixed apparently in the 2.6.1 patch, available now Release notes for ArcGIS Pro 2.6—ArcGIS Pro | Documentation
... View more
09-01-2020
04:51 PM
|
1
|
1
|
2642
|
|
POST
|
Select Layer By Location (Data Management)—ArcGIS Pro | Documentation you need to make a layer for your pntGeometry
... View more
09-01-2020
03:14 PM
|
0
|
13
|
4390
|
|
POST
|
if you do a 'dir' on cim_lyr what attributes does it show for one with a table and one without. I am thinking along the lines of if hasattr(cim_lyr, 'fields'):
do something
else:
something else
... View more
09-01-2020
01:02 PM
|
2
|
1
|
5070
|
|
DOC
|
Aaron Falk will anything on the conda/python be affected or changed by the patch?
... View more
09-01-2020
08:59 AM
|
0
|
0
|
3213
|
|
POST
|
Brian Klinger There is nothing in the arcpy that enables setting the properties of methods AddMessage—ArcGIS Pro | Documentation
... View more
08-31-2020
03:19 PM
|
1
|
0
|
1865
|
|
POST
|
check your Junk box in case it went there... a common issue
... View more
08-31-2020
03:16 PM
|
0
|
0
|
532
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 3 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |