turfpy
turfpy copied to clipboard
A Python library for performing geospatial data analysis which reimplements turf.js.
As others have pointed out `measurements.py::distance` says in the doc string to pass two "tuples of (latitude, longitude)" when in all reality the actual code flips this order thus resulting...
Hi, thanks for all the work, I've been using this for a while, and recently I discover an issue about the points measurement in the measure function, the comments shows...
Latitude should be read from the first position of the coordinates-tuple, longitude from the second.
I tried creating a geofence using Circle transformation by giving radius. The coordinates of the result polygon is incorrect verified by visualizing the polygon, it had an ellipsoid shape. Also...
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...
question, not an issue: what are the benefits of reimplementing turf.js vs using shapely/geopandas?
asking with sincere curiosity - I am sure there are benefits to that
There is any way to incresase the precision of the union function? I am working on an university project and I need more decimal places for the output coordinetes of...
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` method. As a test, I used a `featureCollection` called `points` consisting...
Would seem to make a lot of sense especially together with its hypothesis-geojson plugin (although apparently no more maintained recently): - https://github.com/HypothesisWorks/hypothesis - https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python - https://hypothesis.readthedocs.io/en/latest/ - https://github.com/mapbox/hypothesis-geojson
Please add which components (East, West, ...) are returned in which order.