Using transformers to modify data.
Recently active
Hi everyone ,Is there any way to create an area using the limits of area geometries in input ?For exemple , if my geometries look like this : and if I use the BoundingBoxAccumulator transformer ,it only creates a box based on the limits of the input . But I want the output to be like this : Any Insight is much appreciated !
I have a very long list of attributes that I have typed into an AttributeValueMapper transformer. I now want to share this mapping with someone (not an FME user), so I would like to export the source and destination values to excel. I see that there is a button to import to this transformer, but not one to export. Is there a way around this, or doing I have a lot of typing to do?
Hi,I am extracting GIS layers into a DWG file using FME 2017.0.1.1I would like to define the color of Autocad block attributes using Red Green Blue (RGB) codes (autocad true color) instead of autocad color values.The RGB values are defined in an Excel settings file that I call up in the transformer “AttributeCreator” :However in the output DWG file, the color is defined by an autocad_color value (very close to the RGB value but not quiet the same), but it doesn’t write the RGB values in an autocad_true_color attributes.I also tried to create an autocad_true_color attributes defined by the RGB codes of my Excel file but it doesn’t work neither (same output).Is there a known limitation in FME working with autocad block attributes with autocad_true_color? And is there a known workaround?Thanks in advance for your support.Aude
Hi there, I am trying to create a 3D photo mesh using LiDAR and aerial imagery, but find using the TIN Surface produces a more jagged output, even with a higher tolerance. I was wondering if it’s possible to do this using a DEM and if this would produce a neater result. I am using Surface Modeller to convert the LIDAR to TIN Surface. I then remove existing appearance and hook up the result along with the aerial image to the appearance setter transformer.What should I be using to get a neater output or is TIN the only way to go?Regards, Josh
Hello everyoneI am currently working on a project where i have to create an ifc file from a CAD floor plan.in fact in order to do that i have some issues to solve, one of them is that i have to create gaps in walls for doors and windows, for that i thought of extruding the walls and doors twice using two extruders to create solids and use CSGbuilder to create the gaps but it rejects them , so i thought of extruding the walls and doors only once to create surfaces and use the clipper , however the doors surfaces happen to fall next to the walls , and not precisely on them which lets the clipper fail at calculating the intersection , so i am wondering if there is a way to somehow project the surfaces (for example the doors on the walls) before using the clipper or maybe you have an entirely different idea for handling this problemThank you in advance.
Hi All,What the best way of reading multiple ArcPro GDBs saved within multiple subfolders? I have looked into the Creator + FeatureReader transformers but can’t get it to work, folder structure as follows: I would like to read the multiple GDBs form the DATA level and force FME to go through the subfolders.
Hi, I am trying to simplify .stl file that is a fme_surface.I am trying to get from this to this I have tried MeshSimpifier and Triangulator+MeshSimplifier but it failed
I have used the 'filecopy' writer. The workbench works fine within FME desktop but when I run as a 'data stream' within FME server I get a message saying 'There was an Error'. See attached screenshot. I guess the question is, is it possible to 'data stream' a PDF. And if it is, should I be using a PDF writer?
Hi FME Community,I’ve been testing out an old script with FME Form 2023.0.0.1 and noticed one workspace with NeighbourFinder transformer has come to a halt with no clear message of warning or error. The same workspace works well with older FME Desktop Workbench 2022.1. Data size is around 50K rows, however it’s unclear at what progress/rows the halt would happened.I was suggested to upgrade to newer version, anyone encounter similar experience?Cheers,Noe
I am trying to use attribute, which reprsents search path, to fill in the XML Path in Update section as shown in the screenshot below. But the update is failed. The original value for the element is gone. From the translation log, I can see the following warnings. But I cannot figure out why it says about “end of file”. Please can someone shine a light on the issue?Thanks.
I have been trying to create 4 feature datasets inside 1 file geodatabase using FME, but it looks like in FME there is no option to create an Esri feature dataset. When I have opened the feature writer, I don’t see an option to select feature dataset.I have a lot of shapefiles that I want to organize by province represented by the Esri Feature datasets and inside each feature dataset there will be points, lines, and polygons (it is not just one type of geometry).Do you know if that’s even possible in FME?
Hi, I wanted to very simply use a tester to select all records that had a date in the past week. I have tried everything but it does not seem to work.I have a date field in the correct format, I have also tried other formats via the date/time converter but it does not work. @DateTimeNow()-7 does not work.Anyone have any other suggestions? ThxNathalie
The WSG transformer gets following error when I try to upload files to Projectwise: ProjectWiseWSGConnector: Uploading file "testfile.shp" to Bentley ProjectWisePython Exception <AttributeError>: 'NoneType' object has no attribute 'encode'Traceback (most recent call last): File "webserviceconnectorfactory\webserviceconnectorfactory.py", line 227, in input File "webserviceconnectorfactory\webserviceconnectorfactory.py", line 1129, in _handleException File "webserviceconnectorfactory\webserviceconnectorfactory.py", line 200, in input File "webserviceconnectorfactory\webserviceconnectorfactory.py", line 467, in _doUpload File "webserviceconnectorfactory\webserviceconnectorfactory.py", line 511, in _uploadFile File "bentleyprojectwiseconnector\bentleyProjectWiseConnector.py", line 320, in uploadData File "bentleyprojectwiseconnector\bentleyProjectWiseConnector.py", line 282, in _uploadNewData File "bentleyprojectwiseconnector\bentleyProjectWiseConnector.py", line 233, in _upl
FME Configuration: FME_PRODUCT_NAME is 'FME(R) 2023.2.1.0' HelloFeatureHolder is suppose to wait for all feature to arrive then process then further but as shown below it’s not working.I’m basically re-adjusting the first part of my FME App.Get Path location / file extension Hold Features Check if file is correct then proceed further File is correct then check is .SHP file extension existsWhen I run my workspace, it stops here: Not sure what’s going on or if I misunderstood the process.Thanks
Hi,I’ve got a strange issue.I am using a FeatureMerger to match values from a lookup table.Then I use a DuplicateFilter to check that all the terms from the lookup table are used. And strangely, with certain non ASCII caracters, there are duplicates coming out the Unique port ! Another strange thing is that these duplicates in Unique port dont appear when I check for duplicates immediately on the lookup table.So what happens in the FeatureMerger that makes the DuplicateFilter dysfunction ? Here’s what the Excel lookup table looks like. When I replace the non ASCII caracter, the problem doesn’t appear.What to do ?
Hi Guys..I need your Guidance to accomplish above scenario..I was able read a GDB and Excel as source from Feature Reader and also able to do required Results Now , At attribute Manager , I want to add around 52 new field names along with field alias from importing it throughexcel and this would be new field and then i want to write a GDB , so All field along with other New fields which has alias name to be written to GDB.. How can i do this ? Anyone , Kindly Guide..Thanks
Hello , any idea , how could I get benefit of using transformer chat gpt to improve my workbench for GIS data ? Why are using chat gpt transformer ?Fme 2021thanks in advance.
I am trying to insert a new item/child into an existing XML element. I want to add: <keyword>USA</keyword> to either the top of this list of keywords (Note this is part of a larger XML document.) I’ve tried to use the XMLUpdater to no avail after a substantial Forum search. Here’s where I am at with the XMLUpdater:I assume my XML/XQuery expression is the issue. Any help would be appreciated. Thanks in advance!Version: FME 2022.2.0.0 (Build22765)
Hello, I am updating an existing AGOL Hosted Feature Service with changes in a File Geodatabase. The workbench in the screenshot is what I am using. The Feature Service updates no issues, and it does update the feature service. But I have a question:When I add 1 new feature in the file gdb (Updated FGDB Feature Class Bookmark in screenshot), I run the workbench and in the ChangeDetector it shows 1 record Inserted and 238 records updated for a total of 239 records; The only change I made was to add 1 new feature (which I expect to be in Inserted), but why would there be 238 records in Updated in the ChangeDetector when I only Inserted a single record and Updated zero records, should these 238 “Updated” records be in Unchanged?I then reran the workbench it showed 239 records in Updated (which includes the one I added in the 1st run), but I Updated zero records so I would assume these 239 records should be in Unchanged? The ChangeDetector Parameters I am using is in the screenshot.
Greets, Any idea to cut the polygons in the layer 2 based on the polygons in layer 1 in the same shape and close or same ratio of cutting , please note that there is a shifting between tow layers.or move the polygons in layer 1 to match the location of polygons (based on corners) in layer2
Hi all!I have a polygon where every vertex/point (don’t know the correct termonology) has a xyz coordinate. I would like to create a buffer where the buffer size depends on the z-coordinate. Couldn’t figure it out how to do it. Anyone who can help me figure this out?
Hi,I have some texts and want to export them as IFC along with the other geometries.Can anyone help me please?
Hi.I have millions of XYZ points (as an Space Delimited XYZ file read) and want to build a triangular mesh out of them.Which transformer(s) should I use? Thanks in advance.
Hi, I have many polygons with height attribute. I need to dissolve the adjacent polygons and keep the max and min height of polygons dissolved. The problems it’s the quantity of polygones that are dissolved it’s random, can be 2, 5, 50, 100 or more. I made a dissolve with generate list, then a ListSorter but then I don’t know how to get automatically the min and max. I think to use attributeCreator with Arithmetic Editor after the ListSorter but I don’t know how to set it to get systematically the min and max of entities dissolved Thanks
Hi, I tried it with a mod counter, Inputs seem to work but no output at all comes out of the custom transformer. I am passing all attributes (not many anyway) into the custom transformer. It makes no difference I am trying to add a Z value to each point (frorm vertices). With the TIN I get a much cleaner result than with a raster, but it slows down the entire process x4. Thanks in advance for any suggestion.