A space to discuss FME Form
Recently active
i converted my shape file to tiff which is basically a road layer of an area. That shp contain a name attribute which shows the road names. I want that name to display on tiff image. Pls guide me
Can i Convert my shape file to tiff image with geo location ? Pls guide me .
I have created a workspace with the help of Mr. Takashi(a person from this forum) that reads the shapefile ,creates buildings then these buildings are separated in storeys and then the storeys are separated in roof,ground and wall surfaces. All this work is attached.I want to find a way to write this information in CityGML (Lod 2).In conclusion i want a workspace that gives me a CityGML writer with the buildings.
Hello everyone, So I have a workspace, at the end I will output the HTML result by using HTML transformer. For my html report, I would like to have my writer naming: input file name + _level For instance, if the input file is: abc.geojson, the output file is: abc_level.html I tried as the figure below, yet it is not working. Could someone please give me guide on how to make it works. Thank you and sorry for soooooooo many questions recently. Zach
I can set up a zip file extractor with a user parameter but how do I then connect it to the reader to have it extract the shapefile from the zip file?
Hello, I am a basic user of FME and have created a workbench merging many tables. I need to add a further table, but before I use the FeatureMerger I need to specifiy a WHERE clause on the reader. I have tried doing thison the reader with no joy. I have also tried with the FeatureReader and no joy. I cannot find any help documentation in the reader to help me with syntax. Is there a simple transformer I can use? I need a very simple clause to pass only certain attributes from one of the fields into the next transformer. Can someone assist please? Harriet
in the data inspector , and it looks like its just those two columns in the screenshot. is m new to fme and I could just be missing something many thanks in advance
Hello, I noticed something weird with my reader.The primary key from a Geodatabase_SDE table is interpreted as int type on my 2021 version but is correctly interpreted as a double type on my 2019 version. Reader's properties on 2021 version :Reader's properties on 2019 version :Allowing reader feature type editing won't change a thing. All the id values are set to 0 through the inspector.Also, double fields type from the same dataset are well interpreted. Both versions. Thanks for having a look.Regards.
Hi there guys (and girls), I've been trying to combine several 3D-geometries (arcs, polygons, lines) into 1 big polygon. What I have now are seperate parts (a window, a floor, a wall and so on), but what I actually want is a clean building that is only clickable as a whole. I already managed to combine the different geometries into a geometry collection with the Aggregator Transformer, but I was not able to write this geometry to the destination file (OBJ). Does anyone have any idea how I could solve this problem? I am looking forward to hear from someone else from this planet soon,Claire
Hi,When exporting to Datasmith all the meshes origin is located in 0,0,0. This courses some problems for us in Unreal, especially when we are working in large worlds.Is there a way to make the change in FME so that the meshes have a pivot point in the center point instead? (There was once a time that adding the CsmapReprojector from same to same coordinatsystem worked, but not in FME 2021)
How can I create a generic writer where the user can choose between DXF and DWG amongst other formats? The problem is that DXF and DWG use the same output format, but with the normal writer the format changes when you change the file extension.
i have adobe geospatial pdf and it has lots of points that connects together with different lines ,i would like to extract the lines coordinates and also the length and extract also line number for each line . FME 2020.2 Thanks in advance
Hi, I try to request data from an api by a POST-request with httpcaller. Every post works fine when I set the parameter geodata in the body manually like this:{"geodata": ["FCA","FF"],..."}These are identifiers of features, which I want insert dynamically by an other transformer (Attributekeeper). The attributekeeper delivers one field called BSTs with this content: "MLLF","DPU","WWM" {"geodata": [@Value(BSTs)],..."} As soon as I activate the connection between attributekeeper and httpcaller, the api sends a "403" not allowed. I suppose, that the httpcaller sends the data of the transformer attributekeeper within the POST, what is not allowed by the api. But strange is, that I send allready the authentification-token to the httpcaller to use it in the header. This works... Any ideas are welcome ;-)Best regards, Christoph
I want to write out a bunch of MapInfo tables, placing multiple tables into multiple folders. My folder structure is about ten folders named after Districts. The District name is a value in one of the columns. How do I tell FME Desktop to fanout to a different folder based upon the value of the District name?
Hello!We have a new software package that imports KMZ/KML to another KMZ/KML format, and cannot take the standard google earth created KMZ. This is causing us issues, as 99% of the kmls we get to import are in the standard XML Format. What is the best approach I can take or transformer to use in order to convert the different KML formats? I attached two examples. One we received from someone to import, and the template that the vendor needs to import.
I've got a very big feature class which contains more than 12,000,000 polygons and I need to use TopologyBuilder and other transformers to do some processing, but it took too much time for TopologyBuilder to process the dataset. So I came up an idea that I split the dataset into several some small feature classes which contain less polygons. Now I only need to run my workspace repeatly through WorkSpaceRunner, but WorkSpaceRunner seems can not process feature classes in the GDB one by one, I have to export feature classes in to separate GDBs to get it work, but exporting processing also took a lot of time and made my folder very complex. So is there any way to iterate through GDB? I'd appreciate any @suggestion, thank you!
My dataset is a shapefile with footprints and elevation.
I am in the process of converting DGNs to SVGs for use as symbols in ArcGIS Pro. I am able to filter out the Text in the DGNs and assign a stock Windows Font. However the text reference is not being passed to ArcGISPro and the the text component of the symbol is lost. I am looking for a transformer or a set of transformers that will allow me to take the text in the DGN and convert it to a graphic, that DOES NOT reference a Windows stock .ttf file. I have looked at the TextStroker but the outputs are inconsistent and messy looking as compared to the original DGN text, and I am also having trouble finding a way to fill in the TextStroker output. To clarify, the ETL that I currently have successfully displays the text in the output SVG in a Web Browser. The only location that does not see the .ttf reference is ArcGIS Pro (the final, required, destination).
Hi I have a video in mp4 format, this video i need to convert to jpeg or jpg or any other imagery format with geotagged, please help us how to create video to imagery in fme
I have tested different transformer and way, but I don't understand how to apply an input in order.
The data conversion from the oracle database to dgn works fine. I see in Microstation that the coordinates are identical with the counterparts in the Oracle database. However, Microstation doesn't seem to know that it has a coordinate system. It says <coordinate system not set>. In processes 'downstream' requires that the dgn files have a coordinate system for further usage. This is now a manual step, that we want to avoid. Is someone familiair with this and knows how we can setup FME to write the coordinate information?
Trying cell value based colors in Excel. ExcelStyler is simple and straight forward. Still I am missing some fundamental principle is missing. Attached workbench has very easy example to demonstrate how I mange to create non-formatted excel file.
HiI have two datasets, one water distribution area in polygons, and a point layer with the count of people inside each household per adress. i want to count up the sum of people in total for an each area. The count of people is in the point layer. i have tried the pointoverareaoverlayer but i only get the count of points inside an area, not the count from people inside the area
Hi,I have a smart solid model of a building made in Bentley. I would like to drop solid and take the top view drawing out. Solid dissolver is not working. Any help is greatly appreciated