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

Export Map to HTML zipfile #394

Open
kylebarron opened this issue Feb 28, 2024 · 1 comment
Open

Export Map to HTML zipfile #394

kylebarron opened this issue Feb 28, 2024 · 1 comment

Comments

@kylebarron
Copy link
Member

Optionally export data into a folder so the Parquet data can stay in binary form. Note that the output directory then needs to be served, it can't be opened as a file.

@kylebarron
Copy link
Member Author

As more context on this issue:

Right now, we always export all the code and all the data into a single massive HTML file, where the binary buffers are Base64-encoded and saved as big strings. This is a pretty good compromise because it's very simple for end users while also being generally foolproof. You can move the file to another machine, double click on it (opening it as a file:// url) and it'll just work.

I was talking to @batpad and he mentioned that having a directory of files might be convenient in some situations. This would allow for some separation between the original data and the code.

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