-
Hi, everyone!
Why there is a rescue exception when a request to generate a point fails? Should we raise an exception If the provided coordinates are not valid?
https://github.com/rgeo/rgeo-geo…
-
Tick list @edzer @Nowosad @michaeldumelle @rhijmans @rubak :
- [x] Inform R-universe https://github.com/r-universe-org/help/issues/286, r-hub https://github.com/r-hub/rhub/issues/568, Debian Bug #1…
-
Followed the instructions but still can't get Geos to be supported on heroku. Running Ruby `2.2.4` with Rails `4.2.5.1`.
Everything seems to build fine as well.
```
irb(main):001:0> require 'rgeo'…
-
It should be possible to create scopes on `ActiveRecord` models from the `SpatialNamedFunctions`. This would be in an optional module a user could `include` into their `ActiveRecord` model and it woul…
-
https://www.youtube.com/watch?v=cK08bxUJn5A&list=PL4IzsxWztPdmHoJwIVa4um44w2GMjctmP&index=6
-
'rgeos' was archived October 2023, which archived "momocs." When downloaded using github rather than CRAN, Momocs will still not run properly without 'rgeos.' Could potentially 'geos' which is still f…
-
Using RGeo 0.4.0. The ewkb geometries I'm working with are polygons pulled from a postgis database. I am using them in all sorts of contexts and know them to be valid. However, parsing fails on som…
-
*Check gen3sis*
rgdal and rgeos will be retired by end of 2023. Gen3sis imports raster and sp.
Package sp currently suggests both rgeos and rgdal. It uses rgdal for the validation of CRS objects…
-
To build `rgdal` and `rgeos`, you need header files for the `gdal`, `proj4` and `geos` Linux libraries. You have the binaries in `R-extras`, and you have the headers for `gdal`. But you don't have the…
znmeb updated
4 years ago
-
### Steps to reproduce
```
factory = RGeo::Cartesian.factory
linestring = factory.line_string([factory.point(0, 48), factory.point(0, 82)])
envelope = linestring.envelope
p envelope
#
`…