Skip to main content
Solved

Area calculator different with Qgis software

  • June 25, 2018
  • 6 replies
  • 23 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi everybody,

Why FME calculates different area in compare with Qgis.

I have one area calculates in FME as: 46,56, but in Qgis the area is: 56,56.

Thank´s

Best answer by david_r

The shapefile polygon is in LL84 (degrees), which is the ground units used by the AreaCalculator. I'm guessing you proabably want the area expressed as something else, e.g. square meters or feet.

Try again using the GeographicAreaCalculator from the FME Hub, it will allow you to specify the area units.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

6 replies

david_r
Celebrity
  • 8394 replies
  • June 25, 2018

Can you maybe post an area feature here (e.g. in a shapefile) so that we can try to reproduce.


davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 578 replies
  • June 25, 2018

Decimal precision? Coordinate System? Reprojected on the fly in QGIS? There's all sorts of reasons, bear in mind that FME works on the raw data, whereas client applicatiosn can sometimes do something else as part of the calculation like round to a specific decimal precision or use a different unit of measure to the one defined in the data.


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • June 25, 2018

Follow the area

area.zip


david_r
Celebrity
  • 8394 replies
  • Best Answer
  • June 25, 2018

The shapefile polygon is in LL84 (degrees), which is the ground units used by the AreaCalculator. I'm guessing you proabably want the area expressed as something else, e.g. square meters or feet.

Try again using the GeographicAreaCalculator from the FME Hub, it will allow you to specify the area units.


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • June 28, 2018

Can you maybe post an area feature here (e.g. in a shapefile) so that we can try to reproduce.

I sent the shapefile already.

 

 


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • June 28, 2018

Can you maybe post an area feature here (e.g. in a shapefile) so that we can try to reproduce.

Look the posts