|
POST
|
I ofter can't find self intersections with the Check Geometry Tool, it is a bit unreliable especially with very small mistakes. I can offer several shapes with self intersections not found by Check Geometry Tool (10.4.1) - unfortunately I don't have pro.
... View more
11-21-2019
07:31 AM
|
0
|
1
|
1766
|
|
POST
|
A working possibility could be to convert to numpy array, then use pandas to convert the array to excel? import arcpy
import pandas as pd
arcpy.env.overwriteOutput = True
inTable = r"yourpath\Export_Output.shp"
outTable1 = r"yourpath\export.xls"
fieldNames = ["OBJECTID", "PARCEL_NO", "OwnerName", "Address", "City", "State", "ZipCode"]
arr = arcpy.da.FeatureClassToNumPyArray(inTable, fieldNames)
df = pd.DataFrame(arr)
df1 = df.to_excel(outTable1, index=False)
... View more
11-19-2019
04:51 AM
|
0
|
0
|
1325
|
|
POST
|
Don't know where your data comes from? Just saw your example. If I have a date field in a file gdb I have to quercy it in the select by attributes dialog in ArcMaP like this? date = date '2019-11-18 16:32:01'
... View more
11-18-2019
07:44 AM
|
0
|
0
|
2147
|
|
POST
|
What happens if you use: . toDate = fromDate.strftime('%Y-%m-%d %I:%M:%S %p') ?
... View more
11-18-2019
06:48 AM
|
0
|
4
|
2147
|
|
POST
|
What about near tool? Near—Hilfe | ArcGIS for Desktop
... View more
11-12-2019
01:33 AM
|
1
|
0
|
1526
|
|
POST
|
What happens if you print out queryString1, maybe it doesn't fit to Survey_Start field? Is this helpful? 4 Examples to convert Python datetime to string
... View more
11-11-2019
07:35 AM
|
0
|
2
|
3419
|
|
POST
|
And if you use .format() ? queryString1 = 'Survey_Start>{}'.format(str(timeDifference))
... View more
11-11-2019
06:05 AM
|
1
|
2
|
3419
|
|
POST
|
Could this help you? arcpy - Creating table containing all filenames (and possibly metadata) in File Geodatabase? - Geographic Information Sy…
... View more
11-08-2019
06:28 AM
|
0
|
0
|
1220
|
|
POST
|
Could this help you? ListReplicas—Data Access module | ArcGIS Desktop
... View more
11-08-2019
02:04 AM
|
2
|
1
|
1799
|
|
POST
|
Could this help you? Maybe you could test arcpy.gp.DEMReconditioning_archydro (tested with ArcGIS 10.5) raster - How to Call ArcHydro Tools in Stand Alone Python Script - Geographic Information Systems Stack Exchange
... View more
11-07-2019
08:04 AM
|
0
|
1
|
3644
|
|
POST
|
Couldn't you buffer the new survey data with 2m, erase the existing points and then merge?
... View more
11-07-2019
06:48 AM
|
0
|
1
|
5412
|
|
POST
|
arr = s0.getPart(0) was the right hint to a solution, thank you
... View more
11-05-2019
05:09 AM
|
0
|
0
|
3026
|
|
POST
|
There's a second mistake in the shape of the same type?
... View more
11-04-2019
07:01 AM
|
0
|
1
|
3026
|
|
POST
|
Doesn't help to load to a fgdb. I have attached two shapes (PolygonError.zip) in the first question with the polygon shape and the error location.
... View more
11-04-2019
04:07 AM
|
0
|
2
|
3026
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-10-2025 08:08 AM | |
| 1 | 05-13-2025 05:05 AM | |
| 1 | 04-28-2025 03:40 AM | |
| 4 | 08-13-2024 10:49 PM | |
| 1 | 08-13-2024 09:52 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|