Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uncat-sum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Owen Graham
uncat-sum
Commits
e7896c80
Verified
Commit
e7896c80
authored
2 years ago
by
Owen Graham
Browse files
Options
Downloads
Patches
Plain Diff
Recommend `amrc:~ograham/uncat-sum/uncat-sum`
parent
90a322d3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
e7896c80
...
@@ -82,14 +82,14 @@ CAPE DENISON, and DOME C II.
...
@@ -82,14 +82,14 @@ CAPE DENISON, and DOME C II.
## Usage
## Usage
To put the sections back in separate files, run:
To put the sections back in separate files, log into
`amrc.ssec.wisc.edu`
and run:
```
sh
```
sh
.
/uncat-sum
-v
/data2/ftp/pub/aws/summary/monthly/2003/feb03e.sum
~ograham/uncat-sum
/uncat-sum
-v
/data2/ftp/pub/aws/summary/monthly/2003/feb03e.sum
```
```
Assuming the
`uncat-sum`
script is in the current directory, this will
This will create the following files:
create the following files:
-
`089810203.sum`
from 8981 MOUNT SIPLE
-
`089810203.sum`
from 8981 MOUNT SIPLE
-
`089840203.sum`
from 8984 POSSESSION ISLAND
-
`089840203.sum`
from 8984 POSSESSION ISLAND
...
@@ -113,7 +113,7 @@ into the dir `summaries`, you would run:
...
@@ -113,7 +113,7 @@ into the dir `summaries`, you would run:
```
sh
```
sh
for
i
in
/data2/ftp/pub/aws/summary/monthly/
*
/
*
[
0-9][0-9][ew].sum
;
do
for
i
in
/data2/ftp/pub/aws/summary/monthly/
*
/
*
[
0-9][0-9][ew].sum
;
do
.
/uncat-sum
"
$i
"
--dir
summaries
~ograham/uncat-sum
/uncat-sum
"
$i
"
--dir
summaries
echo
"uncatted
$(
basename
"
$i
"
)
"
echo
"uncatted
$(
basename
"
$i
"
)
"
done
done
```
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment