-
The current draft still contains this sentence in the POS section:
> This syntax for circles and polygons is in the same style as STC-S, but with no reference positions, coordinate systems, units, …
-
### Godot version
3.5.1
### System information
Linux Mint
### Issue description
Geometry.is_point_in_polygon() returns an incorrect result in the example below where the polygon points are clockw…
-
# Voronoi results incorrect in jts 1.20.0
The Voronoi diagram results are incorrect in JTS 1.20.0. It seems the results are not correctly clipped to the clip envelope.
The following code snippe…
-
As reported in #235:
![image](https://user-images.githubusercontent.com/590385/182443876-4b173eac-a51c-42cf-bad7-0e7feac20d7d.png)
```python
# make toy trajectory
df = pd.DataFrame([
{'ge…
-
I'm (finally) implementing support for `POLYGON FULL` in `sf`, and ran into `s2_rebuild` converting an s2 full polygon to a `GEOMETRYCOLLECTION EMPTY`. I don't think it should! I'll work around it in …
edzer updated
1 month ago
-
I am using schema 0.7.5 and python 3.11.
Following is a minimal code to reproduce
```python
from schema import *
data_schema = Schema({
('map_point', 'to', 'map_polygon'): {},
('ma…
-
thanks for sharing.
def sort_lanes_based_on_point_in_polygon_score(
self,
lane_seqs: List[List[int]],
xy_seq: np.ndarray,
city_name: str,
…
-
HI I was trying to run K-CBS demo, after cmake this repository, I ran the install-ompl-ubuntu.sh and OMPL seemed to be installed. But when I tried to make in K-CBS demo, it informed me that can't be …
-
I'm not sure if this is possible (do any formats allow mixed coordinate types like Float32 and Float64 in the same dataset on even the same polygon??)
But it would be good to be able to get the coo…
-
### Describe the feature request
Support to running onnx models in webgpu using deno
### Describe scenario use case
Actually not working because this error:
`error: Uncaught (in promise) Error: no…