Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hirs_avhrr
Manage
Activity
Members
Plan
Wiki
Code
Snippets
Deploy
Model registry
Analyze
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
HIRS
SIPS
hirs_avhrr
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Updated documentation for local processing.
authored
6 years ago
by
Geoff Cureton
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+5
-4
5 additions, 4 deletions
home.md
with
5 additions
and
4 deletions
home.md
View page @
86123d09
...
...
@@ -12,9 +12,10 @@ Delivery(id='20180505-1', name='hirs_avhrr', version='0.1.21pre', path='/mnt/del
```
We also need to install the following packages:
```
bash
pip
install
-i
https://sips.ssec.wisc.edu/eggs/simple
pip
install
-i
https://sips.ssec.wisc.edu/eggs timeutil
pip
install
-i
https://sips.ssec.wisc.edu/eggs glutil
pip
install
-i
https://sips.ssec.wisc.edu/eggs
-U
flo rados
pip
install
-i
https://sips.ssec.wisc.edu/eggs
-U
sipsprod glutil
pip
install
-i
https://sips.ssec.wisc.edu/eggs
-U
timeutil
pip
install
-i
https://sips.ssec.wisc.edu/eggs
-U
simple
```
#### Local Deployment of python glue code
...
...
@@ -27,7 +28,7 @@ ln -s ../../../packages/hirs_avhrr/source/flo ./
# Local Processing
```
bash
repo
=
$HOME
'/git'
work_dir
=
'/data/
user
/HIRS_processing/Work/local_processing/hirs_avhrr'
work_dir
=
'/data/
'
$USER
'
/HIRS_processing/Work/local_processing/hirs_avhrr'
satellite
=
'metop-b'
...
...
This diff is collapsed.
Click to expand it.