Using transformers to modify data.
Recently active
I have a set of geometry 3D objects containing, points, surfaces, cubes, and lines. Each geometry object in the set has attributes defined for them but the attributes are read into the workspace through a different reader.The geometry and attributes for this set are coming from the same file originating from AutoCAD Mechanical 2020.1) How can I join the set of attributes to the set of geometry objects?I have tried using FeatureMerger with a join on `_geometry` which is successful for points because the geometry matches the 'insertion point' of the attributes being read in but the join fails when the geometry is 3D or not of equal size.I have tried Matcher with vector tolerance but the results were not was I was looking for. Could be a transformer configuration problem.I have tried NeighborFinder but the results were not was I was looking for. Could be a transformer configuration problem.I have also tried SpatialRelator to find containment and Clipper but inputs were rejected for both o
Here is my original file. I made my own line style for different objects.Then I make the simplest transformation with FME and it saves my line style. and then I write dgn file and in it, I see another line style. in some cases I can see one of default line styles, but sometimes it uses my added style but not that one, that I used before FME
I am looking for some advice on the best way to validate data coming from a LISCAD survey drawing? I know LISCAD can convert to LandXML so wondering if that might be a good option and looking for any advice on that as well.
I've been looking around trying to figure out how to extract subsets of some contour data based on where they fall within some polygon contour regions I have built. I have 10 polygon regions identified with a region name attribute. I'd like to input my large contour line data and get 10 separate subsets of contour data out based on the region they fall within. I've looked at Spatial Filter and a few other extract transformers, but can't figure out the best way to proceed. Thanks for any help!
The idea is to create a generic workflow which will validate any dataset by checking all its attributes, calculating some statistics etc.I separated it into 2 (maybe even 3 workspaces) where parent workspace reads the dataset and creates a parameters for the child workspace which is analyzing the data. The only problem is - how to set up the AttributeValidator using these parameters? I did that without any problems with the Attributes to Expose parameter of the FeatureReader (list of attribute names with space separator). I am using 2020.1.2.0 (20200902 - Build 20620 - WIN64)
Here's some screen shots of the very simple shp to dwg workspace and the workspace runner parameters
Dear community, I am once again struggling with the transformation from dwg to ifc. My aim is to write simple ifc-objects or proxy-objects derived from extruded dwg-circles and added attribute information. I applied the method from the fme ACAD2IFC tutorial, but no geometry is written. Any hints on how to proceed? thanks in advance!
Attribute _xml_fragment contains: <?xml version="1.0" encoding="UTF-8" standalone="no"?><ns2:Envelope xmlns:ns2="http://standardit.tapio.fi/schemas/forestData/envelope" xmlns:ns46="http://standardit.tapio.fi/schemas/forestData/WorkingSiteOperational" xmlns:ns5="http://standardit.tapio.fi/schemas/header" xmlns:ns7="http://www.opengis.net/gml" xmlns:ns8="http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes"> <ns2:Header> <ns5:MessageType>WorkingSiteOperational</ns5:MessageType> <ns5:TransmissionId>11920</ns5:TransmissionId> <ns5:BusinessSender>FI17017343</ns5:BusinessSender> <ns5:BusinessReceiver>DK27623549</ns5:BusinessReceiver> <ns5:TransmissionSender>CF-HARVEST</ns5:TransmissionSender> <ns5:TransmissionReceiver>WF</ns5:TransmissionReceiver> <ns5:System>dev</ns5:System> <ns5:TransmissionTime>2020-09-21T12:10:29.035Z</ns5:Transmission
Hi experts, I'd like to extract text that is within the brackets or trim characters left of the bracket. The length of characters is varied. e.g C213 (Sturt Hwy) -> Sturt Hwy apprecialte your help
I have a multi-page Geospatial PDF and want to extract the vector data from each page, but want to retain which page number the data originated.
On the screenshot to the right you can see that the webpage is trying to reach a link with fmeapiv4 in it. If I look in the logs (I added them as attachment) I see some interesting things in the tomcat/core-0/Catalina log. It looks like fmeserver has trouble starting the webapp fmeapiv4. What I can make of it is in part because it can not reach the DB. But everything else seems to be working so the overall connection to the DB seems to be fine. Anyone any idea what might cause this issue and how to resolve this?
Hi guys. I have 2 images (.jpg) and 2 center point (lat, long). I would like to georeferencing these imagens using like reference these points. I tried RasterGeorreferencer, but there are 2 options only. By Extends and PointAndAngle.Using PointAndAngle it necessary to put X upper Left Coordinate and Y Upper Left Coordinate. This no help me.Thank´s
Is it possible to convert linestrings to arcs (beziers)? I'm looking for something opposite to ArcStroker. I tried the ArcEstimator on some terrain curves, but the outcome was terrible. (I have read that the CurveFitter could do this, but that transformer comes at an extra cost.)
I would like to extrude an object, for example a rectangle along a path. So I have a 2D object and a 3D path. In C3D I can do this with the command 'sweep'. And I would like to have an output like this (solid):who could help me please? 😃 Or somebody could have another possibility, all lines are offsets from 1 centerline
Hi folks,I developed an FME workspace that connects to an api service. The workspace is quite elaborate, but in its basics its sends (calculation) jobs to an api, periodically requests a status update from the api to see which jobs completed, and downloads the results for all jobs that are completed. If I look at the FME workspace I see that in total 5469 (calculation jobs) were initialized, and it seems that the monitoring process has identified 590 jobs to complete. If I however manually request a new status from the api, it seems that (nearly) all jobs in fact completed, but many did so after the latest time instant that was logged during the translation (2020-09-18 17:41:26). Also if I look in my resultFiles folder for the jobs that were downloaded, I see that the latest resultFile was downloaded at 18-09-2020 17:41... I notice that the workspace indicates to be still running, but there doesn't seem to be any progress anymore. If I look at the translation log within workbench,
Hello. I would like to know how to produce tiff or jpg with georeference. As an input I have tiff or jpg with no information stored inside the file about the image position. I have separate csv file with coordinates for upper left corner of the image and image rotation. Which tools should I use , can I find somewhere a workflow for this task? Which tool should I use to connect information from csv with images. I a using FME since 2 weeks so everything is new for me and I dont have full understanding. I saw a video on youtube that someone made a workflow for images from drones but unfortunately it was not described how it was done in details. Raw input images have no coordinate system, in csv I have an exterior image orientation for every image and there I have information about the coordinate system. How many tools I should use.
Hello Team,I have a drone image ( jpeg ) and there are some metadatas informations, for example: longitude and latitude.I extracted these informations - center point of image.My goal is try to georrefencing this file using the transformer RasterGeoreferencer: Thanks,Danilo
Is there a transformer that can convert a number into a number with a thousands separator, that is, "1000" to "1,000"? I know you can do it with Python but I can't find a transformer that does this.Thanks
I need to pass quite a few parameters (10+) to my workbenches running on FME server. The jobs are started though a call to the FME SERVER rest API, from a c# application.I'm considering 2 options:1) specify each parameter individually, which requires some additional coding in c# when calling the workspace.2) specify a single JSON parameter, which combines the values of all parameters. Passing parameters to the workbench will be more generic, since the set of parameters may be organised in a class and (de)serialized when required. What would be the pros and cons of both methods?
i have as output 3 splitted tables from FME but i would like to add background color to the main header of each table and add different color line per line for each row .if there is any idea to create table it will be nice but if not ,i would like to change the color so i can recognize the main header from the body of the table .is there any way to change the background color depend on amoount of rows at each table ,bcs no, of rows changes always .FME 2018 Thanks for help
Hi everybody, I built a report composed of some tables using the "group by" parameter to split the rows in groups. Despite the data structure and types are the same (obviously), there is a bad vertical alignement beetween the tables (see attached screenshot). Any suggestion is welcome! Thanks
It seems to be very complicated to cut polygons based on the angle between intersecting lines. Is there a workaround in fme to automate this process? Enclosed a gdb with sample data. In the gdb source data (BGT) and desired result (new_polygons), GW_OVK represent the line features to be used. Many thanks in advance! (FME Desktop version 2019.2.2.0) Kind regards, Pim van der Zwaag.
Hi I am using a GeometryValidator with custom set of vaidators (see attached).I have tried using an intersector, generalizer before GeometryValidator to repair the geometry errors. Unfortunately, in a lot of cases, the auto repair by GeometryValidator isn't correct. It is removing the geometry completely.Most of the geometry errors are either self intersection, or there is Duplicate Consecutive Points (see attached examples)Any suggestion how to best approach this and correct the geometry in these cases?
I try to change the 'Incoming Attribute' parameter in the AttributeEncoder to 'Use Bytes' instead of 'Honor Enconding' but still have this problem. In FME linux the speciale characters are OK, but not in Windows, i try different encoding but still no fix yet!
How to get UTC time in FME 2014? TimeStamper gives local time >>When in DateTimeCalculator I'm subtracting hours from local time to get UTC time, but this won't work after Daylight Saving Time begins.