You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enjoy using your cli. Using it, I'm stuck to make a join on a more complex condition than simple col1 = col2 using ndjson-join expression₀ expression₁ file₀ file₁. I want in particular to make spatial comparison using something similar to the following pseudo code (for illustrating the idea)
ndjson-join 'col1' 'col2' -r turf=@turf/turf 'turf.booleanWithin(d0, d1)' 'd = Object.assign(d0.properties, d1.properties), d' <(ndjson-split 'd.features' < points.geojson) <(ndjson-split 'd.features' < polys.geojson)
d0 and d1 would be alias for 1st and 2nd columns
Any idea own to achieve something similar using your cli? I missed the obvious? Outside of the intended scope?
Thanks for any ideas/feedback
The text was updated successfully, but these errors were encountered:
I enjoy using your cli. Using it, I'm stuck to make a join on a more complex condition than simple col1 = col2 using
ndjson-join expression₀ expression₁ file₀ file₁
. I want in particular to make spatial comparison using something similar to the following pseudo code (for illustrating the idea)d0
andd1
would be alias for 1st and 2nd columnsAny idea own to achieve something similar using your cli? I missed the obvious? Outside of the intended scope?
Thanks for any ideas/feedback
The text was updated successfully, but these errors were encountered: