-
Apache Parquet is described as a modern alternative to csv files, and GeoParquet adds interoperable geospatial types (Point, Line, Polygon) to Parquet ([source](https://geoparquet.org/#:~:text=About,t…
-
Curious if there is any plan to add polyfill support for more complex geofences that have inclusions within 'holes'
For instance in s2, inclusion/exclusion is determined by the number of geofences …
-
Hello, I think I found a problem with the polygon generation algorithm. When using a specific set of coordinates I get a polygon with only 2 sides (in my code).
I adapted the iOS example with my ow…
-
We currently have all the Indian PIN codes in https://github.com/whosonfirst-data/whosonfirst-data-postalcode-in but they are all `0,0` geometries:
```sql
sqlite> SELECT COUNT(*) from spr;
28212
…
-
## Expected behavior and actual behavior.
I would expect that a deepcopy of any geometry returns a geometry with the precision preserved, but this is not the case.
## Steps to reproduce the prob…
-
Hello. Does anybody know how to get the points inside volume and how colors inside bounding cube have been changing?
My aim to draw by mouse click a polygon on point cloud, and change points color…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Forums discussion
_No response_
### Version
0.21 (Development)
### Full version info
```shell
OS: Ubuntu C…
-
So far areas only support rectangle and circle
add polygons
https://stackoverflow.com/questions/36683825/how-to-check-if-a-point-is-in-a-polygon-effectively-using-r-for-large-data-set/
-
Hi hi, I found some issue regarding the kml format, at least in my very few testings:
- The polygons and lines don't use the right color, I see all in blue even if they should be ones red and other…
latot updated
3 years ago
-
@Emc2356 has already done a PR that does exactly this, but not in what I hoped. https://github.com/novialriptide/pygame_geometry/pull/73
To recap, the function is supposed to create a polygon with …