-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Layers as xarray.DataArray in split_map (ipyleaflet Map) #681
Conversation
Can you also overrite the |
The docs-build failed because the notebooks are executed with the folium backend. Would you be able to make similar changes to the split map function in foliumap.py? |
Not sure why the docs-build test failed on notebook |
The notebook issue seems caused by the recent updates of the lonboard package. I have reported it at developmentseed/lonboard#365. Ignoring this notebook for now. |
* Get crs and transform from rio accessor * Updated notebook (xarray section) * Layers as xarray in leafmap.Map.split_map * Updated notebook * Updated notebooks (docs) * Added array support for folium split_map * Updated notebook * Ignore notebook 83 execution * Enable split map dragging * Add error handling for compute_view --------- Co-authored-by: Qiusheng Wu <[email protected]>
* Get crs and transform from rio accessor * Updated notebook (xarray section) * Layers as xarray in leafmap.Map.split_map * Updated notebook * Updated notebooks (docs) * Added array support for folium split_map * Updated notebook * Ignore notebook 83 execution * Enable split map dragging * Add error handling for compute_view --------- Co-authored-by: Qiusheng Wu <[email protected]>
Following #680, here's a PR that implements the ability to pass
left_layer
andright_layer
as xarray.DataArray insplit_map
, here only for the ipyleaflet.Map version for now.