Re: [Tutor] Editing Data in Non Versioned SDE Using python With An Update Cursor

2017-01-14 Thread Steven D'Aprano
On Fri, Jan 13, 2017 at 12:10:25PM -0330, Nicole King wrote: > Hello, > > > > I have a python script that calculates x coordinates , y coordinates for a > point geometry that sits within a feature dataset of an SDE (SQL Express). It looks like you are using arcpy, which is a specialised piece

Re: [Tutor] Editing Data in Non Versioned SDE Using python With An Update Cursor

2017-01-14 Thread Peter Otten
Nicole King wrote: > Hello, > > > > I have a python script that calculates x coordinates , y coordinates for > a point geometry that sits within a feature dataset of an SDE (SQL > Express). The script worked fine on a file geodatabase however when it > runs on the SDE feature class, it stalls

[Tutor] Editing Data in Non Versioned SDE Using python With An Update Cursor

2017-01-14 Thread Nicole King
Hello, I have a python script that calculates x coordinates , y coordinates for a point geometry that sits within a feature dataset of an SDE (SQL Express). The script worked fine on a file geodatabase however when it runs on the SDE feature class, it stalls at the updateCursor function. "