Skip to content

Commit d0995ce

Browse files
adding UCalgary's copyright notice, bumping version to 0.1.0, minor editorial modifications (#22)
1 parent 40bf7e4 commit d0995ce

File tree

15 files changed

+41
-28
lines changed

15 files changed

+41
-28
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Script options:
5555

5656

5757
# General Example
58-
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:
58+
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:
5959

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

8989
# License
9090
Geospatial Dataset Processing Workflow<br>
91-
Copyright (C) 2022, University of Saskatchewan<br>
91+
Copyright (C) 2022-2023, University of Saskatchewan<br>
92+
Copyright (C) 2023, University of Calgary<br>
9293

9394
This program is free software: you can redistribute it and/or modify
9495
it under the terms of the GNU General Public License as published by

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-rc2
1+
0.1.0

assets/stats.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Geospatial Dataset Processing Workflow
2-
# Copyright (C) 2022, University of Saskatchewan
2+
# Copyright (C) 2022-2023, University of Saskatchewan
3+
# Copyright (C) 2023, Univeristy of Calgary
34
#
45
# This file is part of the Geospatial Dataset Processing Workflow
56
#

depth_to_bedrock/depth_to_bedrock.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22
# GIS Data Processing Workflow
3-
# Copyright (C) 2022, University of Saskatchewan
43
# Copyright (C) 2021, Wouter Knoben
4+
# Copyright (C) 2022-2023, University of Saskatchewan
5+
# Copyright (C) 2023, University of Calgary
56
#
67
# This file is part of GIS Data Processing Workflow
78
#

example/depth-to-bedrock.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Geospatial Dataset Processing Workflow
4-
# Copyright (C) 2022, University of Saskatchewan
4+
# Copyright (C) 2022-2023, University of Saskatchewan
5+
# Copyright (C) 2023, University of Calgary
56
#
67
# This file is part of the Geospatial Dataset Processing Workflow
78
#

example/gsde.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Geospatial Dataset Processing Workflow
4-
# Copyright (C) 2022, University of Saskatchewan
4+
# Copyright (C) 2022-2023, University of Saskatchewan
5+
# Copyright (C) 2023, University of Calgary
56
#
67
# This file is part of the Geospatial Dataset Processing Workflow
78
#

example/landsat.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Geospatial Dataset Processing Workflow
4-
# Copyright (C) 2022, University of Saskatchewan
4+
# Copyright (C) 2022-2023, University of Saskatchewan
5+
# Copyright (C) 2023, University of Calgary
56
#
67
# This file is part of the Geospatial Dataset Processing Workflow
78
#

example/merit-hydro.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Geospatial Dataset Processing Workflow
4-
# Copyright (C) 2022, University of Saskatchewan
4+
# Copyright (C) 2022-2023, University of Saskatchewan
5+
# Copyright (C) 2023, University of Calgary
56
#
67
# This file is part of the Geospatial Dataset Processing Workflow
78
#

example/modis.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Geospatial Dataset Processing Workflow
4-
# Copyright (C) 2022, University of Saskatchewan
4+
# Copyright (C) 2022-2023, University of Saskatchewan
5+
# Copyright (C) 2023, University of Calgary
56
#
67
# This file is part of the Geospatial Dataset Processing Workflow
78
#

example/soil-grids.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Geospatial Dataset Processing Workflow
4-
# Copyright (C) 2022, University of Saskatchewan
4+
# Copyright (C) 2022-2023, University of Saskatchewan
5+
# Copyright (C) 2023, University of Calgary
56
#
67
# This file is part of the Geospatial Dataset Processing Workflow
78
#

0 commit comments

Comments
 (0)