Search the web
Sign In
New User? Sign Up
fme · Feature Manipulation Engine
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12324 - 12354 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12324
Hi, Is there an easy way to take a list of attributes on one feature and their corresponding values and combine it into a string? For example a feature has: ...
gunter_nt
Offline Send Email
Aug 1, 2006
4:26 pm
12325
It proved that the problem is different. The wrong checksum report was misleading. The guys from program's helpdesk found that there is an EOF1 at the end of...
dimitar_kirchev
Offline Send Email
Aug 1, 2006
4:26 pm
12327
Hello Mark, thank you for answering so quickly. The more I work with FME the better I realize the power of that mighty tool... and of course more and more...
markus.tigiser
Offline Send Email
Aug 1, 2006
4:31 pm
12328
Hi, I am getting back into the FME world after a couple of years removed. I recall similar errors in Workbench in the past, and I think there was a means of...
Mike Robertson
mrobert66
Offline Send Email
Aug 1, 2006
8:52 pm
12329
Hello Gunter, ... Well, if it's just for selecting, you can actually do that in a Tester (http://fmepedia.com/index.php/Tester) by entering multiple criteria. ...
Hans van der Maarel
hans905
Offline Send Email
Aug 1, 2006
8:54 pm
12330
... and ... clause ... Tester ... criteria. ... Hi Hans, Thanks for that but I was actually after concatenating the attribute 'name' rather than the attribute...
gunter_nt
Offline Send Email
Aug 2, 2006
5:01 am
12331
I'm trying to convert a shapefile to KML using FME. Ultimately I'd like my output to utilize the <MultiGeometry> feature in KML so that each Placemark has a...
jybrd26
Offline Send Email
Aug 2, 2006
5:01 am
12332
Gunter, ... Ah, gotcha. I think the RulebaseAttributeChecker (http://fmepedia.com/index.php/Rulebase_Pack) might do the trick. That's a custom transformer...
Hans van der Maarel
hans905
Offline Send Email
Aug 2, 2006
5:03 pm
12333
Hi Gunter its not exacly clear what you want, but the below tcl function returns what I think you want the idear are 1. create a list of attributes and a list...
peter laulund
peter_laulund@...
Send Email
Aug 2, 2006
5:04 pm
12334
I believe that there is an option in the output data set settings that will do this for you. It's been a while, but I think that you can even specify the icon...
Jason Birch
jasoncbirch
Offline Send Email
Aug 2, 2006
5:04 pm
12335
Jason, Could you elaborate a little? I've tried to use the data set output settings with no success. It allows me to set the icon, fill color, pen color and...
jybrd26
Offline Send Email
Aug 3, 2006
6:24 am
12336
Hi people, I'm looking for a tool to import electric objects to SmallWorld 4.0 For LandBase objects, I use the FME and it works fine. I've tried to import the...
Lopes, Rodrigo
rodrigo.lopes@...
Send Email
Aug 3, 2006
2:43 pm
12337
Hi jybrd26, Something odd is going on in the KML output for beta 4091. Instead of rewriting the feature type to <Placemark> it's placing the feature type into...
Jason Birch
jasoncbirch
Offline Send Email
Aug 3, 2006
4:15 pm
12338
I am trying to use batch deploy to run some transformations. However when I try to run them my dos prompt comes up with the error "'fme' is not recognized as...
lockeaq
Offline Send Email
Aug 3, 2006
4:45 pm
12339
Hi Mike, You're having FME create TCL scripts and a bat file, and then running that bat file, at which point the error occurs. Is this correct? It'll be the...
mark2atsafe
Offline Send Email
Aug 3, 2006
5:09 pm
12340
Hi Rodrigo, What format data are you trying to load into Smallworld? How are the relationships defined in this format? If you're trying to create a join using...
mark2atsafe
Offline Send Email
Aug 3, 2006
5:13 pm
12341
Not odd; expected behaviour ;) For FME 2007, we turned on Schema support. If you look in the KML, you will see a schema declaration where MyFTName is defined...
Tom Weir
tweir2001
Offline Send Email
Aug 3, 2006
7:45 pm
12342
Tom, that's very cool. Being able to attach attributes directly to features means that we can use KML as both a visualisation and exchange format. How far...
Jason Birch
jasoncbirch
Offline Send Email
Aug 3, 2006
8:25 pm
12343
I'm afraid that I've checked the status of this and it is still a problem. We logged it with GE (the problem is on their side of the software) in January and...
mark2atsafe
Offline Send Email
Aug 3, 2006
8:51 pm
12344
Hallo Anybody has an idea, how to write a message to the FME LOG ? LOGGER writes a feature to the log, but I want to write a text message to the LOG. Thanks...
mhabarta
Offline Send Email
Aug 4, 2006
3:49 pm
12345
There are some duplicate points in graphic feature such as line,pline,area etc. How to remove these point without changing those graphic feature?...
xuhengxx
Offline Send Email
Aug 4, 2006
3:52 pm
12346
Hi Michael, The Logger won't do it, because the @Log() function only writes feature info with the message. However - the @Tcl2() function is the one you need -...
mark2atsafe
Offline Send Email
Aug 4, 2006
5:45 pm
12347
... So you have duplicate coordinates, not features, right? Something like a CoordinateRounder or (Area)Generalizer set to *very* low values could remove...
Hans van der Maarel
hans905
Offline Send Email
Aug 4, 2006
5:46 pm
12348
If you're writing to a format such as Oracle or Shape you may find that FME automatically removes these excess points. Han's suggestions are good ones, but you...
mark2atsafe
Offline Send Email
Aug 4, 2006
5:53 pm
12349
Just for completeness...you can also do this with @Python() ;) In your mappingfile: @Python(fooModule.myLogger,"My log message") In fooModule.py: from pyfme...
Tom Weir
tweir2001
Offline Send Email
Aug 4, 2006
8:07 pm
12350
Thanks Mark for the tip ... I tried and the next problem I run into is with any blank space in the message. It ends with the first blank. My parameter line in...
mhabarta
Offline Send Email
Aug 5, 2006
4:47 pm
12351
Hello folks, I just got a note from Jason pointing me at his latest blog: http://www.jasonbirch.com/nodes/2006/08/05/27/sql-server-2005-safe-at-la st/ which...
Dale Lutz
fme_egroup
Offline Send Email
Aug 5, 2006
4:50 pm
12352
Hallo FME2006 experts I try to utilize the "Shared Directory" feature in FME 2006GB. So far so good, nice feature. Problem: I want to call a TCL script from a...
mhabarta
Offline Send Email
Aug 5, 2006
4:51 pm
12353
Hi Mike, Good to hear from you again. Without seeing the data (and I'd encourage you to send this into support@... so that we can look at it in house),...
Dale Lutz
fme_egroup
Offline Send Email
Aug 5, 2006
4:54 pm
12354
If you're like me your browser will have split Jason's URL into several bits - so here's a handy TinyURL for you... http://tinyurl.com/hpln7 Mark I...
mark2atsafe
Offline Send Email
Aug 5, 2006
5:08 pm
Messages 12324 - 12354 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help