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

geojson output #593

Open
mberg opened this issue Jul 18, 2013 · 1 comment
Open

geojson output #593

mberg opened this issue Jul 18, 2013 · 1 comment
Milestone

Comments

@mberg
Copy link

mberg commented Jul 18, 2013

It would be really nice to display the outputs of bamboo in geojson. This would make consumption by external libraries like leaflet and mapbox extremely easy.

I believe you can output geojson for things with no points too (it just won't display anything on the client.

http://bamboo.io/datasets/0141cab1a2424990aa65205dbf3871c7

This is a good / quick one for being able to demo easier.

@pld
Copy link

pld commented Aug 3, 2013

http://www.geojson.org/geojson-spec.html#examples

I guess each row would be a point and all the non-geo data in the row would be properties. The user would specify the lat/lon columns when asking for geojson output.

An enpoint like:
GET /datasets/[ID].geojson?lat=[col]&lon=[col]

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

2 participants