-
Notifications
You must be signed in to change notification settings - Fork 5
Updated base images for pangeo and isce3 and updated isce3 #189
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
Changes from all commits
70833fd
a77e46a
06bfd83
1a7d1d8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,30 +3,14 @@ channels: | |
| - conda-forge | ||
| - nodefaults | ||
| dependencies: | ||
| - code-server=4.107.0 | ||
| - duckdb=1.3.2 | ||
| - icechunk=1.1.14 | ||
| - jupyter-vscode-proxy=0.7 | ||
| - nodejs=22.21.1 | ||
| - pre-commit=4.5.1 | ||
| - rustac=0.9.2 | ||
| - virtualizarr=2.2.1 | ||
| - pip=25.2 | ||
| - pip: | ||
| # - git+https://github.com/MAAP-Project/stac_ipyleaflet.git@0.3.6 | ||
| - morecantile==6.1.0 | ||
| - rio-tiler==7.2.2 | ||
| - rio-tiler==8.0.5 | ||
|
wildintellect marked this conversation as resolved.
|
||
| - maap-py==4.2.0 | ||
| - maap-algorithms-jupyter-extension==0.5.1 | ||
| - maap-jupyter-server-extension==3.0.0 | ||
| - maap-dps-jupyter-extension==0.7.7 | ||
| # - maap-edsc-jupyter-extension==1.1.1 | ||
| - maap-help-jupyter-extension==2.0.2 | ||
| - maap-libs-jupyter-extension==1.2.5 | ||
| - maap-user-workspace-management-jupyter-extension==1.0.0 | ||
| variables: | ||
| TITILER_STAC_ENDPOINT: 'https://openveda.cloud/api/stac' | ||
| TITILER_ENDPOINT: 'https://openveda.cloud/api/raster' | ||
| STAC_CATALOG_NAME: 'VEDA STAC' | ||
| STAC_CATALOG_URL: 'https://openveda.cloud/api/stac' | ||
| STAC_BROWSER_URL: 'https://openveda.cloud/' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These will still be in the env since they come with the VEDA image. Would it make more sense to override them with the MAAP equivalents?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, once we have the MAAP equivalents we will override in our 2i2c infrastructure config
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We actually do have MAAP equivalents, but we don't use them in any tutorials, and originally they were for stac_ipyleaflet support. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That list is right but I think we can drop |
||
| - maap-user-workspace-management-jupyter-extension==1.0.0 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the gdal version in an env update makes me a little nervous.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@grallewellyn do you have an isce3 test notebook to verify the library works, not just loads?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran some general tests for isce3, is there anything specific you would like me to test?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this for now since this image is experimental, but think we need a good test notebook for later.