Spatial Data for Everyone

Webinar: Introduction to FME® 2010

Learn how FME 2010 can help you be more productive and make your spatial data more accessible. Register today for an informative and interactive webinar on FME 2010 and get all the details.

Description: Take a closer look at FME 2010 with Safe Co-founders Don Murray and Dale Lutz as they cover the highlights and demonstrate the key technical enhancements in this new release. This webinar will help you discover how FME 2010 launches spatial data access to new heights.
Presenters: Don Murray and Dale Lutz
Duration: 1 hour (50 min. presentation, 10 min. Q & A)
Recorded Webinar:

February 9, 2010 at 10:00am PST / 1:00pm EST / 6:00pm GMT

Q & A From the Webinars:

  1. Does the dynamic schema option link to outside sources for the output layer schema?
    Yes. See the FME Evangelist post and/or Aaron's fmepedia page on dynamic examples.
  2. Is it possible to disable the “run” button and force users to hit “prompt and run” only?
    No – but we like this idea. We will file an enhancement request.
  3. With the generic reader, can I over-ride the “guess” by passing in the FME Short name for the file format?
    Yes. There is a parameter which will let you choose either 'guess' or a format from the formats list.
  4. Can the generic writer handle ESRI file geodatabase?
    Yes, this should work without a problem.
  5. 20% faster on multi-core regardless of core count?
    Yes. This particular improvement should be the same regardless of the number of cores.
  6. Will Stata formatted stats be supported?
    There are no plans at this time.
  7. Who do I contact regarding Cloud/Amazon licensing?
    Please contact sales@safe.com
  8. A dynamic schema may reference multiple DB tables – are different writes to different tables managed best by using fanout on the dynamic writer or do you filter on fme_feature_type before writing to the dynamic?
    No. Fanout is disabled when you use dynamic because the dynamic functionality does a similar action. You choose an attribute (fme_feature_type by default) and we write to those tables. The difference is that these tables already have a schema definition that is dynamically pulled in either by the source or a Reader Resource.
  9. Will dynamic writing pick up all block attributes in a DWG and create schema fields?
    If the Group Entities in the Parameters dialog is set to Attribute Schema, a feature type will be created for each layer, and the schema of that feature type will consist of all the attributes from all the blocks on that layer. So, yes.