Skip to content

Commit

Permalink
[Update] Updating with VIS tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdmarquez committed Aug 19, 2024
1 parent 6327e06 commit a94d96c
Show file tree
Hide file tree
Showing 172 changed files with 1,115 additions and 354 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NSDF Tutorial",
"image": "globalcomputinglab/somospie_openvisus:acmtutorial",
"name": "NSDF Tutorial - Session II",
"image": "globalcomputinglab/nsdf_tutorial:sessionII",
"containerEnv": {
"PROJ_LIB": "/opt/conda/envs/NSDF-Tutorial/share/proj"
},
Expand Down
25 changes: 25 additions & 0 deletions .devcontainer/session III/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "NSDF Tutorial - Session III",
"image": "globalcomputinglab/nsdf_tutorial:sessionIII",
"containerEnv": {
"PROJ_LIB": "/opt/conda/envs/NSDF-Tutorial/share/proj"
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter",
"ms-vscode.cpptools",
"h5web.vscode-h5web",
"davidanson.vscode-markdownlint"
],
"settings": {
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.cStandard": "c99",
"python.defaultInterpreterPath": "/opt/conda/envs/NSDF-Tutorial/bin/python",
"python.languageServer": "Default",
"terminal.integrated.shell.linux": "/bin/bash"
}
}
}
}
17 changes: 13 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- jack_develop

jobs:
build:
Expand All @@ -18,13 +19,21 @@ jobs:
- name: Login to Docker Hub
run: echo ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

- name: Build and push register app
- name: Build and push register app session II
uses: docker/build-push-action@v3
with:
context: hands-on
context: hands-on/session II/
push: true
file: ./hands-on/Dockerfile
tags: ${{ secrets.DOCKERHUB_ORG }}/somospie_openvisus:acmtutorial
file: ./hands-on/session II/Materials/Dockerfile
tags: ${{ secrets.DOCKERHUB_ORG }}/nsdf_tutorial:sessionII

- name: Build and push register app session III
uses: docker/build-push-action@v3
with:
context: hands-on/session III
push: true
file: ./hands-on/session III/Dockerfile
tags: ${{ secrets.DOCKERHUB_ORG }}/nsdf_tutorial:sessionIII

env:
DOCKER_CLI_EXPERIMENTAL: enabled
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_store
hands-on/session\ II/Materials/files/tif_files/
hands-on/session\ II/Materials/files/log.log
hands-on/session\ II/Materials/idx_data/Tennessee_terrain_parameters/
hands-on/session\ II/Materials/GEOtiled/geotiled/src/__pycache__
2 changes: 0 additions & 2 deletions hands-on/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions hands-on/CITATION.cff

This file was deleted.

Binary file not shown.
202 changes: 0 additions & 202 deletions hands-on/LICENSE

This file was deleted.

Binary file removed hands-on/files/docs/codespaces.png
Binary file not shown.
10 changes: 0 additions & 10 deletions hands-on/files/json/dataverse.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a94d96c

Please sign in to comment.