-
Hey there,
I noticed that `points_within_polygon` (and the foreach-point-callback `boolean_point_in_polygon`) was fairly slow compared to the Shapely package's `shapely.geometry.Polygon.contains` m…
-
I have a program that uses scipy spatial SpericalVoronoi to generate irregular non-overlapping polygons covering the surface of a sphere and I'm trying to use turfy to rasterize the polygons with bool…
-
Looks like this Jupyther Notebook i not compatible with the lastet python modules.
With lastet version of all modules i get in step:
```
# Calculate Voronoi Regions
poly_shapes, pts, poly_to_pt_…
-
We already support including GeoJSON in messages.
One poll plugin I wrote adds GeoJSON information, because I noticed the API provided it, and I thought it would be interesting to use it. https://…
-
Please provide the following when reporting an issue:
- [ ] GeoJSON data as a [gist file](https://gist.github.com/) or [geojson.io](http://geojson.io/) (filename extension must be `.geojson`).
- […
-
While searching for pyturf, I found [turfpy](https://github.com/omanges/turfpy).
What the difference in motivation?
turfpy uses shapely. (and numpy, and scipy.)
-
### Question
```
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Input In [123], in ()
…
-
This will allow users to select features from ee.FeatureCollection interactively on the map without coding.
-
First off Great Library!
Just found an issue, when crossing from America to Asia through the pacific, the line of points misses some points, the ones after lon changes from negative to positive aga…
-
I'm having the same issue as described in #1173. The solution works for me if adding the vectors using `addVectors(_ vectors: [Any], desc: [AnyHashable : Any]?)`, by passing `[kMaplyShader: kMaplyShad…