turf-junkyard / turf-point

create a point
MIT License
2 stars 0 forks source link

wish: add method for parsing lat/lng from a string #7

Open markstos opened 9 years ago

markstos commented 9 years ago

A common use-case in my world is to process CSV files which contain a the lat/lng as a comma separated pair in a single column.

The to-coordinates module does this, but could be improved.

Including a method like this in Turfjs seems like a good fit.

markstos commented 9 years ago

I published a method the one I described in parse-coordinates. You are welcome to incorporate it here.