Using transformers to modify data.
Recently active
Hello There I have 2 polygons, as you can see on the inspector both are into different location all using projected coordinate when we using the clipper it inside resultshow this is possible
As the title suggest, I'd like to keep the last edited record per route. I've tried the statistics calculator (group by: route number) but it seems to keep all the records with a new 'max' field . Any recommendations?
I have a DEM file and I have created a slope by degree from it. But I need to categorize these something like 1-5 very good conditions, 6-10, 11-20 neutral and 21+ is bad. Question 1: How do I create this? Also need to add some kind of grade. Like 100-0 where 100 is perfect conditions. After this I need to analyse the type of ground the surface is (forest, trickle etc). I need to grade these also. Question 2: Is it possible to use many different criteria’s and end up with what surface area probably is the best one to use for the project?
I'm trying to convert some poorly formatted lat long coordiantes into correct ones. You can see the original and new format in this sample data. I'm sure this is pretty straight forward but I'm new to Safe FME and could use some help.
Hi, everyone, I'd like to do some math calculations in FME, just like Field Calculator in ArcGIS. I'm trying to calculate reminder and rounding numbers, but I'm not sure which math operator to use. Here're some examples:Reminder: 5÷3, result:2; 10÷6, result:4Rounding:5÷3, result:1; 10÷6, result:1And I also want to add zeros before some results if their digits are less than 3.I can get it done in ArcGIS by using python, reminder operator is %, rounding operator is //, and zfill function to fill zeros. How can get the same result in FME? I've read the Math Operators help document, it only has % as reminder, no rounding and zfill. I have over 600000 rows of record to calculate, when I do this in ArcGIS, the software will just crash. Please give me a hand.
I have many raster files (16000+ tiffs) stored in different folders by latitude.Is there a way to search these folders and read in the files I require based on a shapefile boundary?
Hi! I need to find a Neighbor Line to the line. I am interested in the average distance between these neighbors. Using NeighborFinder i have only the closest vertex of the line. I need tej farthest too.
I have a SHP file with a polygon that partially overlaps a Raster image from a GeoTIFF. I would like to apply the changes I am implementing in the RasterExpressionEvaluator to only the pixels that fall outside of the polygon.I had thought to clip the raster, perform the RasterExpressionEvaluator on the outside result, and then mosaic the inside and outside together again. But wondered if there is another option.Thanks in advance.
As title says, I'm struggling with what attributes should I map between my data and INSPIRE GML Writer and more important WHY.I'm new with all INSPIRE data/formats.PS. Already went through webinar and tutorial, still can't understand.
A 2D-polygon that i want to extrude to a max height that I've calculated with a statistic calculator. Now i want to add the attribute with the height I've calculated to the 2D-polygon so i can use it as teh vertica ldistance to extrude withe the extrude transformer.How can I add an attribute with a attribute value to a polygon?
So I have a footprint of a building as a polygon. I want to generalize the border of that polygon by either clipping away thin parts of it or removing canals in it (not holes for that i use DounutHoleExtractor).The process i want can be examplified as follows:->->So basically if the with of a line is less then 2 meter i want to smooth it out. At first i tried to use the "Generalize"-transformer but wasn't able to configure it properly.
Hi, I want to convert some NAS files to FeatureClass (ESRI). Do you have any idea, how to di it? Thanks and best regardsSajjad
Hi,I've just moved an existing process that writes to a Geomedia Access Warehouse from FME 2016.1 to 2017.1. Everything else is the same. And yes, both are run in 32 bit.It seems to me, that the writing of this is very much slower than it used to be. The previous process (which also writes to an SQL Server) used to take less than an hour to complete, now it cannot finish within two !I just ran the process manually, and especially the writing to GMAW seemed very slow to watch.Has anyone else run into similar issues ?My machine is Windows 10 Pro.Cheers, Lars
Hello,When converting a CityGML file to IMX, I have this error: XML Parser error: 'Error at file:'' line-0 column:0 message:unable to resolve host/address 'repository.gdi-de.org''. Do you know how to solve it, please ? I have the impresison FME does not detect the proxy server.
QUOTE: Has anyone had luck delivering FME in an App-V environment? Our company is trying to get all apps delivered this way. The problem we run in to with FME is the dependence on Arc licensing for certain readers/writers. From what I am told by our application packagers, App-V applications are agnostic of other App-V applications. Therefore, when running FME in App-V, ESRI readers and writers are not available. Our workaround for now is using a standard install with FME, and starting up the App-V version of ArcGIS when FME opens. It works, but isn't exactly what we are looking for. Submitted: 11/15/2012 4:52 PM aked the question we have. Virtualized FME cannot find Esri license server. Do any of u have a solution? We are told to set an enviromental variable set in the packaged FME. Is that the only solution? And why can i use gdb's ? Arn't those dependend on Esri licenses as well? Eagerly awaiting your answer(s) Greets, Gio
I have a pointcloud of a rock slope that i would like to compare to a theoretic surface model (tilted surface). The next step would be to sort the point clouds into different colors depending on the distance to the surface. Anyone who has an idea which transformers to use?
When I insert a block using the DWGstyler I need to scale the block by approximately a factor of 1000. I noticed that when I do this the annotation text doesn't appear to scale the way it would if you inserted the block in AutoCAD manually then updated the x and y scale factor. Is there a workaround for this so that both the block geometry and the annotation scales with the DWGstyler scale factor?Example Workbench:
I have multiple files under a directory. My objective is to perform a process on each file in the folder. This process basically reads all features of a file and generate a bbox.I use a file and directory reader to get all the files' path and name. Then use them as initiator for a feature reader. My expectation is that the feature reader reading all features of one file each time and the following steps generating bbox for it and repeat the process. The final result would be multiple bboxes. However, the feature reader accumulates features from all of the files and the final result is one bbox.Is there any way to handle this flow?
A colleague upgraded another software on our FME server and somehow changed the setting on 100s of workspaces to Translation: Rejected Feature Handling:Continue Translation but they should be Terminate Translation... anyone able to batch change them back? I have tried - changed the default in FME Options, rebooting.... Thanks!This was on FME Desktop 2017
Hi,We currently have some issues about transferring SLD (Styled Layer Descriptor) styles between QGis and Geoserver. Their syntax support doesn't seem to be completely in sync. So we might need to tweak the SLD files when transferring them.Now, SLD files are XML files, so it would be entirely possible to let FME do the "dirty work".But before venturing into this, I'd appriciate hearing about whether anyone has looked into this issue before? And if so, what the pitfalls are. Or if there are other more beneficial avenues to follow?I can see that there are multiple suggestion about support for SLD, so this ties into that. Even an SLD format reader/writer perhaps ? Don?? :-)Cheers.
Hi, I have a Esri FileGDB with style information in a *lyr file. I want to use this data in QGIS and therefore I need to convert the *lyr file in *qml or *sld.Is there any possibility to do this with FME? Or does someone know another way for the conversion?Thank you and best regards.
Hi, I am parsing a 3D CityGML model that mostly have a texture for each IFMEFace. That is great, but sometimes there are duplicate IFMEFaces, one with texture and another without, which I can filter out those untextured ones using GeometryPropertyExtractor. But other times, there are untextured IFMEFace with no duplicates that I still like to keep, which the GeometryPropertyExtractor filters out regardless. How can I achieve this?I tried the Matcher but I think I just want either the SingleMatched or NotMatched output, not both.Thanks for any help.My current setup:
Hi everybody, I need to align two multi-band raster with the same resolution. Is there an FME equivalent of Q-GIS raster alignment tool ?
I have a lot of lines with two attributes Attr. 1 Count from 1 to xxxxxxxAttr. 2 Range set default as 0Now i have to make a loop workflow... -Select lowest number from attr.1 and set attr.2 with "1" now go all other lines through and check if there is a segment equal than the first feature we selected (many lines have same segments...in the end i want only 1 line per segment )if there are detected same segments delete these linesafter that select the next lowest number in attr. 1 which are still available and set attr.2 with "2"and so on and so oni will try it by myself, but any ideas are welcomeCheersFranco
The next query results in an error (ORA-00900: Invalid SQL-statement.)FME_SQL_DELIMITER /beginupdate tbx.ext_compare_person set gesnam_d = tbx.diakriet_cip(gesnam_d,sourcekey,'GNAAM'), gesvor = tbx.diakriet_cip(gesvor,sourcekey,'VNAAM'), gesnam_d_p = tbx.diakriet_cip(gesnam_d_partner,sourcekey,'GNAAM_P')where organisatiecode = 'ABDC'and applicatiecode = 'ABC';end;/commit;/What am I doing wrong?Thanks in advance.