DavidAnderson-USFS

Results 6 comments of DavidAnderson-USFS

The dataframe contains polygon features. It was created thusly `veg_by_eru = r"memory\veg_by_eru" arcpy.analysis.Intersect([veg_layer,eru_layer],veg_by_eru) veg_eru_df = pd.DataFrame.spatial.from_featureclass(veg_by_eru) ` There is a bit of manipulaion of the dataframe,then exported saved off using...

I believe I have found the problem. I hunch it might be an index issue. I got to looking at the triggers on the tables created by the to_featureclass function....

No. I am using the new mobile geodatabase format. So, a SQLite database. I'd assume the same database structure, triggers and all, is being used in a enterprise database. I...

Just wondering if there was any movement on this issue. I am doing a similar process using the 1.9.1 version. Same issue, still very slow write to mobile geodatabase. I...

@HIldermesmederiros Thanks for the suggestion. It is not directly applicable to the use case in this ticket. Your example refers to an already existing feature class stored on disk somewhere....

@shenganzhan I was able successfully implement this workaround. Thank you for rapid response in providing a solution. > @DavidAnderson-USFS The clip tool internally converts a feature to a geometry JSON...