Edzer Pebesma

Results 708 comments of Edzer Pebesma

Did you succeed?

setting `edge_type="undirected"` in the s2 geometry transformers leads to the problem that polygon-polygon intersections are returned as LINESTRINGs: ```r library(sf) # Linking to GEOS 3.11.1, GDAL 3.6.2, PROJ 9.1.1; sf_use_s2()...

Should `edge_type="undirected"` be the default only for points and lines?

No, they are intersecting polygons; the "directed" results correspond to those of GEOS (`sf_use_s2(FALSE)`).

With ```r library(sf) # Linking to GEOS 3.11.1, GDAL 3.6.2, PROJ 9.1.1; sf_use_s2() is TRUE sf_extSoftVersion() # GEOS GDAL proj.4 GDAL_with_GEOS USE_PROJ_H # "3.11.1" "3.6.2" "9.1.1" "true" "true" # PROJ...

Your setup should have blosc support.

Thanks for the great example, and for using `stars` for this - I hadn't given this type of data much thought when I started the project! The first representation is...

This commit allows it to go to/from the radial curvilinear grid and the regular (square) grid, using stars: ```r require(bioRad) #> Welcome to bioRad version 0.4.0.9243 require(stars) #> Linking to...