|
POST
|
I’m with @curtvprice for using an update cursor. A couple thoughts to add though; a table with 70 empty fields seems like a boat anchor to me. What value do empty fields bring over deleting them altogether? I also suggest using <Null> value over ‘’ if you must keep them.
... View more
06-26-2021
06:31 AM
|
0
|
1
|
6711
|
|
POST
|
If anyone is still following this post or comes across it, the problem I describe is now a listed as a bug when connecting to MySql ver8. BUG-000141014
... View more
06-25-2021
02:40 PM
|
1
|
0
|
9029
|
|
POST
|
Check the online help here on connection files: https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-arcsde-connection-file.htm
... View more
06-25-2021
01:56 PM
|
0
|
0
|
6983
|
|
POST
|
In the realm of ArcGIS, connecting to a 'Server' in catalog or Pro means connecting to an ArcGIS Server which is considered part of an enterprise. SDE is actually an outdated term as it has been replaced with Enterprise Geodatabase (EGDB). If you are connecting to an EGDB, I suggest creating a connection file. Keep it somewhere and always refer to that path and file name in python. import arcpy
arcpy.env.workspace = r'DriveLetter:\path\to\your\ConnectionFile.sde'
ws = arcpy.env.workspace
fc = f'{ws}\yourFeatureClassName'
... View more
06-25-2021
01:41 PM
|
2
|
1
|
6991
|
|
POST
|
I guess you have to ask yourself, between the two applications, which one is 'correct'? Remember, ArcGIS , be it 'Classic' or 'Pro' is nothing more than a model of reality. 'A map is just a set of errors we all agree upon'... If you need 1" precision in your location measurements, you may want to survey the sites.
... View more
06-25-2021
01:15 PM
|
1
|
2
|
3785
|
|
POST
|
I wonder if the difference may be the way ArcMap (32 bit) versus ArcGIS Pro (64 bit) handles floating point numbers internally. You are only seeing the difference at the 1/100 degree, right?
... View more
06-25-2021
01:00 PM
|
0
|
4
|
3791
|
|
POST
|
The agency I work for is strictly an ArcGIS Pro shop; I don't even have ArcMap installed, and haven't for nearly 2 years. My motto is go Pro or go home....
... View more
06-25-2021
08:57 AM
|
0
|
0
|
4149
|
|
POST
|
And you're using ArcMap, but you have a Windows 10 64 Bit os, right? You can try the 32 bit version but you're on you own. I don't even know if ArcMap will recognize .xlsx worksheets. This is one of the many problems that goes away when you migrate from ArcGIS Arcmap and to ArcGIS Pro.
... View more
06-25-2021
08:51 AM
|
0
|
3
|
4153
|
|
POST
|
Yep; I try to avoid using Excel worksheets as a data source as much as I can. Convert it to a table and you are good to go.
... View more
06-25-2021
08:30 AM
|
0
|
1
|
4156
|
|
POST
|
My suggestion would be to use the excel to table tool first and then join the resulting table.
... View more
06-25-2021
07:00 AM
|
1
|
4
|
4190
|
|
IDEA
|
@BlakeTerhune - having read you other post earlier, what is the advantage of pathlib?
... View more
06-24-2021
02:14 PM
|
0
|
0
|
8242
|
|
POST
|
I have used Tabulate Area tool but that just gives each land use area for each clip and I only want the dominant land use in the buffer area. So can't you just sort on what ever field got populated by the Tabulate Area tool and find the maximum?
... View more
06-24-2021
11:17 AM
|
1
|
1
|
7108
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-11-2018 07:12 AM | |
| 1 | 05-17-2021 11:18 AM | |
| 1 | 06-29-2021 11:42 AM | |
| 1 | 07-05-2012 07:49 AM | |
| 1 | 09-03-2016 06:16 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-19-2026
11:56 AM
|