-
Using Boost: 1.84
C++ 17
I am attempting to go from a Point to a Polygon using a positive buffer value and then using the resulting Polygon to generate a smaller Polygon with a negative buffer. Ho…
-
I am processing a largish spatial dataset wherein group together various polygons based on attributes, then do a spatial union. For the case where the polygons touch at just point, the union is creat…
-
Hello,
Geographic analysis is one of the most common ones. It's usually based on geographical types (such as point, line, polygon) and we can do operations on it (I will detail it in an other issue…
-
Hi,
i'm new to geographic coordinate systems. I'm looking for the code example which provide conversion of point and polygon which coordinates are represented in WGS84 coordinate system to cartesian …
-
I am currently trying to make a constructor function for a polygon object. I want my function to check that everything the user inputs into the polygon function is actually class "point." However, usi…
-
### Missing Geospatial datatypes (present in MySQL) from `drizzle-orm`
I'm trying to create a schema but after spending hours going through the docs, bard (ai), and stack overflow, I couldn't find …
-
On implementation in a VS project a compilation error is thrown, any suggestions?
**Code**
```
#include
#include
typedef boost::geometry::model::d2::point_xy point;
typedef boost::geomet…
-
At the moment we didn't implement this, so you will get `TypeError: cannot pickle 'spherely.Point' object`, but it would be useful to support it.
To provide a full exact roundtrip through pickling,…
-
for example geography point does not allow incorrect coordinates. example:
```
POINT(10000 10000)
```
would throw `CrEOF\Spatial\Exception\InvalidValueException` with message:
```
Invalid longitude…
-
Hi,
Beginner Rust and Bevy developer here!
I don't see why RegularPolygons are extrudable and Polygons are not extrudable https://docs.rs/bevy/latest/bevy/render/mesh/trait.Extrudable.html
T…