camshaft
camshaft copied to clipboard
Buffer+Intersection anti-pattern alternative
Having a "points close to N meters (distance)" analysis would replace the current Buffer+Intersection anti-pattern.
We have a closest
analysis that only gets the closest geom for dataset B for each geom in dataset B.
cc @zingbot @jsanz @cartodave @AbelVM
thats actually on the analysis list and the UI is ready take a look!
OK, so I get this, but from what I see the analysis returns N number of points right? So, within 15 min walk time, return 16 locations. But what if there are more than 16 locations within a 15 minute walk? Those will get missed right?
On Wed, Sep 7, 2016 at 8:37 AM, Sergio Álvarez Leiva < [email protected]> wrote:
thats actually on the analysis list and the UI is ready take a look!
[image: 01 layers - 06-20 analysis - find near - 15 walking] https://cloud.githubusercontent.com/assets/132149/18316026/635ad726-7519-11e6-9741-ba70cc4a62ac.png [image: 01 layers - 06-21 analysis - find near - nearest] https://cloud.githubusercontent.com/assets/132149/18316027/636409e0-7519-11e6-82ca-adf949890d8b.png
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CartoDB/camshaft/issues/189#issuecomment-245301190, or mute the thread https://github.com/notifications/unsubscribe-auth/AOoyCn1dLL36pYCdRZrRA4plbUaW0y-hks5qnsw4gaJpZM4J29xH .
David Bryson Senior Solutions Engineer
CartoDB—Map Your World's Data 201 Moore St, Brooklyn, NY, 11206, USA T: +1.919.389.7768 Ext. 7502 https://app.onsip.com/app/call?n=David%20Bryson&a=dbryson%40cartodb.onsip.com | E: [email protected]
yep, but the limit should not be 16 of course...
maybe we can make that option optional. I think that would make sense