A space to discuss FME Form
Recently active
Hi all, Is it possible to add a generated histogram to HTML? I was going to output as a PNG also but wanted to export within an HTML dashboard. Doesn't seem like it is going to work based on the options of linked or from an already exported image. Thank you!
Hi all,I am just wondering if someone can assist or provide pointers on how to generate a navigation tree in FME writing to a GeoJSON file, to be opened in arcGIS pro. My input/reader file is a CSV. For example, in the arcGIS navigation tree, data of types of poles should present as follows: Pole-> Steel->->Blue->->-> Pole A->->-> Pole B->->-> Pole C-> Plastics->-> Blue->->-> Pole D->-> Red->->-> Pole E
what is the easiest way to automate adding previously created domains to a new FGDB in FME ? or is it possible to manually recreate them in AttributeManager (similar to how you can create alias') ? similar to how it is in ARCPRO show below
Hi, I can read an arcgis online feature service using fme AGO reader. The globalids all have a curly brackets in the inspector. Is there a way to write the feature to a new table without the curly brackets. Curly brackets are messing things up when using globalids in url links. thanks
Hi all, I want to save a step in my workspace by using AttributeManager to generate an ESRI Global ID (aka, a UUID with "{}" in the string value) with the @UUID() function. I do this with the @TImestamp() function, but I don't quite understand the syntax... @UUID(SIMPLE,UUID_FORMAT,[GLOBAL_ID|UUID_ONLY]) I've tried a bunch of different options, but how would I skip the "SIMPLE,UUID_FORMAT," options? All I want to stipulate is the GLOBAL_ID option.... thanks!
I'm trying to draw a box given four vertex creators, I couldn't get the polygon section to work from line builder - any tips on making this more efficient, I feel like four line builders is not the most elegant solution (although it works.) Thank you.
Hi all, I have a dataset (CSV) of different types of trees (type, colour, flower, etc) and I want to open this dataset in ArcGIS Pro. I want it to have a navigation tree and a heatmap based on dense areas. I am new to FME and wondering how I do this and what the best output file format is for the structure I am wanting? I am struggling to find any direction of approach to this specifically. I have done similar in KML with Google Earth, although couldn't implement a heat map, and it is slow with my dataset.
Also is there any article to show step by step process for converting from IFC to geodaabase that can be used in arcgis pro
I frequently use Form/Desktop to grab data from SDE or from Geodatabases. Creating the reader(s) is pretty easy. Load the dialogue, point at the connection file, load the list and select your feature class, and then press ok. This brings in the tables and features just fine. However, it seems like it never fails that I need to bring in another table or feature class from the same connection. If I save and close the workbench, I have to start the reader dialogue again. When I bring in another feature class or table, the new table also shows up as a different connection in the navigator pane. It makes troubleshooting a little harder when I have several different readers in the navigator that ultimately point to the same database or folder. Is there a way to reuse the existing connections? The navigator and the properties don't have a way where to "double click" into the connection and add another table or feature class to the canvas. Does something like this exist?
From my testing, when reading data that is branch versioned from an ArcGIS Enterprise Feature Layer, it seems there is a limitation on the FME Reader side as to how many layers can be in the ArcGIS Feature Service. For example, if I publish a service which has one layer, the FME reader can read successfully. But, if I publish as service which has multiple layers, the FME Reader reads the schema, but fails to read features. Are there any known requirements or limitations in FME readers and writers when connecting to branch versioned ArcGIS Enterprise Feature Layers? Has anyone else seen this behavior? If so, what workarounds do you use? I would like to avoid having mulitple published services for a logical grouping of data. Thanks in advance!
Hi,When working with visibility of published parameters through conditions in Form, is it possible to have multiple test clauses for a parameter?Similar to the Test transformer with logic "if", "or".Thanks!
If I run each reader individually (one-at-a-time) then I get correct output from each of the readers. If I choose 'Run Entire Workspace' then one reader only processes one record and the other reader processes normally. All feature classes are in the same file geodatabase. Any ideas why 'Run Entire Workspace' doesn't give the expected results?Thank you.
Hello,Is there a good approach to extrude only outer edges from top image? Images below extrudes all faces (internal as well) but am only interested in extruding (external faces). Basically thinking of top image as a building roof, altough it's a terrain and extruding to "walls". On the lowest image I used PlanarityFilter to try filter faces at bottom but doesn't feel like a good approach.Thanks.
Hi, I have a number of points which I like to create triangle polygons from to form a sort of elevation wall. The desired way of creating them is to have the lower ground (red points) as focus. Let's say the first two points (A and B) derives from upper green points, then the third point (C) would be the closest vertical red point. Please see illustrated image and attached file. Thanks!
I try to convert the attached dataset into ESRI GeoDatabase It failed following message. But there is not duplicated fields in my datasetThanks
The feature count is 0 after conversion from GML.There is no error. I got warning only. The attached are dataset and log
What does error message"expression: prevrealnode_->arcinfo_ != nullptr" means?
From my tests it seems apparent that the ShortestPathFinder only works correctly in 2D. The route will snap between different levels even through the network is noded correctly. Has anyone had any success applying a shortest path algorithm to a complex 3D network, for example a building containing multiple floors with overlapping routes/nodes in 2D?
I am trying to convert a custom S-57 format into a file GDB. I can upload the file if needed.
Hi All, I've had something that I've been wondering about for a while.In this example, I'm reading 11 SQL tables in using a feature reader and all of them contain a WKB column. I need to run these through a geometry replacer to assign their geometry. I tried running them all through a single geometry replacer, and using an attribute filter to return them into their own streams, but running them all through one transformer ruins the schema. Is there anyway to return the original schema? Or do I need to create 11 different geometry replacers and keep each stream 'seperate'? I'm aware that I can define the output attribute definition for each layer but I wanted to know if there was a less 'manual way. Many thanks, Sam
Hello It says Translation is Successful, but i dont't see the any out , am i doing something horribly wrong or missing some setup ? Python Caller import fmeimport fmeobjectsimport numpy as np class FeatureProcessor(object): def __init__(self):pass def input(self, feature): def myfunction(L, F, DX, DY, DZ): DLF = [0,0,-1] ULF = [0,0,1] NLF = [0,1,0] SLF = [0,-1,0] ELF = [1,0,0] WLF = [-1,0,0] if L == "D": UAP = DLF elif L == "U": UAP = ULF elif L == "N": UAP = NLF elif L == "S": UAP = SLF elif L == "E": UAP = ELF elif L == "W": UAP = WLF if F == "D": FAP = DLF elif F == "U": FAP = ULF elif F == "N": FAP = NLF elif F == "S": FAP = SLF elif F == "E": FAP = ELF elif F == "W": FAP = WLF VAP = np.cross(FAP, UAP) DU,DV,DN = np.linalg.inv(n
I have a large GeoTIFF file (11Mb after using compressing JPEG 75% and building Paramyd 6 Level Bicubic). And then tiling it with WebMapTiler, the result is 115,851 tiles.My Workspace:FME 2023.1 takes 1h15m to complete tiling and writing it.FME 2023.2 takes so long time and uses a lot of RAM and I can't wait, I don't know how long it will take actually. Do I mistake something?Everybody help!Many thanks.
In my network I have multiple closures (Green Circles). Downstream from these closures I have risers (Blue Circles). I also have multiple boundaries (Red Polygons) which contain an x number of risers. I need to calculate within each boundary which is the first riser that the cable hits after the closure. I need to mark these risers as value = 1 in each boundary as shown in illustration. Ive got as far as using a shortest path finder to try navigate to each of my Risers from each of my Closures but without much success Does anyone has any guidance on what method I can use to determine this?
I have installed FME Form 2023 on a virtual machine and when I try to run FME Workbench via a Remote Desktop session, the Workbench's main window does not display anything. I can see the title bar and, if I click at the right places, the different menus, but nothing regarding the workspace. I have installed at least two different revisions of FME 2023 with the same behavior. However, with FME 2022, everything seems to work flawlessly. So the issue looks to be related with 2023 only, inside a Remote Desktop session (no issue when using on my laptop). I tried to enable the GPU rendering after reading this link (https://knowledge.civilgeo.com/kb/enabling-gpu-rendering-for-microsoft-remote-desktop/), but that didn't change anything. Any suggestion how to fix that issue?
Hello , i habe two source data first source data contains attribute calledid 3839464 3937793837390389304——second source data contains cable network attribute 3839464-hsld282-owuwpw37394-283994383894-Jagdhorn-2839463389304-hdjskd-dddjf how could I search at attribute cable network by using id attribute ? i would like to know if any of id value exist in cable network attribute .fme 2021 thanks in advance