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

In need for a Cloud-Optimized solution for vector data... #2

Open
kauevestena opened this issue Jun 8, 2023 · 0 comments
Open

In need for a Cloud-Optimized solution for vector data... #2

kauevestena opened this issue Jun 8, 2023 · 0 comments

Comments

@kauevestena
Copy link
Owner

At present, data is drawn using plain .geojsons, which can be utterly slow and unoptimal

so, there are many possible solutions:

  1. Use a cloud-native format like FlatGeoBuf or GeoParquet (no shapefiles, please!!)
  2. Use vector tiles, with .pbf files
  3. Use vector tiles with on-the-fly .geojson slicing, with leaflet L.VectorGrid.Slicer

The ideal solution would be to develop a folium plugin to materialize option 3, similar to this https://github.com/iwpnd/folium-vectorgrid (which implements option 2). Still, as stated here the plugin author is not interested in also implementing this functionality.

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