FME is Safe Software's product for converting and transforming spatial data.

learn more… | top users | synonyms

3
votes
1answer
51 views

Attribute manipulation on shapefile

I have a shapefile which contains landuse types. The Landuse types are written in a field called "Type" and contain also the area in m² and a landuse code. Some polygons contain more than one landuse ...
1
vote
1answer
44 views

Annotation doesn't update when features are inserted via FME

What I'm trying to accomplish is take two Feature Classes - one the current FC, the second with updated data. I want to merge the changes into the original FC so its updated. I want to update vs. ...
1
vote
1answer
108 views

Using reader Feature Type Name as Writer Feature Type Name in FME

I've search and searched for a way to do this, but no method seems to work. Basically I want to use the input feature class name (feature type in FME) as the output name. This normally works, ...
0
votes
1answer
33 views

Migrating Lines to ArcGIS polyline

I'm trying to import geometry lines from Oracle Spatial database to ArcGIS enterprise geodatabase. and some data will cause the error. Its says not enough points for feature class, but when I look ...
0
votes
1answer
179 views

What causes PythonFactory failure in FME?

2011-10-04 09:59:18| 2.3| 0.1|FATAL |PythonFactory failed to load python symbol `module2.py' 2011-10-04 09:59:18| 2.3| 0.0|FATAL |Factory proxy not initialized 2011-10-04 09:59:18| 2.3| ...
5
votes
0answers
109 views

Why do file geodatabase and SDE readers produce different fme_geometry types?

I have one very simple workbench that I am running against both SDE (9.3) and FGDB (10.0) sources. I noticed two different fme_geometry values for same type of objects. For the first one, i.e SDE ...
2
votes
0answers
44 views

AutoCAD map server's text to ArcGIS Annotation - SAFE FME

autocade Software: SAFE FME Geodatabase - enterprise geodatabase we have autocad data stored in oracle database and wishes to port them over to ArcGIS Annotation (text). We are unable to do so just ...
1
vote
0answers
52 views

Is there any problem with Service Pack 4 for FME?

Let me try to explain a problem. I am testing exactly the same workbench on the to computers. One has installed FME 2012 without SP, another has the same but with SP4. Tested workbenches behaviour are ...
1
vote
0answers
187 views

Validate Python Fme

i have a problem with my script for convert GDB to Excel. if s=='xls': reader=FMEReader("GEODATABASE_FILE") reader.open(param_filename_gdb) writerXls= FMEWriter("XLS_ADO") ...