A space to discuss FME Form
Recently active
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
XML to excel convert- how to convert below xml file in excel?All attributes should be populate in single row with separate columns<PlaceList><Place><LocationList><Location type="MAIN"><Address><ParsedList><Parsed languageCode="en-GB"><CountryCode>IND</CountryCode><PostalCode>303805</PostalCode><Admin><AdminLevel><Level2>Rajasthan</Level2><Level3>Jaipur</Level3><Level4>Amber</Level4></AdminLevel></Admin></Parsed><Parsed languageCode="hi-Latn" languageType="TRANSLITERATION"><CountryCode>IND</CountryCode><PostalCode>303805</PostalCode><Admin><AdminLevel><Level2>Rajasthan</Level2><Level3>Jayapur</Level3><Level4>Ambar</Level4></AdminLevel></Admin></Parsed><Parsed languageCode="hi"><CountryCode>IND</Coun
I have a workspace that creates .png (image) files based on business needs. I'd like to send one email with the png files attached. The problem is, the name and number of the png files will vary with each run. Currently, I have one aggregate feature with the paths of each png file stored in a list. This one feature is being fed into the emailer to trigger the send of one email. How can I configure the feature coming into the emailer transformer, and the emailer attachments section, to send the png files regardless of how many there are? Thanks!
Hi all,I need to connect to a linked server in my SQL Server. Is there a method of connecting to a Server Object using FME?Alternatively I have a query that collects my data but running it through the SQLCreator doesn't produce any attribution (presumably because FME doesn't natively connect to the data).ThanksNeil
I am trying to drop features in the PythonCaller (see below my code). I manage to delete attributes and geometry in the last else statment, but for some reason the feature itself is not deleted. The number of features in the input and output is namely the same, while the geometry is gone (Look at the image below) . I just find it interesting to see that the features without geometry are still kept. Does anyone know how I can drop the features in the Pythoncaller in the else statement when I am removing the redundant geometry?import fmeobjects def processFeature(feature): lstAttributes = feature.getAllAttributeNames() testList:=['B-OI-KL_ET_MS_KABELBED-G'] for lvl in lstAttributes: if lvl == 'igds_level_name': levelName = feature.getAttribute(lvl) if levelName in testList: print(levelName) #print(levelName) for attr in lstAttributes: if len(at
Hi! Is there any way to set up a XYZ Tile background such as https://tile.openstreetmap.org/{z}/{x}/{y}.png (works fine in QGIS) into the FME Data Inspector?I suppose this type of service doesn't work like a WMTS service. Thanks for your clarifications! Best regards, Olivier