Hi All, 

Here is the scenario;

I have a 2600 ASCII files containing X,Y,Z coorindates and a single 
shapefile containing polygons for the entire area.

I am removing the xyz points from the ASCII file within the polygons 
from all 2600 ASCII files.

SETUP:

I am using the batch deploy option to clip one ASCII file at time.

However this process is taking a lot of time.

I've created a command file (csvclip.txt) as such

csvcl.fme --Sourcedataset c:\1.csv --DestDataset c:\out\1_o.csv
csvcl.fme --Sourcedataset c:\2.csv --DestDataset c:\out\2_o.csv
csvcl.fme --Sourcedataset c:\3.csv --DestDataset c:\out\3_o.csv
etc .....to file 2600.cvs

I run the command file as such

fme.exe COMMAND_FILE csvclip.txt

And process does start.

Now my question;
1) Does FME execute each command line at a time or does it load 
everything into memory first?  
2) The clipping is taking a lot of time and I was expecting to see 
one output file at a time in the output directory? which I don't...
3) Is there a way to clip one file at time and get one output file 
at a time?  My current process doesn't do this.








For insights into what's up at Safe Software and what's on the development 
horizon, visit Safe's blog at spatial-etl.blogspot.com.

Safe Software has also made slides available that outline enhancements planned 
for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 
of the FME Worldwide Users Conference. To view these slides, visit 
www.safe.com/2006uc.

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/fme/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to