bart1
bart1
Dear @lionel- thank you for the comment, I do recognize that and do understand the logic. Therefore I thought it would be good to document it (like `is_integerish(TRUE)` in the...
I just encountered the same issue: ``` r require(units) #> Loading required package: units #> udunits system database from /usr/share/xml/udunits require(ggplot2) #> Loading required package: ggplot2 require(ggforce) #> Loading required...
Seems it is also resolved in units
Just to confirm I also just ran into this issue: ``` r require(ggforce) #> Loading required package: ggforce #> Loading required package: ggplot2 require(units) #> Loading required package: units #>...
Just for information I just encountered the same issue while i was trying to create simpler polygons: ``` r require(sf) #> Loading required package: sf #> Linking to GEOS 3.8.0,...
I think that is good enough. For future reference as in my case the shape was not very critical `st_simplify(..., dTolerance=...)` managed the desired effect of having a simpler polygon
PS I looked for issues documenting this but it does not seem to be there. I'm also not aware of any documentation on this.
I just also found this issue as it can result in some pretty strange coordinates (`rbind` behaves in a reasonable way): ``` r require(sf) #> Loading required package: sf #>...
I have not tested but maybe #2059 resolves this?