We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d293918 commit c56d300Copy full SHA for c56d300
NEWS.md
@@ -1,5 +1,9 @@
1
# s2 (development version)
2
3
+* Added `s2_projection_filter()` and `s2_unprojection_filter()` to
4
+ expose the S2 edge tessellator, which can be used to make Cartesian
5
+ or great circle assumptions of line segments explicit by adding
6
+ points where necessary (#115).
7
* Added an `s2_cell()` vector class to expose a subset of the S2
8
indexing system to R users (#85, #114).
9
* Added `s2_closest_edges()` to make k-nearest neighbours calculation
0 commit comments