Skip to content

Commit 2e7fc37

Browse files
authored
Merge pull request #121 from AdamTheisen/main
ADD: New notebook for work with Doppler Lidar data from ARM and BSEC for CoURAGE
2 parents b6e7aa4 + d783f2c commit 2e7fc37

File tree

2 files changed

+479
-0
lines changed

2 files changed

+479
-0
lines changed

Tutorials/General_Tutorials/CRG_ARM_and_BSEC_Tutorial.ipynb

Lines changed: 469 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This is a basic example of a filter-file.yaml
2+
3+
# Provide a list of patterns to exclude.
4+
exclude:
5+
- '*' # Exclude all files
6+
7+
# Provide a list of patterns that are exceptions to the
8+
# above exclude rules.
9+
except:
10+
- '*20241224*.nc' # Except, include all files that end with .txt

0 commit comments

Comments
 (0)