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

binary data #40

Closed
SymbolixAU opened this issue Jul 25, 2019 · 2 comments
Closed

binary data #40

SymbolixAU opened this issue Jul 25, 2019 · 2 comments

Comments

@SymbolixAU
Copy link
Collaborator

each to_geojson() function could have an equivalent to_binary(), which creates a 'binary' representation of the data so it can use the binaryData prop

https://github.com/uber/deck.gl/blob/master/docs/developer-guide/performance.md#on-using-binary-data

dcooley added a commit that referenced this issue Sep 14, 2019
dcooley added a commit that referenced this issue Nov 12, 2019
dcooley added a commit that referenced this issue Nov 17, 2019
@SymbolixAU
Copy link
Collaborator Author

SymbolixAU commented Jan 23, 2020

Now with sfheaders converting to data.frames and keeping properties, I only need one function which works on data.frames.

So the logic is

  1. If required, convert sf to data.frame sfheaders::df::sf_to_df( sf, ..., keep = T )
  2. process arguments, columns, colours as per normal
  3. convert to json by-column jsonify::api::to_json( lst, by = "column" )
  4. done.

dcooley added a commit that referenced this issue Feb 4, 2020
dcooley added a commit that referenced this issue Feb 7, 2020
@dcooley
Copy link
Collaborator

dcooley commented Nov 2, 2020

now doing in #52

@dcooley dcooley closed this as completed Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant