Using transformers to modify data.
Recently active
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
I was thinking I can use an attribute filter to filter the different asset types and subsequently use a 3Dforcer to lay the different polylines on their correct depth. As an example I used the following parameters in the 3Dforcer for 1 attribute of the field asset type: Elevation: @ZValue()-1Preserve Z-values: No The result was as follows:1 polyline features has 3 vertices:Before translation: 1stvertex Z: 0,62ndvertex Z: 0,83th vertex Z: 1,0 After translation: 1stvertex Z: -0,22ndvertex Z: -0,23th vertex Z: -0,2 What I would like to have: 1stvertex Z: -0,42ndvertex Z: -0,23th vertex Z: 0 This translation provides a constant Zvalue based on some average of mutliple vertices. I want it to take intoaccount each individual Z and then substract the ammount specified.
I want to transfer the sum of all attributes from a given vector-layer (risikokort.tab in this case) to a tiled map, and export as raster. An overlap-analysis basically.When I pass my tiles through rastermosaicker, a resampling occurs which changes the output. To test it I ran the rastermap through RasterCellCoercer, which clearly shows output-raster and the input tiles are very different.I would expect the input tiles and the output tiles to be the same. Am I wrong in that assumption?I hope the workspace is self-explanatory, and if some of the gurus open it, all feedback is appreciated.
Hello, I have an error on using SurfaceNormalCalculator:
I have used RasterMosaicker to mosaic 4 ECW images into a single ECW image. Prior to mosaicking none of the images had black areas around the edges. After mosaicking my output shows two locations that are black on the edge of the image. I checked and these black areas have data, various values of 1,0,1; 0, 1, 0; 1, 2, 1; and several other values. Any suggestions on how to remove the black areas? I have tried Clipper and it does not clip the black areas, they remain in the output.
I have a very badly formed csv that I want to transfer to a table. I have managed to get a basic output to work on. But the step to keep the value of 2 identifiers (file_date, id_name) if null and transpose to the next rows till they get new values, I don't know how to do.
I get a response from an API GET request in JSON and it contains the coordinates for a polygon.{"authenticationResultCode":"ValidCredentials","brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png","copyright":"Copyright © 2022 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.","resourceSets":[{"estimatedTotal":1,"resources":[{"__type":"IsochroneResponse:http:\/\/schemas.microsoft.com\/search\/local\/ws\/rest\/v1","dataSourcesUsed":[5],"origin":{"latitude":-34.021682824034,"longitude":18.4837339189645},"polygons":[{"coordinates":[[[-34.0224675816069,18.47607560705454],[-34.021900339603782,18.476424942466956],[-34.021834632851942,18.47667223294113],[-34.021763236949283,18.4766453367028],[-34.02119900085917,18.477001621671914],[-34.021216553524575,18.477231713278478],[-34.020956999043712,1
I have a table of addresses with these values in a single field, example: Main St/Carter Ave. I want to put Main St in a new field named StreetName, and Carter Ave in a new field named IntStreetName. I know there must be a method for parsing the values to the left and right of the "/" separator. How can I do this in FME? I know how to do this in python using split. I am new to FME.
Hi. I use a tester. It's with path extractor. The tester have a fonction to exclude some folder. I need to exclude all the folder with name include "0_".The floder containt path with "0_" are exclude. I need help to have the right expression to select all the folder with "0_" in the path name. Thank
Hello, Is there a transformer capable of merging adjacent faces? Ie. I have 4 adjacent faces (walls, roof) and I want to create a single object (building). Thanks!
Hi, i failed to convert this format to an CSV with header Has anyone seen this type of structure before?Thanks for all{ "nbResults": "2", "columnList": [ "THE_LIBELLE", "THE_ACTIF", "THE_DT_CREA", "THE_UTIL_CREA", "THE_DT_DERN_MAJ", "THE_UTIL_DERN_MAJ", "THE_ORDRE" ], "keyList": [ "THE_ID" ], "rowList": [ { "columnDataList": [ "Commercial", "1", "11/10/2022 18:15", "Test X", "11/10/2022 18:15", "Test Y", "1" ], "keyDataList": [ "1" ] }, { "columnDataList": [ "Culturelle", "1", "11/10/2022 18:15", "Test X", "11/10/2022 18:15", "Test Y", "2" ], "keyDataList": [ "2" ]
Hi!I have a problem with JSONUpdater and the function "Delete From Array". My case : I have this JSON fileI want to delete the value 79240 in "structure_ids". In JSONUpdate, I can't write the value, it doesn't work.I do write the position of this value. How can I do this dynamically? Is there an IndexOf function on FME?And when I write a position, here 4, in JSONUpdater, it removes 2 values instead of one (79240,79389). Thank you for your help
I realize the fanout option is probably the best option. I have not used FME in quite a while and am looking for someone to spoon feed this to me. I need to read in a single GDB and export to another GDB based on the "LAYER" field.
Hey community!How can i export CSV output without attribute name? I am transforming a CSV file with East North coordinates but in output the first data is the name of the "_result" attribute that I would like to delete (attached image). Thank you!
The drawing has the title block "fugi tb info". When it's run, it says that autocad_block_name has no value.Help would be appreciated.
We currently have an Excel macro to copy cell data from an Excel source sheet and paste to another destination sheet. Once pasted, we will position those data in particular columns and apply some lookups.What would be the best approach to mimic such process in FME? Is it feasible to execute all those detailed steps by using FME transformer(s)?
We have digitized some roofs with dormers.Now during the creation process the dormers were digitized into the main roof to avoid gaps. Unfortnatley there were no snapping used.For example:Is there a way in fme to cut these roof polygons from dormers which are inside the main roof (blue line)?
I have a workbench that has around 7000 features and I want to run a system caller on each to produce an image (png) output, convert that image to a blob, store the blob in the database and delete the file. At present the System Caller is processing all features before it moves on. Is it possible to have the system caller run for an individual feature and continue on with the process?
After an effort, a building was converted from IFC format to citygml format And then converting from citygml to shapefileIt is now necessary to adjust the construction site on the map so that it descends to its correct locationThe correct location for construction is attached to the picture