Closed edzer closed 4 years ago
Thanks for the heads up, you're saying we need the sf $ overload to get basic metadata? Don't bother we don't use sf
Others do, and get breaking packages because of silicate. You're on CRAN.
Thanks! And sorry for grumbling ...
still the case on CRAN; package eixport breaks for this reason; FYI @ibarraespinosa
Nearly ready, new silicate should hit CRAN within a day or so.
Thanks. Now I will update eixport.
On Thu, Apr 9, 2020, 19:21 Michael Sumner notifications@github.com wrote:
Closed #104 https://github.com/hypertidy/silicate/issues/104.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hypertidy/silicate/issues/104#event-3220166297, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGRM74B6TORJN2HB2LJGCGDRLZC5BANCNFSM4KPYFK5A .
You're using constructs like
but upcoming sf will change the structure of
crs
objects; see e.g. https://github.com/r-spatial/sf/issues/1225 . I will allow for a$
method that extracts a proj4string from a WKT represenation, so please change this intoif you want to stay in the proj4string realm.