Tagged Questions
2
votes
3answers
228 views
Spatial join including attributes - kind of like right join
I've run in to a little problem. I have two sets of polygons with important attributes. I need to join over the attributes from the first set to the other, but I can't seem to figure out how. ...
1
vote
2answers
84 views
How to map a range of values to a single value in FME
A dataset with a set of points has an attribute called HEIGHTS which is filled with numbers like, 10.8, 0.4 and 150.6 etc... I want to transform this dataset to a shape file. In the transformation I ...
5
votes
3answers
647 views
FME: Join attributes in text file with attributes in SHAPE file
I have a SHAPE file with points and different attributes - one attribute MyID. I also have a plain text file with several attributes - each in a separated column:
MyID MyValue
1 A
2 B
3 C
...
2
votes
1answer
514 views
FME: No attributes exported when writing to SHAPE file
Setup:
I have some input data (SHAPE) which I use a Clipper transformer on. Depending on the result of the Clipper, I assign a value to an attribute. In the end I assign the two results/streams to a ...