Path to this page:
./
math/R-sf,
Simple Features for R
Branch: CURRENT,
Version: 1.0.2nb5,
Package name: R-sf-1.0.2nb5,
Maintainer: pkgsrc-usersSupport for simple features, a standardized way to encode spatial
vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS'
for geometrical operations, and to 'PROJ' for projection conversions
and datum transformations. Optionally uses the 's2' package for
spherical geometry operations on geographic coordinates.
Master sites: (Expand)
Version history: (Expand)
- (2022-05-13) Updated to version: R-sf-1.0.2nb5
- (2022-04-20) Updated to version: R-sf-1.0.2nb4
- (2022-01-18) Updated to version: R-sf-1.0.2nb3
- (2021-12-08) Updated to version: R-sf-1.0.2nb2
- (2021-09-29) Updated to version: R-sf-1.0.2nb1
- (2021-09-20) Updated to version: R-sf-1.0.2
CVS history: (Expand)
2022-05-13 15:47:36 by Greg Troxel | Files touched by this commit (16) |  |
Log message:
revbump for gdal-lib update
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) |  |
Log message:
revbump for textproc/icu update
|
2022-01-18 18:42:27 by Greg Troxel | Files touched by this commit (15) |  |
Log message:
*: revbump for gdal-lib update
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-10-26 12:45:18 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:09:33 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Remove SHA1 hashes for distfiles
|
2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872) |
Log message:
revbump for boost-libs
|
2021-09-20 08:45:31 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(geography/R-sf) Updated 0.9.8 to 1.0.2
# version 1.0-2
* `st_read()` and `st_write()` using GDAL handle binary attributes
(OFTBinary fields) ; #1721
* a `pivot_longer` method is added for `sf` objects (the `data.frame`
method works, but raises a warning)
* `rbind.sf` preserves primary geometry column; #1717
* `configure` constrains using `--static` to `Darwin` platform; #1702,
#1712, #1713
* old-style `crs` objects created with sf < 0.9-0 generate a message,
and will cause a warning in the future.
* when `st_crs()` is called with a WKT2 as text input, its `input`
field will be replaced with the CRS name (if it has one).
* GEOS (>= 3.9.0) operations use `GEOSGeom_setPrecision_r` to set
precision of geometries; #1535
* `st_read()` with specified `query` ignores argument `layers`, and
warns if it is given; #1444
# version 1.0-1
* fix regression in `st_intersection()`: when using s2 attributes were
assigned wrongly; #1704
* `crs` (sf) to `CRS` (sp) conversion no longer needs validation by
`rgdal`; https://github.com/edzer/sp/issues/107
* retrieve ESRI's WKT version of CRS by `st_crs(id)$WKT1_ESRI`; #1690
# version 1.0-0
* add `s2` to Imports:
* add Dewey Dunnington to contributors
* `sf_use_s2()` prints a message when using s2 has been switched to on or off.
* use `s2` spherical geometry as default when coordinates are ellipsoidal. This can
be switched off (defaulting to planar geometry, using GEOS, as in sf < 1.0-0)
by setting environment variable `_SF_USE_S2` to `false` before package `sf`
is loaded, or by `sf_use_s2(FALSE)`; #1649
* `st_nearest_feature()` with missing `y` returns nearest features in
the remaining set of `x`; https://github.com/r-spatial/s2/issues/111
* `st_write()` gains an argument `config_options` to set GDAL config
options; #1618
* fix regression in `sf_project(..., keep = TRUE)`; #1635
|