Using transformers to modify data.
Recently active
I'm trying to isolate circle polys with a -360 Sweep Angle below but can't get any traits from the GeometryPropertyExtractor? Anyone know the settings and/or query to use here? IFMEPolygon Linear Boundary No Convex Yes Orientation Right Hand Rule Boundary: IFMEPath (1 Segment) Closed Closed In 2D Segment 0: IFMEArc Arc By 3 Points Closed Closed In 2D CW/CCW Clockwise (Circle) Radius 49.999964742921485 Start Point 561532.7739287984, 5274944.139919876 Mid Point 561532.7739375194, 5274844.139990389 End Point 561532.7739287984, 5274944.139919876 Rotation (Degrees CCW) 0 Start Angle (Degrees CCW) 90.00000499684722 Sweep Angle (Degrees CCW) -360
Hi all, Is there any transformer to reduce the no of vertex in line feature?I am using autocad data dwg format. there is large no of vertex in a line feature which you can able to see below image. Is it possible to reduce the number of vertex? and I tried with line combiner Its not reducing no of vertex.thanks ,saravanakumar.
The GUI (icons, buttons, menus, text, etc.) in FME workbench isn't scaling/rendering correctly on my PC. Some elements are relatively large while others are very small. Is there a way to fix this?
Hi I need to remove new line in the result of my HTML extraction S.P. n. 1, S.P. n. 30, S.P. n. 245 the result must be S.P. n. 1, S.P. n. 30, S.P. n. 245 thx Francesco
I want to create a raster image with the sum of weighted input of vector polygon layers. I have many vector polygons. Each polygon should first be transformed to a raster and then given a weight/raster cell value (1-3, background value should be null or 0).
I'm trying to create a user parameter that consists of the filepath, 'Output', and filename to be used in the writer
Hi. I am asking for advice on final editing. The qus1 file is the current FME output. In the StartpointDesignator column, I need to remove duplicate values and output them to the CSV output in the format see the "vzor" file.Thank you
I'm trying to pass the sql query dynamically through the webhook url and then execute the query and generate a table using the query results.I have tried using the SQLCreatorProblem is, It is not able to expose the attributes automatically from the SQL query if passed dynamically.Is there any other transformers which would help me execute this?
I would like to insert new z values in a polyline feature using the surfacedraper while maintaning the existing z values. A feature can have mutiple vertices with and without z values or a combination.
An overlay analysis between some polygons and a few lines has turned into quite the ordeal.I hope the supplied workspace and data is self-explanatory.In it there is four tests that yield different results. I start with clipping the lines with the polygons followed by a spatial relator intended on creating a list of references. I would expect that relator would find a relation between all lines since they can only be INSIDE. But more than half fails. To test the reason I run it through an Intersector and measure the distance from intersection node to polygon mask. I guess that is supposed to be 0, but 3 of 20 return a value larger than 0 - meaning that the intersectionnode is not in the intersection.
Hello, I use a Reader to list files inside a directory, connected to a FeatureReader to read the features. Currently, all features of all files are merged. ie. if I have 100 files with 100 features each, the output of FeatureReader will be 10.000 features. Is it possible to iterate incrementally over each file, ie. to execute a pipeline independently for each input file, so that the FeatureReader will be executed 100 times with 100 output features ? Thanks!
Hello, Texture UV coordinates are not set in geometry if no texture is provided to AppearanceSetter. My use case is that texture is provided later in the pipeline (at render time). Is that a bug? Thanks.
Hi,I have some FME workspaces, that investigate the recent FME log files from previous translations. This is done to uncover any problems in a rational way.I want to extract the statistics at the bottom, but the "|STATS |" string is used extensively thru-out the log file, and would completely swamp the output if this was the only search criteria (while reading as a TEXT file).Do anyone have a good idea how to extract just the summation details ?CheersLars I
Hi partners, You can now find the updated 2019 versions of the FME Product Brochure and the FME Customer Stories on the partner portal under Marketing > Collateral. These updates include files that are suitable for both print and digital copies. Please feel free to use these for any of your upcoming events.
Here is my colour setter. I also tried GeometryColorSetter and it worked, but the coloured output is too bad. Random colours are spread so badly. @chrisatsafe @Hans van der Maarel @safesoftware safesoftware
Hi, I will try to upload shapefile to geoserver over the rest api.This should be possible with the HTTPCaller! I am using the following option: - http methode: PUTUpload from data...But I get the error: I have access to the given url. So what is the problem here?Does someone has experience in uploading shapes to geoserver with fme?
Hello, I would like to use a FeatureReader as an entry point of my workspace.But only Reader can work. As a workaround, I use a Reader to read a dummy file (ie. an image) connected to a FeatureReader. Is it possible to choose an arbitrary transformer (ie. FeatureReader) as an entry point? Thanks!
I want to make a custom transformer with a geodatabase SDE table reader from a specific table, and some other transformers. But when i try to create it, the SDE reader is converted into an input of the custom transformer. Isn't it possible to have a fixed reader in a custom transformer?
Hi, i try to extract a map extend from arcgis. I need to create a polygone with the map extend. Not the data extend. Can you help me ?
Hi, I read that safe is building a way to generate custom transformers from OpenAPI description. Could anyone tell me if the plan is to make it compatible with 3.0 or only 3.1 specs?
I'm hoping this is fairly straightforward, I've searched a number of examples but I cannot quite find what I am looking for yet. 2 datasets:1dataset is a table with LRS and Milepoint (no geom)1dataset is a highway network with LRS and Beginning_Milepoint and Ending_Milepoint (polyline)ObjectiveIs to place points along the linear feature based on LRS and MP from the table (the table contains assets located on the highway network). This is often referred to as Make Route Events Layer in other software. Are there any recommended workflows to consider? Thank you in advance!
I have a LAS dataset representing the groundsurface (also available in a point feature class) and a polyline Z feature class. Is it possible to determine where the polyline z is above the ground surface also taking into account in between the vertices?
I have two polyline features. One which is on the ground surface and one below the ground surface on the exact same location. I want to generate height lines for each Vertex generated by the differences in Z-coordinates of the corresponding vertices of the 2 polyline features.
Hello,I try to create polygon from osm like cemeteries. For now, I'm stuck after the XML Fragmenter and Vertex Creator. I don't know how to build lines between points because there isn't an unique value. I didn't find anything on the FME community so I post this question. If someone could give me an orientation, if would be very nice !Thank you !
Hello There I need to remove the duplicate point along each segment,the goal is in every 5 m of the segment we need only one point, we should start with the recent point based on the date, then the missing segment will be completed by the next date ...etcthe idea is to have one point in every 5m of the segment line I have attached a sample of the data