I've created an empty TIN and am trying to add features to it. The TIN, the points feature class, and the buffer shapefile all have the same geographic coordinate system. I am getting the following error:
Traceback (most recent call last):
File "C:\Projects\Tulsa_District\Scripts\dem2pts2TIN.py", line 107, in <module>
gp.EditTin_3d("tin_2ft", "Data.mdb\elev_pts GRID_CODE <none> masspoints true; buffer.shp <none> <none> hardclip false")
ExecuteError: ERROR 050035: No features were added to the TIN
the input string is not a geographic or projected coordinate system
Failed to execute (EditTin).
Is there something wrong with the code as shown above? The points feature class causes the gdb to be around 860 MB, even after compacting, so I'm wondering if Edit TIN just can't process that much data. Any thoughts?
Thanks!
Kyle