Hello Bjørnar, My suggestion would be to use the appropriate cardinality in the JOINER transformer 1:M and then use a LISTBUILDER/ appropriate one from the...
I am trying to convert a dwg from stateplane to utm. If I explode the blocks, all of the symbols come across as the correct size, with the correct layer...
Hi Alfred, now I see what you mean saying "a very long time". I tried a dataset with a half a million features. It takes hours and hours to complete. I tried...
FME 2006 (20051216 - Build 2182) I am reading in a large csv file and writing out dwg files and it works on a single file but now I want to run it in batch...
Before I try to recreate the wheel, what general process and FME transformers have people used to find gaps in line work? I am mostly working to clean up...
HI, Does anyone has experienced with Data Integration between Smallworld and ARCSDE ? We have plan to integrate data from many different office, some office ...
Hi, You shouldn't need to convert your .fmw to an .fme; FME will execute .fmw files just fine. To work around the unexpected input remover, open up the source...
Hello, in my data conversion I want to write to an ESRI Personal Geodatabase (MDB). I've got the problem that the process "fme.exe" doesn't end after ...
What do you mean by gaps in linework? Lines that do not connect node to node, or lines that do not connect edge to edge (polygon slivers)? For node gaps...
basically I'm getting the following results effectively its reading in the shapefile and then outputting to ___TOFILTER___ which means I'm missing something,...
Hello All :) I would like to change the Geographic Coordinate System and Projected Coordinate System Names so that they match the ESRI format, for example... ...
I am trying to create a custom transform that initially tosses (via ATTRIBUTE FILTERs) everything except microstation shapes and lines. Kept in an intact...
Hi all Is anyone Geodatabase writer used to create geodb dimention. Please send me any idea. I could not get dimentsions from a table. It works for me geodb...
I think that you will need to expose that attribute from inside the custom transformer, and then enter it as a parameter in the workspace you are calling the...
... Unfortunately, not as far I know. Given the nature of the AttributeFilter, and the fact that you have little control over what a user actually connects to...
Join us at the FME Worldwide User Conference in Vancouver, BC, Canada September 21-22, 2006. Block off September 21-22, 2006 now to take advantage of this...
Hello I have created a GUI which includes a GUI CHOICE to select between coordinate system names. However some of the listed coordinate systems are not easily...
Hello, I am trying to use the ExpressionEvaluator Transformers to do the following math: &field1/&field2 or (&field1/&field2) or (&field1/&field2)*100 getting...
Christopher R. Thorne
christhorne@...
Apr 7, 2006 3:49 pm
11903
Hi, I am looking for a tool to convert vector data into caris (.dsl) format. Does anybody know, which tools I could use? Thanks, Josef...
Hi Group, I am not sure if this is my problem or not. When I use the DecimalDegreesCalculator and one of the attributes (usually the minutes or seconds) is 0...
Bryan Waller
bwaller@...
Apr 7, 2006 3:52 pm
11905
Finally got it working.... had to update to the latest build and add (+0.0)with brackets. To get it working. (@Value(field1)/(@Value(field2)+0.0))*100 Chris ...
Christopher R. Thorne
christhorne@...
Apr 7, 2006 4:22 pm
11906
Your fields are probably being interpreted as integers. Try something like: ((&field1 * 1.00)/(&field2 * 1.00)) * 100 Jason ... From: fme@yahoogroups.com...
... will be ... Two of the things that need to be filtered out are cells and linear pattern components. Both are best addressed by looking at IDGS element...
Hi, Does FME provide any tools for manually editing vector data? I've got a set of shapefiles that represent a traffic network, but many of the vectors that...
Hallo I had a similar problem, i.e. I needed coordinate systems named according to local conventions, and all of them were defined in FME. What I did, was to...