Skip to main content

"Calculatearea" is the file containing the original data, Test1-3 are the different approaches I have tried shown in the workspace.

Try using the GeographicAreaCalculator from the FME Hub and specify a local projection for the area which you're calculating.


Try using the GeographicAreaCalculator from the FME Hub and specify a local projection for the area which you're calculating.

Hello David,

In the workspace I have included a test with GeographicAreaCalculator but still incorrect results. No sure what I am doing wrong since the transformer has high reviews. For reference a polygon named "sycklinge 1:22" is supposed to be 1265 square meters but the result I get from the transformer is an area of "1.9299688569405845e-7"


Hello David,

In the workspace I have included a test with GeographicAreaCalculator but still incorrect results. No sure what I am doing wrong since the transformer has high reviews. For reference a polygon named "sycklinge 1:22" is supposed to be 1265 square meters but the result I get from the transformer is an area of "1.9299688569405845e-7"

I'm fairly certain this is a projection and/or coordinate system issue, not a problem with the transformer.

The GeoJSON has a header that says it's in EPSG:3857, but can we be 100% sure? Looking in the GeoJSON, the coordinates seem to be in degrees, not meters which is what EPSG:3857 would indicate.

Try overriding the coordinate system on the reader to "LL84" and see if the results make more sense.


Hello David,

In the workspace I have included a test with GeographicAreaCalculator but still incorrect results. No sure what I am doing wrong since the transformer has high reviews. For reference a polygon named "sycklinge 1:22" is supposed to be 1265 square meters but the result I get from the transformer is an area of "1.9299688569405845e-7"

Thank you David, this solved the issue!


Reply