Jerry,

> I was wondering if someone could please help me with creating a FME 
> script to extract the x, y and z values out of a microstation design 
> file and create a digital elevation model out of it in csv format.

First run your features through a Chopper, set to 1. Then use a 
CoordinateFetcher to grab the x, y and z coordinates and write them to a 
CSV file.

Then you'll have a (probabely) irregular DEM, following your original 
features. If you want something more regular, use a DEMGenerator before 
the CoordinateFetcher. This will spit out DEM points, which will then 
pass through the CoordinateFetcher.

Hope this helps.
-- 
Hans van der Maarel
Red Geographics
www.redgeographics.com / [EMAIL PROTECTED]






Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our 
Professional Services team.  Visit www.safe.com/services for details. 
Yahoo! Groups Links

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

<*> 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