[R-sig-Geo] Difference in area calculation between QGIS and R
Suncus Etruscus
@uncu@@etru@cu@@i @ending from gm@il@com
Wed Jun 27 17:06:42 CEST 2018
Dear List,
I am trying to use R ("sp" and "raster" packages) to calculate the area of
several polygons (CRS of the shapefile EPSG: 4326 - WGS84).
I used this line of code:
shapefile_name$area_km2 <- area(shapefile_name)/1000000
However, when I used QGIS to calculate the area of the same polygons
(through the "$area" function), I found there was a slight difference (in
every polygon).
For example, for a polygon of about 30 000 km2, the area calculated in R
was 50 km2 smaller.
What could be the cause?
Thanks in advance,
N.
[[alternative HTML version deleted]]
More information about the R-sig-Geo
mailing list