ATFutures / geoplumber

Serve geographic data from R and consume with scalable front end.
https://atfutures.github.io/geoplumber/
59 stars 7 forks source link

gp_explore? #79

Closed layik closed 3 years ago

layik commented 4 years ago

An easy and self explanatory name to use either eatlas or kepler or your favourite option to explore the data.

It could take:

Start simple and make it "embeddable" then can grown to keep talking to the R backend.

layik commented 4 years ago

that commit should get a slow but working version of eatlas in there. I must see if I can add Kepler in the same way.

devtools::install_github("ATFutures/geoplumber")
library(geoplumber)
p = file.path(tempdir(),"reprex")
gp_create(p)
setwd(p)
gp_build()
gp_explore()

Cant reprex it.

Screenshot 2020-05-12 at 10 44 11
layik commented 4 years ago

The default dataset of geoplumber::traffic in the 📦 needs to be something more optimistic like bikeshare 👍

layik commented 4 years ago

Right, having had a little look at Kepler.gl package, we would have to do a little more to get it working. My example app never got off the ground, but obviously amazing package despite 77 dependencies.

I propose to close this issue when we are happy with it, no doubt will need more work/refactoring in future.

layik commented 4 years ago

Aware of the sidebar disappearing under the header. That is an issue to go into eAtlas repo.

layik commented 4 years ago

Should geoplumber have a header? I think it should be at least optional but that is a new ticket. Another check on the "flexible" paths and can close this.

layik commented 3 years ago

basics in, for new issues open new tickets.