-
I'd expect multi geoms to be bound / cast (?) as a multi geoms in active record:
```ruby
multi_geom = RGeo::Geos.factory.parse_wkt("MULTIPOLYGON (((0 0, 0 1, 1 1, 0 0)),((1 1, 0 0, 0 1, 1 1)))")
…
-
Problem: the rgeos package updated this morning. geojsonio depends on regeos and is subsequently unable to see the install of regeos even when it is installed explicitly.
Solution: specify loading …
-
`rgeos::` functions are used in the following file. These should be fixed to use something from the `sf` package.
https://github.com/pbs-assess/gfplot/blob/master/data-raw/survey-boundaries.R
-
Consider using `terra` or `sf`.
-
Dear,
I was wondering how flowDensity will deal with the "retirement" of `rgeos` by 2023 (see https://cran.r-project.org/web/packages/rgeos/index.html) - is there a plan to change the imports `gI…
-
`rgeos`, `rgdal`, `maptools` have been retired,please remove the dependencies of them
-
You must remove all usage of `rgeos` by October 2023, see https://r-spatial.org/r/2023/05/15/evolution4.html, https://r-spatial.github.io/evolution/. When `rgeos` is archived, and if you have not upda…
-
You will be aware, for example from:
https://r-spatial.org/r/2022/04/12/evolution.html,
https://r-spatial.org/r/2022/12/14/evolution2.html,
https://r-spatial.org/r/2023/04/10/evolution3.html and
h…
-
You will be aware, for example from:
https://r-spatial.org/r/2022/04/12/evolution.html,
https://r-spatial.org/r/2022/12/14/evolution2.html,
https://r-spatial.org/r/2023/04/10/evolution3.html and
h…
-
Hi,
something changed in rgeo >= 0.5.0 and this buildpack will not work
If you are still interested in using geos+rgeo on heroku, please give a try to: https://github.com/diowa/heroku-buildpack-rgeo…