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

GeoArrowLayer #507

Open
kylebarron opened this issue May 7, 2024 · 0 comments
Open

GeoArrowLayer #507

kylebarron opened this issue May 7, 2024 · 0 comments

Comments

@kylebarron
Copy link
Member

kylebarron commented May 7, 2024

Top-level layer for any GeoDataFrame/GeoArrow input. For now, this will be a "container widget" that stores a sequence of ScatterplotLayer, PathLayer, and PolygonLayer. In the long run, it'll pass that data into a JS GeoArrowLayer, just like any other layer. This means we should ensure the near-term API lines up with the expected long-term JS API.

There may be space for some deduplication between viz and the GeoArrowLayer.

It's also unfortunate that the name GeoArrow doesn't have the name recognition that GeoJSON does. Perhaps we should alias this object in Python to the GeoJsonLayer as well? Where the user passes in a GeoDataFrame or a GeoJSON object and the conversion to Arrow happens under the hood?

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