A space to discuss FME Form
Recently active
I have a workbench where I use a python shutdown script. This script is printing some results to the translation log window.I would like to the see the text that the python shutdown script is printing to the translation log window in a different color than black. I used some suggestions from the internet but they are not working as the translation log is not a "real" python terminal.I tried a few things without installing any library to python though. As I will be sharing the workbench with colleagues who will run the wb locally, I would prefer if it's not necessary to install a library.Another question is if it is possible to print emojis to the translation window using a python shutdown script? I know it is possible in python e.g. print("\\U0001f600") but this print statement is not working when printing it to the translation log window. Thanks.
Hello, I am having trouble with an DWG plan containing arrows. Workbench: Does changes in the model space and writes the modificated plan into a new DWG file. I am using a DGW styler just before the writer (I don' have selected more parameters). Writer parameters: Preserve template paper space data: yesOutput (see image): Plan (green rectangle) and arrows (red rectangle) are seperated. Does someone know why this occurs and has a handy solution? Thank you!
Table1Table2 Reader data from soap and writer is oracle spatial object. I use inline querier and featureMerger for using xml hierarcy that is "STATUS_REASON_SEQ_ID ". So, I merged two tables and created. But I expect to see foreign key(references Table2 (SEQ_ID)) in Table1. What should I use in this case. ?
Hello wise people. I am trying to clip (extract by mask) a big LAS file to multiple shapefiles (2 for now but they will eventually be 14). The workflow is like this: LAS reader, Clipper, Feature writer. When I choose "OUTSIDE" to the writer it clips properly but with INSIDE (which is the one I need) it doesn't clip properly to the shape of the polygon (shapefile). What gives? Thanks so much.
I'm trying to build a workspace that will allow users to select a file, identify X and Y attribute names using published parameters and have it be translated AND transformed. I found the Easy Translator demo, which covers the translated part of what I'm trying to do (and is broken - I submitted an issue on GitHub). Now I'm getting stuck on the transformation part as the attribute names are read in as a feature, and the actual attribute names are coming through as col0 ... col5, etc.I need to get to a point where I can either identify what column number that the attribute names are that they listed in the published parameters, or ideally rename the col0 attribute to the actual name that it is.
I am running a verification process and there can be one or more validation errors to my data for each feature. I would like to define my own error messages and push them to a list so i later easily can combine an error report.To solve it I am thinking of using lists. But i cannot figure out how to create an empty list instead of an attribute. I am thinking to have a list looking somthing like this: errors{0}.height: "Negative values are not allowed"errors{1}.height: "Value must not be empty"errors{0}.quality: "Quality code invalid"errors{1}.quality: "Quality code must not be empty"errors{0}.bbox: "Feature is out of bounds, check coordinate system" I hope you get the idea.Later i want to use the list to report all the errors each feature might have. But how can i define an empty list so that i can later populate it with values as the feature go through a step of testst? Can I use Feature manager to make my test and add the validation r
In attached workspace I get unexpected DuplicateFilter behavior, The Inspector result is, Since the two features have the same value for the nombre_cientifico attribute, I am confused with the unique port output. Any suggestion?
As you see, value is null so it gets ORA-01449(null).So, How can I setting value collumn ?
When reading in a zip file with three text files, it results in garbled data. Any ways to fix this?
I am trying to connect to sde database in FME. I am using ArcSDE geodb reader. I am getting this error. I am using an ESRI edition Fixed license.
I have been trying to figure this out for a while now and can't get it to work. I want to be able to launch a workspace runner from a python script as detailed here:https://community.safe.com/s/article/run-an-fme-workspace-from-python-using-fmeworkspac I append the path to "fmeobjects" as it mentions, which in my case looks like this:"sys.path.append(r"C:\\Program Files\\ArcGIS\\Data Interoperability for ArcGIS Pro\\fmeobjects\\python37") ".But when I try to "import fmeobjects" I get the following error:"ImportError: DLL load failed: The specified module could not be found." I assume the path is setup correctly otherwise when mistyping the module name it gives a different message "ModuleNotFoundError: No module named 'fmeobject'". Any ideas what might be going wrong? I have tried running a program called "Dependency Walker" to see the other dependent ".DLL" files "fmeobjects.pyd" requi
Hello, happy new year! I meet an issue with the AnchoredSnapper converter. I use the AnchoredSnapper and SpatialFilter converters can't correctly filter the containment relationship between the two cad layer faces. Can anyone help, thanks I uploaded my CAD data, JMD and JZD layer, I want to get JZD contain layer of JMD
Hi, I am looking at snipping the Midpoint of a line with 2 vertices (index 0, index 1). Tried several ways but can't seem to get it right. My snipper creates the point at vertex index 1. Is there a way I can implement this? Thank you.
This is the error message:The database generated an error while attempting to convert the string `0.8' to an OCINumber, so alternative number parsing was performed. (serverType=`ORACLE8I', serverName=`****', userName=`*******', password=`***', dbname=`') It doesn't matterhow you cast the number in the sql query.
Hi :-)I have an issue with FME Desktop 2020:Whenever I open a workspace which includes an InlineQuerier (to be precise: with a filled SQL-query at the output-port), I get the error "File C:\\Program Files\\FME_2020\\metafile\\SQLITE.fmf could not be opened" inside the Translation Log.When I open the same workspaces with FME Desktop 2019, this error does not appear. Further system-infos:I have installed FME Desktop 2020 (path as mentioned above) alongside with FME Desktop 2019 (default-path).FME Desktop 2020 Version: 2020.1.2.0 Build 20620 WIN64FME Desktop 2019 Version: 2019.1.3.0 Build 19642 WIN64Thanks in advance and best greetings :-)Florian
I have implemented a Python script to interface with Speckle to access the server, retrieve data streams and ultimately retrieve the JSON geometry object for parsing in FME. This runs and retrieves data in my base Python install, the FME REPL command-line Python build but will not get over the first hurdle of interfacing with the Speckle Server. Are there transport restrictions to python code? I can't find documentation around this. Before I try writing a bunch of scaffolding code just to trace back the problem it seems best to see if there is a fundamental restriction I won't overcome. Some suggestion on the Speckle forum is that it may be related to SSL certificates...?
I just want the resulting dwg to have the exact same layer colors and linetypes as the source.Anyone succeeded in doing so?
FME 2020: How to get all the layers automatically selected when the dwg file is selected as a source file in the reader? I found out that each time a dwg file is selected (as per the screenshot below), the “select all” option is not checked by default. How this option can automatically be checked as any dwg is selected as a source?
add variable in json reader from user parameter like this;
Hi;I get ifc output from SketchUp. Although the materials look normal, they are not displayed properly when I read them with Fme. SketchUp FME How can i solve this problem.thanks
Hello FME users. I can't solve the problem of passing all the points along the shortest path. I can't make a cycle with sorting. Please help me.
I would like to use FME as a 3d model converter/processor. We know that the 3D Clipper of FME is not being supported yet and I would like to split the osgb model with z values using https://www.openscenegraph.com/ such as using this example code https://github.com/openscenegraph/OpenSceneGraph/blob/master/examples/osgclip/osgclip.cpp#L109 . However, I find that the osgt file cannot be recognized by FME and the following error messages are shown: OSG Reader: Ignoring unsupported nodeOSG Reader: Ignoring unsupported geometry - only surfaces are supported How I can generate a cropped 3d model that can be opened by FME? Any suggestions are welcome! Thank you.
Created a user to use with FME desktop for our local ArcGIS Enterprise Portal. When connecting in FME Desktop using the ArcGIS Portal Feature Service Reader it gives an error saying bad password. Figured out that the generated password for this user must have had some characters that were not supported in FME. What Characters are not supported for passwords in this reader?
I am noticing that the number of features and feature types between the Merged Feature and Individual Feature mode are quite different. My expectation was that when you select "Read All Elements", it would...read all elements, regardless if merged or individual. I compared two different files and both had more features and feature types in Merged mode. I am not specifying a view and reading geometry as non-spatial. One had 5 more FeatureTypes, the other had 13 more! Why? Thanks,@larue
Is it possible to add a "$filter" parameter to an OData reader in FME 2021.2 ?