Hi everybody, and thanks for the good ideas.

I've finally managed to create what seems to be a good solution for 
creating a coverage area around a point dataset, and I thought I 
might inform you, in case somebody else has a similar challenge.

A small resume first: I have a bunch of text files (simple format 
with xyz columns), each with a cloud of DEM points from a laser scan, 
and I wanted to create a polygon that represents the complete area 
covered by the scan. Mark suggested that I could use ConvexHull, but 
unfortunately the resulting polygons were a bit to generalized.

My basic idea was to convert each DEM file to a raster, reclassify 
the raster to 1 (inside) and Nodata (outside), and finally convert 
the raster to polygon features.  But I couldn't find any FME 
transformer for converting from raster to feature, so I had to 
combine FME and ArcGIS. 
To be able do this in batch, I created a workspace where each of the 
DEM-files is converted from the text format to a raster (ESRI ASCII 
GRID). After the raster creation, a python script is run ("Shutdown 
python script" in FME), where ArcGIS tools are used to convert the 
raster to polygon features and add them to a Shape file. 

I then created a batch deploy of the workspace, with all my DEM point 
files. The result was a Shape file with a good representation of the 
complete coverage area. 

Regards, Knut Jetlund




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.

Love FME? Then open your diary to March 6-7, 2008 and write this... "Second 
Worldwide FME User Conference - Must Attend!" See 
http://www.safe.com/company/fmeuc2008/index.php for more details. 
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