File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Package: s2
22Title: Spherical Geometry Operators Using the S2 Geometry Library
3- Version: 1.0.0.9000
3+ Version: 1.0.1
44Authors@R: c(
55 person(given = "Dewey",
66 family = "Dunnington",
Original file line number Diff line number Diff line change 1- # s2 (development version)
1+ # s2 1.0.1
22
3+ * Added layer creation options to ` s2_options() ` , which now uses strings
4+ rather than numeric codes to specify boolean operation options, geography
5+ construction options, and builder options (#70 ).
6+ * Added ` s2_rebuild() ` and ` s2_simplify() ` , which wrap the S2 C++ ` S2Builder `
7+ class to provide simplification and fixing of invalid geographies (#70 ).
8+ * The s2 package now builds and passes the CMD check on Solaris (#66 , #67 ).
9+ * Renamed ` s2_latlng() ` to ` s2_lnglat() ` to keep axis order consistent
10+ throughout the package (#69 ).
11+ * Added ` s2_bounds_cap() ` and ` s2_bounds_rect() ` to compute bounding areas
12+ using geographic coordinates (@edzer , #63 ).
313* ` s2_*_matrix() ` predicates now efficiently use indexing to compute the
414 results of many predicate comparisons (#61 ).
515
You can’t perform that action at this time.
0 commit comments