Skip to content

Commit 0562ec4

Browse files
committed
Minor updates to README, fixed list-temporal-after test
1 parent 9cfcb7c commit 0562ec4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The bashdatacatalog was written to facilitate downloading input data for users o
55

66
_Note: Consider giving the bashdatacatalog a Star :star: if you find it useful. This increase visibility and helps justify maintaining this repository._
77

8-
## 📋 Key Terminology
8+
## 📋 Key Terms
99

1010
Data is organized with _collections_ and _catalogs_.
1111

12-
_collection_ - A *data collection* is a data directory. A data collection may have any number of files, any types of files, and have subdirectories.
12+
_collection_ - A *data collection* is a directory (folder) that has data files. A data collection may have any number of files, any types of files, and have subdirectories.
1313

1414
_catalog_ - A file that groups data colleciton together, and includes some details about the collections. A catalog file includes (1) the local paths to data collections, (2) the URLs of the data sources, and (3) boolean flags to enable/disable data collections.
1515

@@ -43,9 +43,11 @@ _Note: This command upgrades the bashdatacatalog if it's already installed._
4343
```
4444
## 💡 Documentation
4545

46-
See the Wiki for instructions: https://github.com/LiamBindle/bashdatacatalog/wiki.
46+
See the Wiki for documentation on using the bashdatacatalog: https://github.com/LiamBindle/bashdatacatalog/wiki.
4747

48-
Also, see
48+
If you are a GEOS-Chem user, see the standalone instructions for GEOS-Chem users [here](https://github.com/LiamBindle/bashdatacatalog/wiki/Instructions-for-GEOS-Chem-Users).
49+
50+
For options and arguments to the `bashdatacatalog-list` command, see
4951
```console
5052
$ bashdatacatalog-list -h
5153
```

tests/01.basic/list-temporal-after

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TEST_NAME="list temporal after"
33
TEST_DIRECTORY=$(dirname $(which bashdatacatalog-list))/../sandbox
44

55
TEST_COMMANDS=$(cat << END_OF_TEST
6-
bashdatacatalog-list -t -r 2019 collection2
6+
bashdatacatalog-list -t -r 2019, collection2
77
END_OF_TEST
88
)
99

@@ -12,4 +12,4 @@ TEST_EXPECTED_OUTPUT=$(cat << END_OF_EXPECTED_OUTPUT
1212
./collection2/2019/file-20190403
1313
./collection2/2019/file-20190803
1414
END_OF_EXPECTED_OUTPUT
15-
)
15+
)

0 commit comments

Comments
 (0)