Using transformers to modify data.
Recently active
Hi,I am just trying to use the NeighborFinder tool to calculate distances between two feature classes (points to polygon) however I couldnt get the distance output into metres.Coordinate system of the source data are GDA94..Thank you!
I have tried a few different things but can't figure out how to get this to work. I would appreciate a little advice. I have a line file, with measures. I am trying to relate a point file to the lines, and assign a measure attribute to the points. Right now I use the neighbourfinder tranformer to snap the points to the lines, grouping by a specific field. Then I go to ArcMap and use the 'Locate Features Along Routes' tool. The drawback is I can't group data when locating the features is ArcMap. If I have a point overlapping two routes I sometimes match to the wrong line. I'm dealing with over 1 million records so this is a lot to QC. Is there any way to pull the measure from the line, and assign it to the points within FME? Thanks, Chris
Hi All, as part of a work flow i have to parse some XML that im reading via an APII pass a job ID to the api and get this response back:<Response api-method="Job/CustomField"><Status>OK</Status><CustomFields><CustomField><ID>225109</ID><Name>Probability of win (%)</Name><Number>20</Number></CustomField><CustomField><ID>221125</ID><Name># Street Suburb City PO Box</Name><Text>71 Sunrise Ave Murrays Bay 900</Text></CustomField><CustomField><ID>219331</ID><Name>NZTM 2000 Easting</Name><Number>1755638</Number></CustomField><CustomField><ID>219352</ID><Name>NZTM 2000 Northing</Name><Number>5933369</Number></CustomField></CustomFields></Response>I need to extract the "Number" value below the NZTM 2000 Easting and the "Number" Value below the NZTM 2000 Northin so i can
I have downloaded the tesseractcaller and tesseract but when I run a workspace I can not get any output on the Line port. When I use the output type of Text the output is returned in the Text port. But when I choose hOCR a "Tesseract didn't find any text on this raster" error is returned on the Rejected port. I get this result on the TesseractTest.fmwt example as well as the other samples provided by Safe Soft. Let me know if I have missed a setting somewhere.
hey, I am trying to find Min, Max and average time. My time is saved hh:mm. Can I use the Statistic Calculator?
point on area overlayer , there are two or three points inside the polygon, how can i take the attribute of all points attribute and put it in the polygon layer attribute?
We have just started using Version Control in FME-Server, instead of Tortoise SVN. While the functionality is nice we realized there were no way of telling if the workspace has been version controlled in the repositories or otherwise. Is there something we are missing? I would like to see it as a column in the repositories with a simple checkmark or similar. Marcus
I used SpatialRelator to find relations between areas, when Requestor contains Supplier. In Output i got the contained areas (supplier). Is there a way to get the surrounding areas (requstor)?
Why the aggregated feature is "OGC Simple Compliant"?First CREATOR generates a box POLYGON(0 0 10 0 10 10 8 10 0 10 0 0) and the second one a triangle (POLYGON(0 10 5 13 8 10 0 10)). I think I missunderstood the meaning of "OGC Simple". (the opposite of a complex feature?). It seems that "simple" doesn´t imply "valid".Workspace: Thanks in advance.
I have been using the HTMLReportGenerator for a while and it has come to my attention that the JavaScript framework that it is based on has been updated a number of times. Is there an ETA for when FME will incorporate these updates into its model? The version that FME uses right now is 1.0.2, and the current version is 2.7.2, as of the 28th of Aug, 2018. It has changed so much, that I cannot even use the string transformers to pull the data variable to use on my own charts without major restructuring. Does anybody know if this will be updated soon?
I have an FME workbench that reads an ORACLE database. I can export most of the atributes to a shapefile, but unfrotenately, I cannot export directly the string value that is embebed in this atributeoracle_element{0}.geomedia_text_string (string) Value,How can I do it?
Hello there, we have some feature with not a valid geometry, we used geometry validator transformer but it did work, is there any other way to filter only the valid GeometryThanks
Hello all,I'm using a basic regex to take the lines contains 'TWY' string in StringSearcher Transformer. The expression returns the expected result when I trying in https://regex101.com/r/mT5rZ3/56here . However, when I try this in the transformer it returns only 1 match.What am I suppose to do to get every line containing TWY on different match index
I have a set of data in the form of closed areas:I need to find a relationship between them (with a Spatial Relator or NeighborFinder) and then give the same ID for the related areas(the candidate receives the base id) or at least have a tabular summary of id plotted areasThe requestor and Supplier have separetly id list.
Hi!I am having a following problem while reading CSAR -file into FME Desktop 2017:CSAR point cloud file contains a Status band. However, the band is not visible in components list when reading the CSAR point cloud file to FME, although other bands can be found from the components.
I am reading an excel file, and seems most datetime fail to readIt shows for example HH:MM:SS for 5PM as 166000, and therefore it fails converting it, because 60 minutes is not valid.'20181007166000' is not an FME datetime. YYYYMMDD, HHMMSS[.X+][(+/-)zz] or YYYYMMDDHHMMSS[.X+][(+/-)zz] expected. Use a DateFormatter transformer to adjust the format of datetime strings.any ideas
I have a real-time XML feed that I am consuming that identifies road conditions. The issue is that the provider has changed the XML feed and grouped multiple segments with the same road condition into a single message. This message can grow and and shrink at any time. It can also add additional sub-elements to further describe the condition. In the past we were able to use an xfMap and expose the XML elements that way. This year, it has become more complicated. They've added sub-elements but FME is not resetting the list index to 0 for the sub-elements. Here are some examples:Example with Single Route & Multiple Conditions:Example with Multiple Routes & Single Condition:Example with Multiple Routes & Multiple Conditions:I've tried to leverage the XMLFragmenter, ListExploder, ListIndexer and no luck.The ultimate goal is to have a single record for each road segment with all the corresponding road condition attributes, message information, etc.Here are the full screen
I have to generate dynamically an polygon to cut the border of my raster image.i read this articel: https://knowledge.safe.com/articles/18764/setting-alpha-vs-nodata-color-and-numeric-data.htmlOption #2 sounds good, but there is a static polygon (creator transformer) used.i have to replace the creator and add something like a polygon generator based on my raster data.this is a demo pic. the red polygon is the polygon mentioned that I would have to calculate.I thought of something that compares the neighboring pixels and the strong deviation from this creates the line of the polygon. is there already a transformer? or is there another suitable solution for my problem?sorry, i'm quite new with FMEedit: picture updated. the area with green lines should be removed
have used this workspace to convert cad to shapefile , i want to get a closed polygons as the cad file was lines , so i tried to use area builder to get it , so if worked on the blocks its ok , but if i want parcels i get it not clear like these images 1- is the workspace that i used to solve the topology and build area with the lines 2- the result 3- first workspace that i used and there was no result because of topology.. can any one help getting the result same as the source at least the geometery and i will take the text layers after
When I was thinking of a solution for this question, encountered a strange behavior on conditional value setting.Calculate percentage of how many features in a group have a certain valueMy intention is to create a new attribute "_flag" and assign 1 if the attribute "Type" has a value, 0 otherwise. I believe that this conditional value setting in the AttributeCreator should work as expected.Workspace: (FME 2018.1.0.2)However, the result was:I cannot find any specific reason, but I suspect that the "feature table" technology has a defect related to this symptom. Could you please investigate this?
Hi,I´m transforming some features in DWG file. But I have problems with one specifical line.The DWG Reader show this line below:I´m using DWGStyler to configure the parameters for writter correctly, but I´m not able to keep with the correct line shape.Look below my DWG output.Can help me?Thank´s
I am trying to convert my feature class with its domain attribute values to CAD. I can convert my feature class to CAD (Autodesk AutoCAD Map 3D Object Data) but I have one issue! It converts the feature class perfectly and attaches the attribute to each features in CAD with Object Data in CAD but my domain values from my feature class does not show up in CAD attribute!!! I appreciate your help!Cheers,Mehran
Hi! I need to find Neighbor Lines from Blue (Base) to Red ones (Candidates) and have the average distance between these neighbors. So i splited lines into vertex and for each genererated find the closest line and then calculate average with a StatisticsCalculator. It worked graat but only for one Neighbor. I tried use NeighborPairFinder but it doesn't work to, becouse it found neighbors when Blue lines have more than one neighbor.Any suggestion?
I would like to know if anyone has published a data source to Tableau Server from FME
I have a need to sample 10% of a data set. I use the Counter and then the Statistics Calculator to get the total record count. From there, the Expression Evaluator is used to multiply that total count by 10% (setting to a whole number). The Variable Setter then sets that value to a variable. The variable is used for the N input on the Sampler. I do not get an error, but no records are output from Sampler. I have confirmed there is a value in that variable (using eh Variable Retriever). Enclosed are the details. Any suggestions?