Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Points buffer omits some points #253

Open
tolomaps opened this issue Feb 24, 2016 · 9 comments
Open

Points buffer omits some points #253

tolomaps opened this issue Feb 24, 2016 · 9 comments

Comments

@tolomaps
Copy link

First of all: dropchop is awesome. Thank you!

I uploaded a basic geojson with some points and ran a buffer on them, but oddly two of the points didn't get a buffer. I ran the same thing in QGIS and all of the points got a buffer, so I know it's not an issue with the file itself. Attaching some screenshots here.

screen shot 2016-02-23 at 10 49 16 pm

screen shot 2016-02-23 at 10 46 01 pm

@nickpeihl
Copy link
Member

Thanks for getting in touch @tolomaps. Can you share your geojson file so we can test it? You can upload it to gist.github.com.

@tolomaps
Copy link
Author

Sure thing @npeihl. Here it is.

@alukach
Copy link
Member

alukach commented Feb 24, 2016

Just to add some confusion to the fire: When I test the file in Dropchop, the buffer for Cairo works only when miles < 82 or kilometers < 130 (82mi == 130km). There's something funky going on here...

@alukach alukach added the bug label Feb 24, 2016
@nickpeihl
Copy link
Member

I received the same problem with turf buffer on the command line. So this is not strictly dropchop related. More research is necessary.

@tolomaps
Copy link
Author

Uh oh. What are next steps? Anything I can do to help?

On Wed, Feb 24, 2016, 11:28 AM Nick Peihl [email protected] wrote:

I received the same problem with turf buffer on the command line. So this
is not strictly dropchop related. More research is necessary.


Reply to this email directly or view it on GitHub
#253 (comment).

@nickpeihl
Copy link
Member

@tolomaps You could check the issues at https://github.com/Turfjs/turf-buffer/issues and see if any are similar to yours and mention this issue as an example.

@alukach
Copy link
Member

alukach commented Feb 24, 2016

@npeihl can you share your Turf command line example?

@nickpeihl
Copy link
Member

@alukach I had to run npm install -g turf-cli to install the Turf command line globally. Then I ran turf buffer cities.geojson 100 miles > cities_buffer.geojson to create the buffer file.

@nickpeihl
Copy link
Member

Possible solution here

@mapsam mapsam added the turf label May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants