-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add lonboard and upgrade stac_ipyleaflet #40
Comments
To be clear stac_ipyleaflet has a major bugfix, we need to bump to 0.3.6 to make it work again https://github.com/MAAP-Project/stac_ipyleaflet/releases/tag/0.3.6 |
We have documentation on this process that most folks have walked through already. What we don't have documentation on is a full upgrade (including base image) that this ticket (#41) is attempting to do. But that checklist pretty accurate enough to start it |
While testing notebooks for #43 I upgraded stac_ipyleaflet to 0.3.6 as mentioned above but also had to add a cell with the following to get a working stac_ipyleaflet: import os
os.environ['TITILER_STAC_ENDPOINT']='https://staging-raster.delta-backend.com/stac'
os.environ['TITILER_ENDPOINT']='https://staging-raster.delta-backend.com/'
os.environ['STAC_CATALOG_NAME']='VEDA STAC'
os.environ['STAC_CATALOG_URL']='https://staging-stac.delta-backend.com/' should I go ahead and add that to the docs as-is or wait until stac_ipyleaflet is upgraded? |
@abarciauskas-bgse that info belongs here, users should not have to know about that, it's supposed to ship with the VEDA deployment of |
Those environment variables should already be included, they were first released in v0.3.3 which is installed in the main (first) VEDA Jupyter env: I did test upgrading up to v0.3.6 within the notebook and (after restarting the kernel), the OS variables seem to have persisted... 🤔 |
FYI, there's some interest in adding anywidget/lonboard to pangeo-docker-images at pangeo-data/pangeo-docker-images#520. I'm adding veda-jh-environments/docker-images/custom/nasa-veda-singleuser/environment.yml Lines 4 to 8 in 2f72add
|
We would like to add lonboard to the default VEDA JupyterHub image. There are a few cases for lonboard in VEDA, one which should be a notebook NASA-IMPACT/veda-docs#115, but another would be to visualize DEMs generated by lidar (a use case I heard @naomatheus is working on.
@wildintellect mentioned we should also include an upgrade of stac_ipyleaflet in this issue as well, as we would like to see if lonboard could work on top of stac_ipyleaflet.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: