Using transformers to modify data.
Recently active
Is here a transformer or setup a Tester to test an attribute to be a number?i.e. ISNUMBER() like in SQLThx Brian
Currently my workbench creates a polygon that I convert to a Raster with a cumulative oil number as the Z Value. Now, what I want to do with this Raster is: From the middle of the Raster to the short side of the polygon (see attached jpg) I want to slowly decrease the pixel value from 100% to 0%. How can I accomplish this in FME 2017?
I am a bit of a novice but I can extract a value from the block, change the type from text to numeric ( tried both types) but scaler stops processing at the Scaler transformer. If I add a value for the scale or IF I use AttributeCreator and put a value in as an attribute it will pass that hand value thru Scaler. I need to have Scaler read the value from the North Arrow block and scale the entire drawing accordingly. What am I missing?
Hi,I need to identify short segments in polygon using some tolerance for better understanding I am attaching the snapshotRegards,K.Jayakumar
I would like to add a new attribute filled in by the workspace in an feature class that is in a feature-dataset in an existing FGDB. Can you help me ? Thank you PS: I am still in v2012 SP4
I have a set of point objects with rotation attributes. I would like to use this rotational value to go in a straight line in that direction until it encounters something. In this case it will be a line object. Finally I would like to retrieve a attribute from this neighbouring line. The Neighbour finder will pick the nearest object, but I want to pick the first object along the points bearing/heading. Is there some way to do this?
Hi there,I'm working on a project where I need to identify the running slope of various segments of a pedestrian network. I've calculated the slope along the different route segments, but would like to know whether the segments correspond to an upward or downward slope.Specifically, I'm hoping to create four fields to track whether a route segment is above or below a specific slope value and whether that slope corresponds to an ascending or descending slope. The fields would include: High upward slope: slope > 8.33% Low upward slope: slope >= 0% & < 8.33% High downward slope: slope < -8.33% Low downward slope: slope < 0% & > -8.33%However, I'm stuck on how to identify whether the slope of the route segments correspond to an upward or downward direction. Does anyone have any ideas how to approach this problem? I uploaded my current workspace in three consecutive segments so that all my steps are visible.The end product for this project would lo
Hello World,I'm wondering if anyone on staff has experinace (or a reader) for converting DeLorme files to ESRI.Let me know if you need any of our product info. We are currently running FME 2017. Thanks for the time.Chris Caird
I got error after appear this message :Standard2DExtract_3_GeometryPartExtractor_13_GQuery(GQueryFactory): The Geometry Part XQuery matched no parts; no action will be performed. Further warnings will be suppressedI could not convert RVZ file from Revit to GIS. I dont know what to do
Where can I download the data files for the "Getting Started Exercises"
I need to simply sort according to region, and then for each region, set a counter from 1 - n. Thus each region will have a 1,2,3 etc. I have set up a sorter ok but the counter does not start from 1 again on the next region.
I have a a set of point objects with a rotation attribute. These are later to be turned into labels. Each label point has a corresponding reference point that it needs to be facing away from. That's where the "behind" and "front" come into the picture. A quick example of what I want to do: Say I have a label point rotated to 20 degrees, and the reference point is at an angle of 50 degrees. This means that the reference is in the "forward" 180 degree sector and that the label needs to be flipped/rotated 180 degrees. The above example is straightforward but the fact that this is a rotating object that jumps from 360 degrees to 0 has me pulling my hairs. I need help with the math, and syntax. I have tried to incorporate a modulus 360 but have not managed to get it working. I am using a Testfilter to detect the relations between the points. What should the formula look like?Let assume that the rotation of the label is R and the angle to the reference point
I am wondering if anyone have any suggestions to use FME to process live data streams that are funneled into various text files, server log files being one of the examples. Thanks!
I have intersecting lines that I wish to transform into a polygon. The resulting polygon should trace the exterior vertices and "hug" the original lines. I've heard of a Minimum Bounding Geometry tool before, but can't find this in FME. The bufferer won't work. How do I create my polygon?
Workbench:reader1: ECW --> RasterSelector (3 ALL) --> RasterBandRemover -->Clipper --> writer:JPGreader2: SHP -->After starting it I get this: LOGIt just stops until I manually stop it. I use FME 2017.1.0.0.The strange thing is that when I make the same workbench on a colleagues computer (FME 2017 1.2.1) It runs with no problems and makes the JPG in 1 min.
Hi,I would like to identify overlaps but only from a single source of data. That data has 1500+ records of unique Region Name. However, I found an instance where a part of a region is overlapping another adjacent region. I would like to identify how many instances I have in my database identifying at least 1 region name and creating an area of the overlapped.as shown below, green area has a portion of the adjacent boundary.any help is appreciated. thanksLex
Hi there, I'm working on a project where I'm trying to identify the slope of various segments along a pedestrian network based on contour lines. The ultimate goal is to create a dataset that shows changes in slope along various portions of the pedestrian network (say every 3 feet).I'm new to working with contour lines, and I was wondering whether anyone has initial suggestions on how to approach this project in FME?cc'ing @takashi since I've found your explanations very helpful in the past.
i am new to FME and i am trying to find a way to calculate a running total for a large set of gauge data. I have a point with 24 hours of data, and i would like to sum a running total based on: 3 hours; 6 hours; 9 hours, 12 hours, etc.... for each point. i tried the statistics calculator but that gave me a running total of all the records. i would like them group by 3's, 6's, 12's, etc. any assistance would be appreciated.
I have a strange issue where Dashboard seems to run (ran it manually) and within a couple of seconds, it is empty. Needless to say, no history is available, either....Cleanup is running things with a longevity of 1 week, so I assume that cannot be the issue....Anybody experienced this before ? This worked fine before in 2017.1.1
we need to build polygon, from points, the only problem is the user could enter them not in the right order, is there a way we could build it without intersecting the lines and without woring about the points order ?Thanks
Hi @erik_jan, @ciarabIs there any option in DWGStyler Transformer to change the MPolygon fill color?, I've the ROUTE feature which is displaying the right color HTML: #c0c0c0 .I need the 'MPolygon with fill pattern' color to be displayed the same HTML: #c0c0c0, currently i'm selecting the 'Fill Pattern name' as solid and the output of it is displayed as shown in the attached snapshot (Outer boundary as color #c0c0c0 and inner polygon filled with black. Is there a way i could change the inner polygon color to the same as outer boundary color-#c0c0c0. Any help would be appreciated.Regards, Anil.
Recently I cannot access FME 2018.0 Change Logs for Desktop.-- FME Betas | FME DownloadsI frequently check the change logs. Please keep it always.
Hi, I have two readers where one is a line object and the other is a point object. Sometimes, my point objects will lie on the line or it may be at the end of a line. In the case that it is on the line, I want to split the line and be able to produce two lines. Please advise. Thank you very much!
I am trying to build height labels for contour lines from the lines themselves. This is pretty straightforward since the height values are contained in the contour data and I can easily extract them with the Labeller. The problem is that I want all the height labels to be rotated as if one was always reading them facing uphill. They currently come out of the Labeller facing both uphill and downhill. The labels follow the contour line as they should, all that is fine, my only issue is that I want to rotate some of them 180 degrees. How can I use the neighbouring contour lines to detect what is uphill? What is the best way to rotate the eronous labels based on the above direction?
I've got a workbench set up with a SystemCaller to run my saved SQL query in PostGIS - using one table with unique IDs (let's call it "delete table") to remove records from 6 other tables in my PostGIS database based on the same IDs. I then want to double check whether the query was successful and compare it to the number of records in the "delete table" before moving on to the next stage of the workbench. I can see the log displaying how many records were deleted off each table as it's showing it as 'DELETE 67' etc whilst running the query. Would it be possible to extract those numbers from the log and use it further in my workbench in e.g. TestFilter to check whether everything in the "delete table" has actually been deleted before moving on to the next stage of the workbench?