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...
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@...
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...
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...
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@...
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...
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@...
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. ...
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...
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....
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, ... 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,...
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@...
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...
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...
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...
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@...
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@...
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]...
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...
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...
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@...
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...
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...
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@...
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...
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...
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@...
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...