A space to discuss FME Form
Recently active
I am loading in a large address data set in CSV format The reader has wrongly classified my coordinate columns as "time". This causes the VertexCreater transform to add incorrect geoemtries When I click "User Attributes" on the Reader I cannot change the column type from time. Everything is greyed out. How can I best override this
Hi FME altruist, I am a new member of this community and trying best to strive on using FME for my new job. In a task, I am asked to assign a percentage value (computed by area on area overlayer) of a parent lot to its child lot. For example, in this image, I have first dissolved the two child polygons (1 and 2) and computed the percentage value. But now I cannot assign the value to its child lots. I have tried different tools (e.g. SpatialRelator, NeighborFinder) that can return like 'select by location' and then create a field :)
I have FME Small world Edition license on my system but I am unable to read the data as it shows below error. Please help me with this.
Hi FME communityI have successfully added a web connection to my Sharepoint site following this tutorial https://community.safe.com/s/article/How-to-create-a-Sharepoint-Web-Connection using the Client ID multitenant method.Then when I browse the Site: parameter (image below) only a subset of all sites in my organisation are showing. My goal is to read files hosted in Sharepoint just as if they are sitting on my hard drive. Anyone have any suggestions on my issue above or know of an alternative way to connect to Sharepoint?Thanks
XMLUpdater is changing all " to " when I'm updating a single path within an xml document. Is there a way to prevent XMLUpdater from doing this?
MapInfoStyler parametersFor a Region, how do I set the Fill Background Color to be transparent?For example, Fill Pattern 30 is diagonal lines. I want the spaces between the diagonal lines to be transparent, so I can see the layer underneath.
I want to make sure that I have the same number of records in each group. What transformer to use? btw I want to preserve each record's attributes values as I want to write the records to a db later on.
Hi Everyone I have come across an ifc file where the Feature Reader does not find all IfcSpaces when reading a file. Both ifc Viewers DeSite and Solibri manages to read the files, but the Feature reader loads maybe only a third of the objects. My suspicion is that there has been some post editing of the Ifc file by some third party software or created with a plugin EDM? EDM Software:https://jotneit.no/express-data-manager-edm Example of Ifc FileStructurehttps://essxnce.wordpress.com/2019/07/31/190731-searching-how-to-make-ifc-file-from-non-ifc-file/ If someone know how to read there files with success, please give me a shout out! If not, I imagine this needs to become a feature request to be able to read EDM IfcFiles? RegardsFred
I'm reading a number of json files each with their own set of records. I can see I need to expose many attributes but without adding hundreds of lines (the index goes to 142). Is there any easy way to go from screengrab below to web site structure at http://reg.bom.gov.au/products/IDT60801/IDT60801.94850.shtml:
Hi I would like to use a new line as a separator in the list concatenator but I do not know what I need to actually type into the separator box. The help suggests a sequence of Ctrl+Shift+j (^J) but if I CTrl+Shift+j, nothing happens. I have no idea about the ^J. I have tried pasting this in as text too but no combination works. Please could someone explain what the help file is suggesting I do? Thanks
Hi there,I have many roads (lines) and many areas (polygons) of a city. Within each area there are let's say 20 roads. Each road has a grade based on its condition stored in an attribute. I would like to calculate the average of this grade for all the roads within an area, so that I can compare the average grade for each area in the city. I have not yet found a transformer that can calculate the average in a way like this. Anyone got any idea? Thanks a lot in advance
I've been given some data - 10 KMZ files which seem to comprise multiple named layers (so over 70 in total) with only occasional data in the Name field, which I want to convert to TAB format. I'm struggling with it - below are 3 views of the data - in Google Maps, in QGIS and in FME Data Inspector. I also attach one of the KMZ files here. I'd like to generate a workspace to produce 10 MapInfo tables of points, lines and polygons, to correspond with the KMZ files and named as the KMZ files, but with an attribute column populated with the layer names, for example, "J Garden Terrains" (in QGIS appears to be the Layer names) and a Name field for the occasional data that has. The only way I can see of converting the data at the moment is to click on each layer in QGIS and Save As a MapInfo table. I'm sure I must be able to do this in FME - I hope so! If anyone can help I'd be very grateful. Thanks, Jane
So I'm trying to reproject the data in a DWG file from one projection using the ETRS89 datum (ETRS89 / NTM zone 11 [EPSG:5111]) to another (ETRS89 / UTM zone 32N [EPSG:25832]). I've set up a feature reader to read using the RealDWG reader to a single output port. I've set up a RealDWG writer from that same port, writing to a different coordinate system. I've tried three different versions of this: One without any projector transformer, just writing to a different CRS, one with the PROJReprojector and one with the Reprojector transformer. As far as I can see the results look the same from all three. The input data is located nicely along a corridor as seen in the inspector:In the output file I have data in three clusters:The southern one contains some of the original data in the original coordinate system. They are not transformed at all! The middle one contains some of the original data transformed correctly to the new CRS. The northern cluster contains a smaller subse
When I applied a fan out to the writer the tags appeared correctly why don't they appear with no fan out?
I need to convert dwg to pdf and one of the line styles is "- x - x - x - x". I can create different dash line but not sure I can add x in between dashes. I hear there are possibilities of either converting it to raster when writing or keep the vector form. I would love to get some idea on how to do both. Thank you!
Why am I getting the above error on my system?
Hi. I would like to ask for advice. I have two types of space. One type of space is a closed polygon inside the state and that is fine. The other space is the polygon, but one side of the polygon boundary is formed by the state boundary. The database does not contain the points (coordinates) that form the state border and an incomplete polygon is created for me - the database contains only the points (coordinates) of the polygon. I have the coordinates of the whole state that makes up my polygon. What with this? I can have two paths. Either mark the starting point of the polygon and the last point of the polygon where the state boundary begins and include these coordinates in some way, or it would be enough for me to insert between these two points the text that the polygon between these two points is defined by the state boundary. The output file is JSON.
Hello, I have a lot of big scripts a lot of test criteria. Is there a way to import test criteria for a tester? I know the import function for the AttributeFilter but that doesn't fulfill my needs.
I have a workbench which converts IFC to ESRI Multipatch, the original colours in IFC are reserved very well in the output Multipatch (as inspected in ArcGIS Pro), however if I convert the multipatch to 3D object scene layer package, it seems the colours are gone. there are not many option for me to play in the I3S writer. I have checked the FME I3S factsheet which has mentioned Generic Color Support: No. Not sure if that's related, but any advice how to keep the colours of the output .slpk matches what's in the original IFC or multipatch? thanks
I'm running JSON Fragmenter to break out an array, and, in the process, it indexes each row of that ID. Is there a way to retroactively put the last JSON Index value of each ID's array into every row associated with that ID? I'm trying to calculate a percentage of where each row is compared to its total. (JSON index [8] of ID XXXX is in the first 2.34% of ID XXXX's total JSON Index.) Thanks, in advance!
I am trying to write a fanout of a large pdf using bookmark data that was merged from a csv file. The fanout works, but the output files give me either blank pages or very blurry/unreadable images. The source file contains many jpegs and was created using BlueBeam. I am able to see raster images using RasterConsumer (filtering to single pages), but the end result is unusable. Here is my workspace with annotations:Surely this is possible?Thanks,@lorenrouth Update:After looking at the data from the GeoSpatial PDF Reader, the issue appears to be the file has multiple formats on the same page. How do I deal with a pdf that has text, image, raster, spatial and vector data all on one page?!?!? If I send spatial data only to the writer, it leaves out an important raster image. If I include the raster, it is output with an unreadable black background and blurry text. If I print the pdf as an image, it looks fine, but there is no text or metadata associated with it, making it impossibl
So, I have a set of flight tracks, all uniquely identified, and I'm trying to separate the flights into phases. I've had great success for the takeoff and landing portions, as well as the cruising portion, but the ascent and descent is giving me a hard time. When a plane is ascending or descending, it gets a "C" or "D" in the altitude change column. I thought that I'd be able to characterize the ascent to cruising or descent to landing phase merely by the presence of C or D (when it levels off, it gets a "-".) Sometimes during an ascent to cruising or descent to landing, however, the plane will briefly get a "-" or worse an opposite letter, which kills the consistency in characterizing the phases of the flight. But, if a "-" or the opposite letter is present, it will always be preceded or followed by the correct flight status. So, is there a way to change an attribute's value according to that flight_id (a separate value
I am attempting to make a connection to an AGOL feature service through the ArcGIS Online Feature Service Reader and receive the above exception and error indicating invalid token. I just created the web connection using valid credentials so this shouldn't be a refresh token issue. I've tried creating multiple web connections for AGOL and get the same exception/error each time. Note: I am not the owner of the feature service however is is shared to my organization. The credentials I'm using to try to create the connection are admin credentials for my organization. I have never attempted to connect to an AGOL feature service before so any help would be appreciated. I realize there are similar forum posts/questions but none seem to resolve my issue.
My /etc/apt/sources.listhas already theoldstableoption enabled. Did anyone managed to get FME Desktop running on Debian 11?