Dewey Dunnington

Dewey Dunnington (Ph.D., P.Geo.) is an environmental researcher, programmer, and educator based in Halifax, Nova Scotia. Dewey’s research investigates the mechanisms that control metal cycling in lakes alongside geospatial applications to environmental research. He is currently a Physical Scientist at Fisheries and Oceans Canada.

The speaker's profile picture

Sessions

09-30
16:00
30min
Open source geometry on the sphere using S2 Geometry and R
Dewey Dunnington

Whereas many vector processing algorithms require coordinates to be in projected coordinates, processing algorithms are often needed, or simply more convenient, in a global context. Several open source projects currently compute for instance areas from ellipsoidal coordinates by simply assuming they are Cartesian, resulting in meaningless ("squared degree") quantities, without warning. Google's open source S2 Geometry library provides data structures and algorithms for manipulating vector geometry on the sphere; however, its use in open-source GIS software is limited. In addition to most simple feature access operators, S2 Geometry allows for "semi-open" polygons, which uniquely assigns points on boundaries of two touching polygons to a single polygon. This is a welcome addition to DE-9IM for the common case where sets of polygons represent a coverage. In 2020 we created a set of bindings for S2 Geometry in R to add sphere-native capabilities to the sf package, whose functions were previously powered by GEOS for both projected and spherical coordinates. Our bindings reconciled a number of differences between S2 Geometry's C++ API and GEOS' C API that were needed for a seamless transition for users of sf. In addition to eliminating the need for projected coordinates for many vector processing applications, benchmarking suggests that predicates and overlay computations using S2 are as fast as or faster than those based on 2D projected coordinates. It is planned that these bindings become the default when coordinates are ellipsoidal. Collectively, we see a bright future for S2 in the R language and the greater free and open-source geospatial community.

Software
Buenos Aires
09-30
14:00
90min
R-spatial panel
Dewey Dunnington, Edzer Pebesma, Paula Moraga, Roger Bivand, Lorena Abad

R Spatial is a lively community of people using R for analyzing spatial data. The panel will address where the community is and where it is going, and discuss the role that OSGeo libraries, used by several R packages, currently have, may have, or shouldn't have.

Panel
Buenos Aires