Tagged Questions
3
votes
2answers
92 views
ArcGIS Calling Wrong fme.exe When Python Script Converted To An ArcGIS Script Tool
I'm using this this bit of code to execute a FME Workbench file through a Python script ...
import os
os.system("fme.exe P:\\Mapping\\Scripts\\FME\\Easements_ROW_Extract_From_CAD.fmw")
However, ...
2
votes
1answer
244 views
Splitting large shapefile into numerous smaller files based on number of objects in each smaller file
I have a shapefile containing approximately 600 000 point-objects. Unfortunately, for a couple of reasons I need to split this file into a larger number of shape-files each containing approximately ...
4
votes
1answer
238 views
ArcPy or FME for adding history to an object?
I have a very specific problem and I'm looking for a solution for it.
I need to add some sort of history to an object. The history will be stored like this:
begin_date
end_date
previous_id
Suppose ...