-
In order to use the polygon geometry in shapefile, you have to know the (projection spatial reference) in order to translate shapefile coordinates to WGS84. Can you point me a way to read .prj to cr…
-
Hi,
I'm using your code of [Point in Polygon in JS](https://github.com/ClaasM/Algorithms/blob/master/src/point_in_polygon/javascript/point_in_polygon.js).
But it seems to not work in every case.
…
-
This would only require GeoInterface support, and would allow people to use predefined polygons a lot more easily, plus add support for holes in regions!
If you need a nice point in polygon test, Ras…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
I have a table in the database like the below
```sql
CREAT…
-
Mach includes a collection of function to determine if various 2D primitives collides.
(this is related to https://github.com/hexops/mach/issues/1084)
The primitives in the collision module are:
…
-
Some routes have valves or compressor stations embedded within the pipeline layers, and some routes also have polygons of traced stations or waypoints. Make sure any code that is outputting the data s…
-
I am working with a set of data, and in the course of my processing, polygons are being diminished from a polygon to just slivers of the outline.
Starting polygon
Resulting polygon after "fil…
-
## Problem
- Currently we rely on Nominatim (hosted by OSM).
- This is fine, but it's an external API we rely on causing two issues:
- Rate limiting if we call it too many times successively.
…
-
> * Scalar creation function naming: still no strong opinion, although I would lean towards either `point()`, `linestring()`, etc. or `create_point()`, `create_linestring()`, etc.
>
> Let's open a s…
-
It would be nice if turf.nearestPoint can also accept multiple points as 1st parameter. So that it can be used to find two closest points in two polygons.