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 Table To ArrayBuffer #31

Open
Fsystem opened this issue May 13, 2024 · 2 comments
Open

Export Table To ArrayBuffer #31

Fsystem opened this issue May 13, 2024 · 2 comments

Comments

@Fsystem
Copy link

Fsystem commented May 13, 2024

Use SQLite's ExportSHP to export to /export/out.shp, and then convert /export/out.shp into an ArrayBuffer, similar to how db.save would work.

@jvail
Copy link
Owner

jvail commented May 18, 2024

If you want to export data I recommend use Geopackage (just an SQLite file). I do not want to implement a specific export for shape files but what is indeed missing is generic way to read/export files form the mounted filesystem in the browser.

@Fsystem
Copy link
Author

Fsystem commented May 18, 2024

what is indeed missing is generic way to read/export files form the mounted filesystem in the browser.
Yes, that's it.

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

2 participants