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...
Show off your group to the world. Share a photo of your group with us.

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 11364 - 11394 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11364
I use the next tcl script for a similar problem. The only difference is that I promote the list data to regular attributes. The proc has two modes: if the...
klas2iop
Offline Send Email
Dec 2, 2005
4:59 pm
11365
Hello, Attribute fanout in batch mode: I require assistance doing a batch process on shape to shape translation with an attribute fan-out on the output file. I...
Greentree, Lew FOR:EX
lew.greentree@...
Send Email
Dec 5, 2005
6:00 pm
11366
Lew, ... Do the following steps in the Concatenator: - Select your first attribute - Click "add" - Type a _ in the constants box - Click "add" (the one below...
Hans van der Maarel
hans905
Offline Send Email
Dec 5, 2005
6:32 pm
11367
Hi Lew, ... in the ... batch ... This functionality does work, so I suspect the problem is in your method and the tricky nature of Shape datasets. Can you give...
mark2atsafe
Offline Send Email
Dec 5, 2005
8:16 pm
11368
How can I extract xy coordinates from a shape file polyline in FME. Any advice would be helpful David Murray Senior GIS Administrator Transportation Research &...
Murray, David
david_murray@...
Send Email
Dec 5, 2005
8:47 pm
11369
Hello Everyone, 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...
jezkuo81
Offline Send Email
Dec 5, 2005
11:51 pm
11370
Jerry, Outside FME, you can use uStn Tools>Annotation>XYZ Text and from that dialog you can use the Up Arrow; Export Coordinates, which gives the option of ...
mjsmiths@...
Send Email
Dec 6, 2005
7:34 am
11371
Jerry, ... 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. ...
Hans van der Maarel
hans905
Offline Send Email
Dec 6, 2005
4:25 pm
11372
Fellow Listers, This is probably a long shot but here goes. I have an internal format which I have developed a reader/writer The writer works great, no...
Rice, Bob
bobrice1123
Offline Send Email
Dec 6, 2005
5:02 pm
11373
Hi David, As with Jerry's question you can achieve this by using a Chopper on the polyline (with number of vertices set to 1) followed by a CoordinateFetcher....
mark2atsafe
Offline Send Email
Dec 6, 2005
5:07 pm
11374
Hello group, In fme file A, I calculate four coordinates! These four coordinates should be my search envelope (LLX;LLY;URX;URY) in fme file B. How can I do...
Michael Pinter
fmepintermich
Offline Send Email
Dec 6, 2005
5:10 pm
11375
Hi, One suggestion I have (and I concede there will be other methods) is to use the post processing TCL function. This page... ...
mark2atsafe
Offline Send Email
Dec 6, 2005
5:32 pm
11376
Michael, ... A slightly different approach than Mark's suggestion (and probabely a lot clunkier)... - Set up your first fme file to also write out a CSV file,...
Hans van der Maarel
hans905
Offline Send Email
Dec 6, 2005
6:32 pm
11377
hi group, is it possible to protect my fme scripts (convertion to binary code or something like that) to hide the code from the end user ? thanks in advance, ...
Karim Elhanafi
karim.elhanafi@...
Send Email
Dec 6, 2005
7:30 pm
11378
Hi Bob Sorry I can't help you with this one, but I have had a similar problem with a reader that I produced. However I very really use it in the viewer. I...
Taylor, Michael G (SKM)
mgtaylorskm
Offline Send Email
Dec 6, 2005
7:49 pm
11379
Karim, ... I think this has been discussed here in the past and IIRC, it's not possible unless you use external encryption/decryption software. Still this is...
Hans van der Maarel
hans905
Offline Send Email
Dec 6, 2005
8:31 pm
11380
Hi Karim, At the moment no, this is not possible. At least not in any simple manner. It is on the list of things to do though (PR4281). Is there any particular...
mark2atsafe
Offline Send Email
Dec 6, 2005
8:41 pm
11381
Mark, Thank you for your assistance. The fan-out worked on after I played with a dataset fan-out first. Thanks. Lew Greentree Land Information Analyst Ministry...
Greentree, Lew FOR:EX
lew.greentree@...
Send Email
Dec 6, 2005
8:56 pm
11382
hi hans, thank you for your quick response. cheers, karim ... From: fme@yahoogroups.com [mailto:fme@yahoogroups.com] On Behalf Of Hans van der Maarel Sent:...
Karim Elhanafi
karim.elhanafi@...
Send Email
Dec 7, 2005
3:46 pm
11383
Hello, thanks for your advice. I would try it. What does "2> NUL:" mean? Thanks for your help michp ... Von: fme@yahoogroups.com [mailto:fme@yahoogroups.com]...
Michael Pinter
fmepintermich
Offline Send Email
Dec 7, 2005
3:46 pm
11384
Dear users I have several input shape-files with attributes that should be combined and exported to one text file (space separated text file). My challange is...
Bjørnar Nordeidet
bnobno2
Offline Send Email
Dec 7, 2005
3:50 pm
11385
I think it redirects the output (from the process - not the output datasets) to an black hole. Apparently it's required when you're calling one FME process...
mark2atsafe
Offline Send Email
Dec 7, 2005
4:48 pm
11386
Hi It tok some time to find out how to do this but now, I do it a lot. I am now running up to 4 different fme mapping files / tcl scripts to do one ...
peter laulund
peter_laulund@...
Send Email
Dec 7, 2005
11:12 pm
11387
Hi Mark, How about the measures, how do i extract the m (measures) from an m enabled polyline? Regards, Rafael mark2atsafe <mark.ireland@...> wrote: Hi...
Rafael Cruz
rafaelncruz
Offline Send Email
Dec 8, 2005
3:52 am
11388
Is there a way to extract the coord sys from the input file. Basically I want users to be able to pass TAB files in one of 3 or 4 coordinate systems into a...
gunter_nt
Offline Send Email
Dec 8, 2005
3:52 am
11389
Hi If you place the below factory as the first factory in you mapping file it will test any feature and then reproject if the projection is different from ...
peter laulund
peter_laulund@...
Send Email
Dec 8, 2005
4:24 pm
11390
Hallo Mark Protection of FME scripts is an issue !! In our case we are investing several man-years in product development for migration software and we are...
Michael Habarta
mhabarta
Offline Send Email
Dec 8, 2005
4:24 pm
11391
Hallo 2> NUL ... means: redirect "stderr" to nirvana which in UNIX would be /dev/null ... so all error messages from a shell (DOS) are shut quiet This is...
Michael Habarta
mhabarta
Offline Send Email
Dec 8, 2005
4:24 pm
11392
Hello all, I have a bunch of linework that I'm trying to merge together. As I understand it, the ArcFactory is the way to accomplish this. I'm reading in...
Adam Quiney
aquiney@...
Send Email
Dec 9, 2005
4:27 am
11394
Hi Michael, I've logged your and Karim's comments to our database, and to our 'big rocks' list so we will see what happens. The more folk that request a...
mark2atsafe
Offline Send Email
Dec 9, 2005
11:29 pm
Messages 11364 - 11394 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