Hi Mark, I'm not trying to go immediately on the defensive, but I think there's probably more documentation and resources than you actually realize. There's...
FME Fundamentals FME Getting Started Guide FME Help (within Workbench, Viewer etc) FME Functions, Factories and Transformers Manual FME Readers and Writers Manual FME Tutorial FME Training Course Manual (IMO the best!) FME Objects/SDK examples Movies showing demos of key features fmepedia.com ...plus this group and the Safe support team. The problem is, of course, that FME is so wide-ranging we can't provide documentation of every possible situation. If there's anything you think we are really lacking in then let us know since we'd probably create it. Anyway - in this case I guess you set up your GeoDatabase as the source and route all of the point features into the SpatialFilter as the CANDIDATE and the polygon feature as the BASE. The test to perform would probably be CONTAINS or WITHIN, you'd have to experiment. Then send all the PASSED features to the same output feature type. A couple of tips - use a Sampler transformer to cut down the number of points entering the SpatialFilter, so that you can test your setup without running the entire dataset. In fact in 2006GB or newer you can use the source dataset parameters > advanced > max features to read and set that so you aren't reading all 100 million features first go. The other tip - and this will be really important here - is to try and make sure the polygon features enter the transformer first, and that you have the SpatialFilter set to "Bases First". This will save you LOADS of time and memory, because FME won't have to hold all the points in memory. I'd suggest you check out fmepedia - http://tinyurl.com/mb2mg and http://tinyurl.com/o95nu are useful, but this page - http://www.fmepedia.com/index.php/Clipper_Example - is the best example of this concept (called Clippers First instead of Bases First). OK - I hope this helps. Use these two tips and you should be able to test the workspace fairly easily and then run it on the entire dataset with maximum efficiency. Regards, Mark Mark Ireland, Senior Product Specialist Safe Software Inc. Surrey, BC, CANADA [EMAIL PROTECTED] http://www.safe.com Solutions for Spatial Data Translation, Distribution and Access --- In [email protected], "mrmcclurg" <[EMAIL PROTECTED]> wrote: > > Hey everyone! > > I'm still very new to FME, and finding it a little difficult to get > started with it with the limited documentation there is out there. > > My problem is this: > > I have a set of around 25-30 shapefiles, each with around 2-3 million > ground points with elevation values. Now, once I get them loaded into > one personal geodatabase, I would like to be able to extract points > from the geodatabase (the files will still be separate within the > database) based on whether they fall within a polygon region or not. If > they do, I would like any points that do to be merged into one file and > be sent out, with the ones that don't to be ignored. > > Is there anyone that can help me out? > > Thanks! > > Mark McClurg > Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC Canada. For more information, 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/
