A read-only category for lost FME Form topics. We hope to move them shortly.
Recently active
I have a workbench script that makes multiple ggplots (graphs) for end-user reports. The Rcaller works great in FME Server without error, but it will not export the plots. The output excel files export, but not the plots.
I would like to combine 2 datasets: one containing about 500 monument_id's and one with about 20 types with scores and remark fields that should be added to this monument_ids (to create a list of about 10.000 items). As there is no attribute value to match (so FeatureJoiner or ReatureMerger doesn't work); can these somehow be combined based on predefined matching attribute names? Or what would be a good idea in this case? Thanks in advance!
Hello there are vertex at equal distance (0.100) but these are unnecessary, only one vertex in 1m is enough. How can I remove the vertex in between, I looked for vertex remover, but I think I am doing something wrong, can you help me please? Additional information: There are always 10 vertexes in 1m.
I'm trying to run a python shutdown script and get this error - "The workspace has Python Compatibility set to 'Esri ArcGIS Python 3.9', which requires an appropriate version of ArcGIS Pro or ArcGIS Server" I've also tried calling the script from cmd line and get this in the engine log - "Thu-19-Jan-2023 10:02:35.348 AM INFORM Thread-1100 WP301_Engine6 File "createaprx.py", line 9, in <module>Thu-19-Jan-2023 10:02:35.348 AM INFORM Thread-1100 WP301_Engine6 import arcpyThu-19-Jan-2023 10:02:35.348 AM INFORM Thread-1100 WP301_Engine6 File "C:\\Program Files\\ArcGIS\\Pro\\Resources\\ArcPy\\arcpy\\__init__.py", line 77, in <module>Thu-19-Jan-2023 10:02:35.348 AM INFORM Thread-1100 WP301_Engine6 from arcpy.geoprocessing import gpThu-19-Jan-2023 10:02:35.348 AM INFORM Thread-1100 WP301_Engine6 File "C:\\Program Files\\ArcGIS\\Pro\\Resources\\ArcPy\\arcpy\\geoprocessing\\__init__.py", line 14,
I am new to fme, I set up a processing chain to compare two shape files and I would like the output file which will be a renamed shape of the columns.for Example the file checked I have a column called depth_1 I would like the export ca to be depth_upstream.is this possible in fme ?
Hi guys, I am fairly new in FME but have been working in a workflow and got stuck on something that might be simple solution for some of you. I need to be able of calculating the last calendar day of previous month from today's date. So today being 21/02/2023 my result should be 31/01/2023. Can you please advise how I can do this ? I have been really struggling to do this and have attempted DateTime Calculator transformer.
Hi, How can I give 3d polygons the height of a base. The ground plane I created with the PointCloudSurfaceBuilder. The 3d Polygons have a z-axis with a value of 0.See the image, the polygons lie above the base and disappear below it.
Hi There, So I am using the: safe.microsoft-sharepoint.SharePointOnlineConnector to download and create .xlsx files in my organization's SharePoint site-- and this transformer is awesome save for one fatal problem...the problem is that the connector only appears to be able to Download or Upload/Overwrite files--but it can not Update existing documents at SharePoint. And the problem is that if a user has the .xlsx document open (in a browser session) the Upload will terminate / fail until all users have closed out of their browser sessions viewing the document. My question: is there a way to Update documents at SharePoint that are being viewed, or is Overwriting the only option. And if the latter is the case, is there a way to terminate all open user sessions of the document at Sharepoint so that the new version can overwrite the old version...Otherwise this transformer, great as it is, is somewhat useless. Any thoughts on this issue, or is it just another "Curse you Bill&q
how can I separate the data into separate columns? E.gDate Information result 2023-02-20 07:24:00 inform Current FME version: FME 2022.2.0.0 (2022110)
I am trying to automate creation of highway markers along a highway line feature class. I have been able to create the points along the highways at the correct interval (Using the DistanceMarker transformer) but I can't figure out how to apply the correct distance along that line (in Kms) to the newly created points. Ie. 2km, 4km, 6km, etc. in an attribute for the new point features.
I have one feature, which has two geometry points with text location. I only need one of them. Is there a possibility in FME to delete every geometry, except one?
Hello,As the question group suggest I am new to FME. ATM am doing some test with a .LAZ dataset (825 tiles about 60km X 60km)1-What I want to do is read in the folder were the LAZ files are and read in a shape file (the 60x60km box). 2-clipper, to only use the LAZ tiles that are within my polygon.3-RasterDemGenerator to create the raster in this case a DSM because there is no filter).4-write to .TIFThe main problem here is processing time. I am new but I feel I need to do something about the processing time so I looked up what I can do about it.1 Tiling. If I understand correctly, I can create 7 workers from a main project. So, in my case dividing this project in 2x2 or 4x4 (3x3 would already take 2 runs so logically 4x4 would be my next choice).2 parallel processing. I tested https://community.safe.com/s/article/parallel-processing this but even on extreme I only see 2 FME Object Worker EXE in my task manager.I have a Esri data interoperability license (2x). A) What I like to know
When publishing a workbench to FME Server under my username and configuring it as an automation or schedule, what is the best practice as every time my username requires a password change the automations/schedules fail. Then one has to go in and modify the connections to update them so it will accept the new password. We are using AzureAD.
I have a StatisticsCalculator that determines the min and max time values in a data set. If I feed the time.min and time.max into a TestFilter to filter out values from another table which are outside of the time.min and time.max range, the filter doesn't filter properly but if I use the actual time value is does. What do I need to do to get the TestFilter to work with the FeatureAttribute?
I'm trying to open my workbench, the .fmw, but when it opens it shows an empty canvas. The workbench (.fmw) is 3.5 mb, the recovery file is empty. It was made with FME Workbench 2019.2. I've been working days and weeks on the workbench, and foolish enough, my last 'handmade' backup is a week old..... Is there a way to recover the .fmw file?
Hello, I am currently trying to process an output from the JSONformatter that has the below structure: name_1:"value_1",name_2:"value_2",name_3:"value_3", etc. The output I want to achieve is a feature set as per the below: name_1 name_2 (as columns)value_1 value_2 (as values) I am able to achieve it to an extent using the JSONFragmenter, but this seems to work only for 1 feature (i.e. name_1). I have tried to use the "+" as explained in the documentation but this instead produces a second row, rather than a 2nd column. May I ask for your advice please? Thank you, George
Running the attached translator : Test_Pole_geodatabase_file2geojson.fmw, returns the attached Test_Pole.json, but I need the attributes: MEASURE, ACCURACY, VISIBILITY to be nested under a new "QUALITY" attribute. The translator returns this: { "type" : "FeatureCollection", "name" : "Test_Pole", "features" : [ { "type" : "Feature", "geometry" : { "type" : "Point", "coordinates" : [ 5.0735809934, 60.6100338064, 36.882 ] }, "properties" : { "OBJECTID" : 1, "HREF" : "foot", "STATE" : "existing", "MEASURE" : 99, "ACCURACY" : 500, "VISIBILITY" : 40, "MATERIAL" : "metall", "TYPE" : "high voltage", "INFORMATION" : "Example of high voltage" }My goal is to achieve this:{ "type" : "FeatureCollection", "name" : "Test_Pole", "features" : [ { "type" : "Feature", "geometry" : { "type" : "Point", "coordinates" : [ 5.0735809934, 60.6100338064, 36.882 ] }, "properties" : { "OBJECTID" : 1, "HREF" : "foot", "STATE" : "existing", "QUAL
I'm getting errors while I extracting data from FME API The Error is "A JSON syntax error was found at line 21, column 1691Unexpected non-whitespace characters were found after the JSON textUniversalReader -- readSchema resulted in 0 schema features being returned" API Link is 40.76.139.235/fmerest/v3/transformations/jobs/id/238492/log?fmetoken=776f34b59676c6271de9b4735a0d13a8ac2acb0a
Hi I got this successfully working but seems things to have gone backward and I cannot figure out why my second http caller won't download the files. Hopefully someone can offer a quick solution.
In a FMEserver APP: Is it possible to show the error messages from the log file in the results of a FME server APP? Pdd the user just gets "Failed" or "Completed" as feedback. How could this be done? // Wouldn't it be a nice and useful feature? Thank you.
319 2023-2-14 17:20:38 | Python Exception <ModuleNotFoundError>: No module named 'fmepy_kafka'320 2023-2-14 17:20:38 | PythonFactory failed to load python symbol `fmepy_kafka.KafkaConnector'321 2023-2-14 17:20:38 | Factory proxy not initialized322 2023-2-14 17:20:38 | f_209 (PythonFactory): PythonFactory failed to process feature323 2023-2-14 17:20:38 | An error has occurred. Check the logfile above for detailsThe missing packages path in FME Server is 'Resources > Engine > Packages > 22782-linux-x64 > python > safe.kafka > fmepy_kafka'
HiWorkflow as of now: ArcGIS Online App, user clicks a polygon and a run button from the poup. The run button calls a workspace and sends the ID from the polygon using a webhook trigger. The scripts runs using the ID from the polygon. This works fine! But what I need is some sort of confirmation if they intended to run the script, this can't be done via html in the popup. So I was thinking about calling a workspace-app where the user manually have to run the script. So my question is, is it possible to call a workspace app in the same manner as the method Iam using now by sending a parameter to the workspace-app? If not, can anyone think of another solution?
I have FME Desktop installed on a machine with ArcGIS Server (licensed and site created). FME Desktop is failing to create reader (ArcSDE geodb) with the following error: ---------------------------Fetching Feature Types Error---------------------------<b>Failed to retrieve feature types.</b><p>Unable to perform any licensing related tasks. Please check your Esri ArcGIS Compatibility workspace parameter, found in Navigator -&gt; Workspace Parameters -&gt; Translation. This 64-bit version of FME requires ArcGIS Desktop along with 64-bit Background Geoprocessing; ArcGIS Pro; or ArcGIS Enterprise. Refer to this this article http://fme.ly/qua for more details---------------------------Close --------------------------- Based on the dialog message, ArcGIS Enterprise is an option, and ArcGIS Server is already installed. What other settings are required for FME Workbench recognize and use ArcGIS Server to read SDE data? Thanks,Vu
Hi Guys, Right now I'm messing around with getting the corners sharp again after a positive buffer and back to negative. What I have is a polygon with small lines, I want to buffer it, so the small lines will be gone after I do again a buffering. So the first buffer is 5 meters, and the second one is -5. In the first buffer i get straight corners, but when I do the -5, I get rounded ones..... See picture : What can I do so I get the straight lines back?