Vissarion Fisikopoulos

Results 198 comments of Vissarion Fisikopoulos

For example the following code will return `false` for `covers`, `true` for `covers2` and `eq=1`. ```cpp namespace bg = boost::geometry; namespace bgs = boost::geometry::strategy; using std::string_literals::operator""s; using Point = bg::model::point;...

What you are visualizing is in cartesian coordinates (i.e. you are using the lon,lat geographic coordinates directly as cartesian coordinates on the Web Mercator Projection---epsg:4326, which is in general wrong...

Thanks for opening this issue. Could you please provide a complete working example?

Just paste the code here please. See for example, https://github.com/boostorg/geometry/issues/1238

Could you please give a minimal example of code where this error appears?

OK, thanks. I need more detailed instructions on how to reproduce the error. Since I am not familiar with Jetson, could you please provide more details, e.g. what is the...

Please specify your working environment (os, compiler, python version etc).

Indeed, `fileToMatrix` does not appear in the current CRAN version and the `gen_birkhoff` only appears in the development version. Ways to fix: 1. add the implementation of `gen_birkhoff` in tutorial...