turfpy icon indicating copy to clipboard operation
turfpy copied to clipboard

question, not an issue: what are the benefits of reimplementing turf.js vs using shapely/geopandas?

Open Casyfill opened this issue 4 years ago • 5 comments

asking with sincere curiosity - I am sure there are benefits to that

Casyfill avatar Oct 24 '20 22:10 Casyfill

Turf.js provides various sets of feature like along and many more which are not available in any of the mentioned packages and we have just currently implemented two sections of turf.js i.e measurements and transformations but there are many more sections to be implemented 😉

omanges avatar Oct 25 '20 11:10 omanges

We would like to take your feedback on which next section we should start with 😊

omanges avatar Oct 25 '20 11:10 omanges

Agree with @omanges, also any feedback on performance or improvements on existing functionalities and new feature enhancements are always welcomed.

sackh avatar Oct 25 '20 11:10 sackh

Mitchel, saw your comment and now noticed you removed it - is it invalid? (cause it is something that makes sense) @omanges - again, not critiquing - there is an equivalent, called interpolate.

Casyfill avatar Apr 01 '21 01:04 Casyfill

I originally posted that I had been running into runtime size limits within AWS Lambda, with the size of the geopandas library and its dependencies surpassing the AWS Lambda runtime limit of 250mb. So, I was looking into this package since it didn't rely on that.

I deleted it though @Casyfill since I haven't had a chance to validate that assumption — I was planning on re-posting once I did that, but I'll leave this up for context 👍

mohoromitch avatar Apr 04 '21 22:04 mohoromitch