A space to discuss FME Form
Recently active
I have a multi-workspace and I want the HTML file with this informationProductIDWorkSpace NameAreaTimeStamp with DateStatus (Fail, Pass)
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)?
Just found that a workspace I thought was working perfectly is not writing out BLOB attributes. The workspace creates schema attributes and writes out to a geodatabase. Unfortunately, the schema features for BLOB attributes--currently set with native_data_type = blob--are not writing out. So:Can FME even write out Blob attributes in schema features to a geodatabase?If so, what is the native_data_type to use for a BLOB attribute?Is the native_data_type value in the case of a BLOB (or in any case for that matter) case-sensitive?I have not been able to get FME to read BLOB fields from and existing geodatabase, so I don't have a native_data_type value to inspect. My BLOB attributes in the schema features currently have a native_data_type value of "blob" and an fme_data_type of fme_binarybuffer. Any insights? Thanks in advance for your help.
I am not able to connect to a SFTP server with FME Server. I have used the following description Using a private SSH key with FTPCaller to authenticate an SFTP Connection on FME Server and FME Desktop (safe.com) to create the workspace. The Workspace runs fine but after I uploaded to FME server and run it with FME Server, I get a "login denied" error.Version 2022.1
Hi, When using the S3Connector transformer with System credentials, if those credentials are invalid, performing an upload operation still produces an output with a URL as if there were no issues. It doesn't upload the file, it just posts a warning to the log. This is tricky to catch. Performing a List or Download opertaion with invalid credentials causes the transformer to output through the <Rejected> port with an error, letting us neatly terminate the workspace. Is there anyway to get the Upload operation to also reject when the credentials are invalid?
Hello friends. Help solve the problem of replacing the textures of a 3d object. I have an object to convert to gltf, textures of different formats are applied to the object and they need to be brought to the webp format (I understood how to do this part). But I don't understand how to use the Appearance Setter correctly. Any help is welcome.
Hey there,I need to transform a CSV-formatted file containing Geometry assignments into LandXML. Therefor geometry describing/containing clothoids need to be clothoids in the LandXML. They can be at the start, in the middle or at the end of a (line) geometry. I know how to create linear geometry (VertexCreator) and arc geometry (2DArcReplacer). But clothoids? 🤷♀️
I have a specific use case wher i need to read many dwg files. an dget several feature types from a specific layout (paperspace). 1 of the featuretypes i need to extract is autocad_insert. If i explode blocks on the reader I lose ALL layout information. specifically i need a closed polyline that is within the block. The insert point of the block is what i am going to have to use to place that polygon. so i will have to calculate the center of the polygon and use that to place it at the insert point of the block. I would be suprised if fme is not capable of deconstructing the block into it's components. i just hope it is a a logicial model. The block I am trying to gain access to is very simple. Just a polyline. nothing else.
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
I have a FME server web app based on a workbench. The results are contained in a simple table and written to both an Excel file and Oracle/ArcSDE. Any suggestion on display results directly after the job is completed on the same web interface. At this point, my option is for user to download the zipped Excel file and view results: only two rows in the Excel file: header row and data row. Thanks.
I am attempting to snap points or lines to multi-face surface features. I realize the 3D AnchoredSnapper does not snap to surfaces. Any thoughts on how to perform this. I would be ok with converting the surface features into lines since that is my ultimate goal. Any thoughts on techniques or transformers?
Hello, I know everything is possible with FME 😊 so is it possible to get faces from a single mesh? For example, I would like to extract walls, floors and roofs from this mesh: But I did not found the adequate transformer yet. Thanks!
A Tester: what could be simpler? I feel silly asking this, but I must. I have two sets of features, both resulting from reads from the same geodatabase (GDB). One set comes from a FeatureReader through the <Schema> port. The second set comes from a PythonCreator that uses fmeobjects/arcpy to create FME features having a few attributes containing schema information but not geometry. The plan is to run the two sets through a FeatureMerger to add the attributes of the second set to the first set. All well and good. Before sending all the features to the FeatureMerger, though, I wanted to remove from each set any features that have "OBJECTID," "SHAPE_AREA," or "SHAPE_LENGTH" values for a particular attribute. So, I send each feature set through its own Tester. The tests in each Tester are the same, except for the attribute name holding the tested value. The test is essentially if UpperCase(@Value(<attribute_name>)) = OBJECTID OR UpperCas
Please help me to solve this problem How do I convert this file from citygml to a shapefile With the construction site set on the map by knowing its coordinates on Google?
Hi everyone!Maybe someone knows, how could I pull out information from feature information block? I have description of appearance reference, but I can't use it in transformers.Thank you in advance!
Hi,When I try to read data from ArcGIS Online this error appear: "Python Exception <TypeError>: unsupported type for timedelta milliseconds component: str". The connection is OK since I manage to read data from others dataset (fature layer) from AGOL. I have tried to find som answers and it seems to be something with dateformat, but my lack of knowlegde makes it difficult to find a solution. Is there anyone who have had experiene whit this error and know a solution?
HI there I am alittle confused by this error as I am writing several shp files into AGOL, I am using the same area for clipping the data which is aggregated into one area using the tools you can see below.On the other shps file I am writing I have no ran into this issue, they are fine to upload etc but on the last couple of shp files this is the error I am getting. I was wondering if anyone had seen this before? I am not trying to write the area used for clipping to AGOL, but just the output of the data which is clipped, so im not 100% sure why im running into this error.
Im trying a simpel setup. One reader one Writer.The reader reads a WFS service, and the Writer writes down in a local esri file gdb. Im trying to access this url: https://services.drift.kortinfo.net/kortinfo/services/Wfs.ashx?Site=Aalborg&Page=Aalborg_Forsyning&Service=WFS It shows up nicely in the inspector, and if you run the reader alone, it loads everything. But as soon as I add the writer I get geometry errors. What is wrong? Regards David
Hi,I want to insert or replace a json document in a collection using PUT and mongodb_id with a Featurewriter.If the document don't exists, no problemeIf the document exist, there is an errror message: E11000 duplicate key error collection: fdppma_dev_pdpg.Couche index: _id_ dup key: { : ObjectId('62b01e134c2300007e0001a5') }: generic server error I believe that Put delete the object before insert it. Someone have got an idea ? Thanks
I have a feature class in a file geodatabase with a Raster data type field, whose values I want to write to an SDE feature class with an equivalent Raster field.When I use the GEODATABASE_FILE reader, the raster column is not listed in the resulting feature class. Likewise with the FILEGDB. To make sure I wasn't missing something I tried the GEODATABASE_FILE_RASTER_DATASET and GEODATABASE_FILE_RASTER_CATALOG readers, which, as expected, would not recognize the feature class.When I use the GEODATABASE_SDE writer the raster field is also omitted. Again, trying the raster readers, GEODATABASE_SDE_RASTER_CATALOG and GEODATABASE_SDE_RASTER_DATASET did not recognize the feature class.Does FME handle the ArcGIS geodatabase Raster field type? Using FME Version 2019.0.1.0 Build 19253
I need to undo deletions of large number of files in a AWS S3 bucket. The deletions were done on S3 versioned files. I can manually delete "delete marker" to restore the latest version or wrote python code to do this (https://console.aws.amazon.com/support/home#/case/?displayId=11035724071&language=en and https://medium.com/@jbirdvegas/crap-so-you-deleted-all-your-customers-s3-artifacts-now-what-d684d76437d3), but wondering if FME can do this quick. I have used FME to upload and delete files to S3, but don't know if it can remove the "delete marker" to restore the latest version of files.
Hello, How to remove inner boundaries of polygons? For example, on the screenshot above, I would like to remove the central part of the selected polygon so that it does not have inner boundary anymore. Thanks!
I am attempting to convert the date format of an Esri layer file and am met with "The loaded plugin's FMEPluginCapabilities 'LogCount_func' has changed the process locale to 'English_United Kingdom.1252' which is incompatible with FME 'English_United Kingdom.utf8' locale. Please see 'pluginbuilder/cpp/fmeplugincapabilities.h' documentation"https://www.safe.com/support