Skip to content

Commit

Permalink
adding UCalgary's copyright notice, bumping version to 0.1.0, minor e…
Browse files Browse the repository at this point in the history
…ditorial modifications (#22)
  • Loading branch information
kasra-keshavarz authored Feb 16, 2023
1 parent 40bf7e4 commit d0995ce
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 28 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Script options:


# General Example
As an example, follow the code block below. Please remember that you MUST have access to Graham cluster with Compute Canada (CC) and have access to `MERIT-Hydro` dataset. Also, remember to generate a [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) with GitHub in advance. Enter the following codes in your Graham shell as a test case:
As an example, follow the code block below. Please remember that you MUST have access to Graham cluster with Digital Alliance of Canada and have access to `MERIT-Hydro` dataset. Also, remember to generate a [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) with GitHub in advance. Enter the following codes in your Graham shell as a test case:

```console
foo@bar:~$ git clone https://github.com/kasra-keshavarz/gistool # clone the repository
Expand Down Expand Up @@ -88,7 +88,8 @@ Please open a new ticket on the **Issues** tab of the current repository in case

# License
Geospatial Dataset Processing Workflow<br>
Copyright (C) 2022, University of Saskatchewan<br>
Copyright (C) 2022-2023, University of Saskatchewan<br>
Copyright (C) 2023, University of Calgary<br>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-rc2
0.1.0
3 changes: 2 additions & 1 deletion assets/stats.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Geospatial Dataset Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, Univeristy of Calgary
#
# This file is part of the Geospatial Dataset Processing Workflow
#
Expand Down
3 changes: 2 additions & 1 deletion depth_to_bedrock/depth_to_bedrock.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
# GIS Data Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Copyright (C) 2021, Wouter Knoben
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of GIS Data Processing Workflow
#
Expand Down
3 changes: 2 additions & 1 deletion example/depth-to-bedrock.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

# Geospatial Dataset Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of the Geospatial Dataset Processing Workflow
#
Expand Down
3 changes: 2 additions & 1 deletion example/gsde.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

# Geospatial Dataset Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of the Geospatial Dataset Processing Workflow
#
Expand Down
3 changes: 2 additions & 1 deletion example/landsat.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

# Geospatial Dataset Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of the Geospatial Dataset Processing Workflow
#
Expand Down
3 changes: 2 additions & 1 deletion example/merit-hydro.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

# Geospatial Dataset Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of the Geospatial Dataset Processing Workflow
#
Expand Down
3 changes: 2 additions & 1 deletion example/modis.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

# Geospatial Dataset Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of the Geospatial Dataset Processing Workflow
#
Expand Down
3 changes: 2 additions & 1 deletion example/soil-grids.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

# Geospatial Dataset Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of the Geospatial Dataset Processing Workflow
#
Expand Down
13 changes: 7 additions & 6 deletions extract-gis.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash
# GeoTIFF Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Geospatial Data Processing Workflow
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of GeoTIFF Processing Workflow
# This file is part of Geospatial Data Processing Workflow
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -288,9 +289,9 @@ call_processing_func () {
#SBATCH --account=rpp-kshook
#SBATCH --time=04:00:00
#SBATCH --mem=16GB
#SBATCH --job-name=GWF_${scriptName}
#SBATCH --error=$HOME/scratch/.gdt_logs/GWF_%j_err.txt
#SBATCH --output=$HOME/scratch/.gdt_logs/GWF_%j.txt
#SBATCH --job-name=GIS_${scriptName}
#SBATCH --error=$HOME/scratch/.gdt_logs/GIS_%j_err.txt
#SBATCH --output=$HOME/scratch/.gdt_logs/GIS_%j.txt
#SBATCH --mail-user=$email
#SBATCH --mail-type=BEGIN,END,FAIL
Expand Down
6 changes: 3 additions & 3 deletions landsat/landsat.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
# GIS Data Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Geospatial Data Processing Workflow
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of GIS Data Processing Workflow
# This file is part of Geospatial Data Processing Workflow
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
7 changes: 4 additions & 3 deletions merit_hydro/merit_hydro.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/bash
# GIS Data Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Geospatial Data Processing Workflow
# Copyright (C) 2021, Wouter Knoben
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of GIS Data Processing Workflow
# This file is part of Geospatial Data Processing Workflow
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
7 changes: 4 additions & 3 deletions modis/modis.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/bash
# GIS Data Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Geospatial Data Processing Workflow
# Copyright (C) 2021, Wouter Knoben
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of GIS Data Processing Workflow
# This file is part of Geospatial Data Processing Workflow
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions soil_grids/soil_grids_v1.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
# GIS Data Processing Workflow
# Copyright (C) 2022, University of Saskatchewan
# Geospatial Data Processing Workflow
# Copyright (C) 2021, Wouter Knoben
# Copyright (C) 2022-2023, University of Saskatchewan
# Copyright (C) 2023, University of Calgary
#
# This file is part of GIS Data Processing Workflow
#
Expand Down

0 comments on commit d0995ce

Please sign in to comment.