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

Sc1 demo #20

Merged
merged 17 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions eo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ Changes

Unreleased (latest)
===================

0.4.1 (2023-11-22)
===================
Changes:
--------
- Update base image version in Dockerfile
- Add `mamba` cache cleanup to reduce image size
- Add SC1-Demontrator notebook of a complete workflow as example for geo imagery analysis and OGC-API Process execution
- Add Process Management notebook to help user understand the usage of weaver and how to manage deployed process

Fixes:
------
ahandan marked this conversation as resolved.
Show resolved Hide resolved
- ...
- n/a

0.3.0 (2022-12-23)
===================
Expand Down
1 change: 0 additions & 1 deletion eo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM birdhouse/pavics-jupyter-base:0.5.0
USER root

COPY environment.yml /environment.yml

# update env "birdy"
# use umask 0000 so that package files for the updated environment are usable by the user for the jupyter-conda-extension
RUN umask 0000 && mamba env update -f /environment.yml \
Expand Down
10 changes: 10 additions & 0 deletions eo/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ dependencies:
- orion
- torch
- torchvision>=0.6
- Bottleneck==1.3.7
- cloudpathlib==0.15.1
- folium==0.14.0
- geojson==3.0.1
- getpass4==0.0.14.1
- requests-file==1.5.1
- rioxarray==0.15.0
- sentinelsat==1.2.1
- weaver@git+https://github.com/crim-ca/[email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is many versions behind.
Maybe the cause of the error mentioned with the enum in CWL was happening?

- xarray==2022.11.0
fmigneault marked this conversation as resolved.
Show resolved Hide resolved
Loading
Loading