Using transformers to modify data.
Recently active
Hello everyone I use a NeigborPairFinder to group pairs of points that have a common id also I miss it in this transform the function "Group by" to filter these points between them I tried inside a custom transform by using the grouping process but it does not work I take a better idea if it is possible Thank you
Hello, I am making a workbench that closes polygons and add them multiple attributes from shape file. I succeeded to do that but now I am facing a problem because for example I have ~1300 polygons that are area and I am using NeighborFinder to relate it with parcel number and some more names. My problem is that some polygons have multiple information, for example, some parcels have parcel number, name of region, name of municipality and name of river crossing it. All these attributes should be assigned to one parcel number and one polygon but it is not what is happening. I am attaching screen shots of my problem. In this picture You can see that for example parcel no 1588 have more attributes then just parcel number but I don't know what reason for it is not being merged.
Hi,I would like to know how to get the result from Spatial Relator without touching boundary between Parcel and Zones. Below attached image is my Workspace with Takashi's helping. I want to find Planning Zone which is overlapping Parcel. But the result includes Planning Zone which is overlapping boundary between two as attached.==============================================================================Result for Parcel(SPI) 140A\\PP2159Found Planning Zone : 622730 (It is not expected)Found Planning Zone : 622729 (It is expected) ==============================================================================Result for Parcel(SPI) A\\PS439634Found Planning Zone : 598611 (It is not expected)Found Planning Zone : 586792 (It is expected)Found Planning Zone : 586224 (It is not expected)I will much appreciate if I can have any idea to have the right result.Thanks,Jason Jung
Wondering if anyone had developed a workflow where you can extract specific components in a feature's Coordinate system description and add that into an attribute, e.g. Unit, Datum? With a CoordinateSystemExtractor + CoordinateSystemDescriptionConverter we can extract the full description in the selected representation into an attribute. But parsing it to get to the components is not the most straight forward. Any tips would be appreciated.
Hi! since i do not have the extension of data interoperability extension, therefore, i hope to transform the file into .gdb to load the model into ArcGIS. May I know whether it is possible and if yes, how it works? Thank you so much!!!
Hi,Could someone please send me a link to all the possible fme_data_types (example: fme_varchar(64)).In particular I need the exact syntax for a integer.I have looked but can't find anything in the knowledge centre.Thanks
Hello everybody,please, I try to find the easiest way how to recompute coordinate values of feature.For example - the line has only two vertices in X/Y - 558000,695855 ; 558300, 655964. I need to change value of Y coordinate directly - e.g. to add value 27000 to Y value. So the resulted values should be in X/Y 558000,722855 ; 558300, 682964.I will appreaciate all tips! Thank You!Lubo
Hello, I have 3 datasets as shown on the Fig 1. I would like to build VENN diagram which would indicate similarities in datasets content. I know how to define similarities (duplicates) between two datasets. I am doing it by Matcher. For instance, between SET 1 and SET 2 there are 3 duplicates (A, D,E) (Fig 2). My problem appears when I want to combine 3 datasets. By using Matcher I achieve results presented in the next figure 3 However, I would like to achieve record which appear only in 3 datasets (marked in the red rectange) not in 2 or 3, to be able to get the value marked with red circle: How can I do it? Should I use any counter/filter which would give me back this values which appear 3 times? Or is it the case of the Matcher settings?
I use FME to extract polygons from an SDE Feature Class and store them to a MS SQL Non-Spatial Database. The database is used by external software. There are information about some files in one table, which are connected to the polygons I process. There is one table (“polygons”) storing only the File-ID and the Polygon-IDs, and another table (“Vertices”) storing the polygons’ vertices (east and north coordinates). For each file there can be several polygons stored, and for each polygon there are of course several vertices stored. When I process the polygons, this is how the attributes look like: Please notice that there are two polygons belonging to file-ID 121051. What I have to do now is to create entrys in the table “polygons” with the given File-ID; the Polygon-ID is assigned automatically (incrementing) by the DBMS. I use the FeatureWriter to do this. The result looks like this:In the next step I need to store the vertices and the polygon-ID to the table “vertices”. So first I us
Hi,we upgraded our Server from 2016 to 2017.1I created a Schedule to create a backup once a week, this job failes. When i open the job there is a notification "no log files exists" so i cannot check why this job failed.So i tried to make a manual backup. It started the process but it never finishs. It doesn't matter if i choose Backup To Download or to a ressource. After i start the backup there is this notification: If i want to check the logs in from Backup & Restore i get:Are there any other logs where i can check whats the problem?There are no other Problems and the Server works fine.Thanks for your help!
Hi,I am working for finding related geometry data between Parcel and Planning Zone. Aiming is for finding multiple Planning Zone which is overlapping with Parcel. But all data are not calculated because of "INVALID_BASE_GEOMETRY_TYPE". I have not idea why is invalid geometry type. And Parcel is Polygon Type and Planning Zone is GEOMETRYCOLLECTION (POLYGON ...). Any idea what can to fix this process will be great for me. Thanks.And I've attached FME Wokspace and below are Error log and Sample data for Parcel and Planning Zone.==============================================================================- Sample Data. ParcelPOLYGON ((143.82624186 -37.5940732299999, 143.8259628 -37.59404054, 143.82595252 -37.5940960899999, 143.82594294 -37.5941478199999, 143.826222 -37.5941805099999, 143.82624186 -37.5940732299999)). Planning ZoneGEOMETRYCOLLECTION (POLYGON ((146.455556005 -37.143706338, 146.45550502 -37.1436816799999, 146.455434477 -37.1436527879999, 146.455345498 -37.1436
Hello,I am trying to extract from a huge ERDAS .img file specific pixels (i.e. with given values). At the moment, I am totally unable to expose pixel values as an attribute that I will then able to filter. The objecive is to create distinct polygons for each selected values.The raster file consists of a single band and has 2 palettes:The image contains many classes I am not interseted in, so, before using a RasterToPolygonCoercer, I would like to be able to filter some classes (either on their integer value, for instance 5, or on their string value, for instance Soybeans). The final goal is to compute for each US county the percentage covered by each selected crops.Any idea on how to achieve this? Best regardsPS: raster layer is available here
Hi all, I have a shapefile of 3D polyline. I want to apply a bufferer to these polylines using an attribute to create a surface. However, when I use the Bufferer transformer on the polylines, it seems that I loose Z values of the polylines. How can I fix that? Hope you could help. Best regards, Asher
Hi all,I am having a problem turning stairs into one polygon and I could use some guidance. First task was to extend the multiple horizontal lines to intersect with the vertical lines, to create stairs. However, I need to extend the horizontal and vertical lines in the blank space (circled) to to meet each other. I have tried anchor snapping with generalizer, NeighborFinder with AnchorSnapping and it doesn't work very well. Attached is an image of my workflow, so far. Thanks for any advice!
Quick question, is it possible to schedule a task in FME Cloud to run between certain hours day 8-5pm at 1 minute intervals. Leaving time in the evening for some chunkier tasks to run?Thanks
Hello There I am trying to create a resources folder but located on network, not on the server I did fill the (Directory of a network file-based resource) filed with the folder location path and make sure also the server has access to this folder through active directory user but still, I cant see the remote folderhttps://qsnapnet.com/snaps/91ez0iwtjkp22o6
Does it say anywhere on FME Server (logs or something) which user removes workspace from repository?thank you
Hello,What I would like to do is to create a list of all YearWeeks from a given YearWeek till the current YearWeek automatically.E.g. I would set the beginning to 201743.Then the output should look like this:201743201744201745201746201747201748201749201750201751201752201801201802Please note that all weeks should be 2 digits.Are there sufficient FME transformers to do so or would I need to use Python?Your help is highly appreciated.
I have a county road network from which I want to create a state route road network. I feel like this should be easy and that I am missing something, so I'm posting it here for advice. Say I have the following data:recordidcountyRtIdstateRtIdlrsBeginlrsEndx1y1x2y2*order*A1ASR1SR10100110A2ASR1SR11211221A3ASR1SR12333443A4ASR1SR13455665B1BSR1SR10222332B2BSR1SR12444554B3BSR1SR14666776B4BSR1SR16877887The table above, I want to calculate the order column. The x1,y1, x2,y2 values represent the begin and end coordinates of the linestrings to which each record is associated. The stateRtId is a known state identifier, and the countyRtId is our identifier for the county. In this example, ASR1 travels out of the county and then back in, demonstrating that the collection of linestrings by county is not always continuous. However, for purposes of this example, once can assume that all routes within the state route network are continuous. Essentially, since I can already group all the lines
This parameter is not documented.
question 1)I have attributes in a format that I would like to remove using the BulkAttributeRemover.e.g attribute names are in the format of :A_B_C_DA_C_D_D_EWhat is the regex code to remove any attribute name where the count of underscores "_" is greater than 2 ?the example of _{2,} only works if the searched character is next to each other. question 2)If i have a csv list (so manually using attribute keeper / remover is tedious) of attributes that need to be kept e.g.Att_ToKeep:1) Name2 Age3) Colorhow would i join it to a populated table to keep only the required attributes (as described above?
It seems the JSON Templater will render null in the following example:{ "Test": { } } _result' has value `{ "Test" : null }'Is it possible to get it to render the empty braces as-is?Thanks.
I have an RGB TIFF Image which in ArcGIS is rendered OK. In FME the Red Band is however interpreted as GRAY16 and therefore does not render the image properly when transformed. Why does this happen, and how can I resolve it?