Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions config/acspo_awips.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
driver: acspo2awips.sh
configs:

Check warning on line 1 in config/acspo_awips.yml

View workflow job for this annotation

GitHub Actions / test

1:1 [document-start] missing document start "---"
default:
options: "--grid-coverage 0 --output-pattern UAF_AWIPS_{satellite}_{instrument}_{product_name}_{grid_name}_{begin_time}
--source-name UAF "
grid: 203
save:
- "*"
options: '--grid-coverage 0 --output-pattern UAF_AWIPS_{satellite}_{instrument}_{product_name}_{grid_name}_{begin_time}

Check failure on line 4 in config/acspo_awips.yml

View workflow job for this annotation

GitHub Actions / test

4:81 [line-length] line too long (123 > 80 characters)
--source-name UAF '
p2g_config: uaf_awips_backend.ini
save:
- '*'

Check failure on line 8 in config/acspo_awips.yml

View workflow job for this annotation

GitHub Actions / test

8:5 [indentation] wrong indentation: expected 6 but found 4
driver: acspo2awips.sh
limits:
processor: 2
29 changes: 14 additions & 15 deletions config/acspo_geotif.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
---
configs:

Check warning on line 1 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

1:1 [document-start] missing document start "---"
viirs:
p2g_args: "--tiled --compress DEFLATE"
grid_file: viirs_geotiff_grids.grd
avhrr:
grid_file: avhrr_geotiff_grids.grd
p2g_args: --tiled --compress DEFLATE
save:
- '*.tif'

Check failure on line 6 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

6:5 [indentation] wrong indentation: expected 6 but found 4
tasks:
- acspo2gtiff.sh --grid-coverage 0 -p sst -g alaska_300 --dtype real4 --output-pattern
- acspo2gtiff.sh --grid-coverage 0 -p sst -g alaska_1000 --dtype real4 --output-pattern

Check failure on line 8 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

8:5 [indentation] wrong indentation: expected 6 but found 4

Check failure on line 8 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

8:81 [line-length] line too long (91 > 80 characters)
{satellite}_{instrument}_{product_name}_{begin_time}_{grid_name}.float.tif
- acspo2gtiff.sh --grid-coverage 0 -p sst -g alaska_overview --output-pattern

Check failure on line 10 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

10:81 [line-length] line too long (81 > 80 characters)
{satellite}_{instrument}_{product_name}_{begin_time}_{grid_name}.tif
save:
- "*.tif"
modis:
p2g_args: "--tiled --compress DEFLATE"
grid_file: modis_geotiff_grids.grd
p2g_args: --tiled --compress DEFLATE
save:
- '*.tif'

Check failure on line 16 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

16:5 [indentation] wrong indentation: expected 6 but found 4
tasks:
- acspo2gtiff.sh --grid-coverage 0 -p sst -g alaska_500 --dtype real4 --output-pattern

Check failure on line 18 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

18:5 [indentation] wrong indentation: expected 6 but found 4

Check failure on line 18 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

18:81 [line-length] line too long (90 > 80 characters)
{satellite}_{instrument}_{product_name}_{begin_time}_{grid_name}.float.tif
- acspo2gtiff.sh --grid-coverage 0 -p sst -g alaska_overview --output-pattern

Check failure on line 20 in config/acspo_geotif.yml

View workflow job for this annotation

GitHub Actions / test

20:81 [line-length] line too long (81 > 80 characters)
{satellite}_{instrument}_{product_name}_{begin_time}_{grid_name}.tif
viirs:
grid_file: viirs_geotiff_grids.grd
p2g_args: --tiled --compress DEFLATE
save:
- "*.tif"
avhrr:
p2g_args: "--tiled --compress DEFLATE"
grid_file: avhrr_geotiff_grids.grd
- '*.tif'
tasks:
- acspo2gtiff.sh --grid-coverage 0 -p sst -g alaska_1000 --dtype real4 --output-pattern
- acspo2gtiff.sh --grid-coverage 0 -p sst -g alaska_300 --dtype real4 --output-pattern
{satellite}_{instrument}_{product_name}_{begin_time}_{grid_name}.float.tif
- acspo2gtiff.sh --grid-coverage 0 -p sst -g alaska_overview --output-pattern
{satellite}_{instrument}_{product_name}_{begin_time}_{grid_name}.tif
save:
- "*.tif"
limits:
processor: 2
79 changes: 39 additions & 40 deletions config/acspo_l2.yml
Original file line number Diff line number Diff line change
@@ -1,50 +1,49 @@
---
configs:

Check warning on line 1 in config/acspo_l2.yml

View workflow job for this annotation

GitHub Actions / test

1:1 [document-start] missing document start "---"
npp:
driver: "/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash "
options: " -p 2 -s npp --dynanc=/cspp/dyno/sst "
bias: "/opt/cspp/bias"
save:
- "*.nc"
noaa20:
driver: "/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash "
options: " -p 2 -s n20 --dynanc=/cspp/dyno/sst "
bias: "/opt/cspp/bias"
aqua:
bias: /opt/cspp/bias
driver: '/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash --dynanc=/cspp/dyno/sst '
options: '-p 2 -s aqua -vv '
save:
- "*.nc"
- '*.nc'
metopb:
driver: "/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash "
options: " -p 2 -s metopb --dynanc=/cspp/dyno/sst "
bias: "/opt/cspp/bias"
bias: /opt/cspp/bias
driver: '/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash '
options: ' -p 2 -s metopb --dynanc=/cspp/dyno/sst '
save:
- "*.nc"
- '*.nc'
metopc:
driver: "/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash "
options: " -p 2 -s metopc --dynanc=/cspp/dyno/sst "
bias: "/opt/cspp/bias"
bias: /opt/cspp/bias
driver: '/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash '
options: ' -p 2 -s metopc --dynanc=/cspp/dyno/sst '
save:
- "*.nc"
terra:
driver: "/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash --dynanc=/cspp/dyno/sst "
options: " -p 2 -s terra -vv "
bias: "/opt/cspp/bias"
save:
- "*.nc"
aqua:
driver: "/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash --dynanc=/cspp/dyno/sst "
options: "-p 2 -s aqua -vv "
bias: "/opt/cspp/bias"
- '*.nc'
n18:
bias: /opt/cspp/bias
driver: '/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash --dynanc=/cspp/dyno/sst '
options: '-p 2 -s n18 -vv '
save:
- "*.nc"
- '*.nc'
n19:
driver: "/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash --dynanc=/cspp/dyno/sst "
options: " -p 2 -s n19 -vv "
bias: "/opt/cspp/bias"
bias: /opt/cspp/bias
driver: '/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash --dynanc=/cspp/dyno/sst '
options: ' -p 2 -s n19 -vv '
save:
- "*.nc"
n18:
driver: "/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash --dynanc=/cspp/dyno/sst "
options: "-p 2 -s n18 -vv "
bias: "/opt/cspp/bias"
- '*.nc'
noaa20:
bias: /opt/cspp/bias
driver: '/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash '
options: ' -p 2 -s n20 --dynanc=/cspp/dyno/sst '
save:
- '*.nc'
npp:
bias: /opt/cspp/bias
driver: '/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash '
options: ' -p 2 -s npp --dynanc=/cspp/dyno/sst '
save:
- '*.nc'
terra:
bias: /opt/cspp/bias
driver: '/cspp/CSPP_ACSPO_2_0/scripts/run_acspo.bash --dynanc=/cspp/dyno/sst '
options: ' -p 2 -s terra -vv '
save:
- "*.nc"
- '*.nc'
5 changes: 2 additions & 3 deletions config/amsr2_level1.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
configs:

Check warning on line 1 in config/amsr2_level1.yml

View workflow job for this annotation

GitHub Actions / test

1:1 [document-start] missing document start "---"
amsr2:
driver: "$AMSR2_HOME/singularity_run_amsr_level1.bash"
options: " "
driver: $AMSR2_HOME/singularity_run_amsr_level1.bash
level0_glob: tp*.GCOM-W1.AMSR2.dat
options: ' '
limits:
processor: 1
85 changes: 42 additions & 43 deletions config/avhrr_awips.yml
Original file line number Diff line number Diff line change
@@ -1,61 +1,60 @@
---
terascan_driver: "/opt/terascan/pass/tscan.bash_profile"
save:
- unused
griding:
opts: master_var=master brute_force=no off_protect=no add_to_output=no include_vars=\*
poly_size=100 interpolate=nn whole_input=yes apply_scaling=yes
master: Master_3752
scaling:
visible: sqrt_stretch
thermal: awips_thermal_stretch
export:
visible: expgeotiff add_offset=0 sort_by_line=no sort_by_var=no apply_scaling=yes
reverse_bytes=no trans_matrix=no
thermal: 'expgeotiff sort_by_line=no apply_scaling=yes add_offset= trans_matrix=
force_unsigned= '
bands:
visible:
- avhrr_ch1
- avhrr_ch2
- avhrr_ch3a
thermal:
- avhrr_ch3
- avhrr_ch4
- avhrr_ch5
awips_conversion:
extents: " -4952960.856 -6857977.390 3431039.144 381022.610 "
proj: "'+proj=stere +lat_0=90 +lat_ts=60 +lon_0=-150 +k=1 +x_0=0 +y_0=0 +a=6371200
+b=6371200 +units=m +no_defs'"
warp_opts: "-tr 1000 1000 -rb"
gdal:
co_opts: "-co COMPRESS=DEFLATE -co TILED=YES -co TILED=YES"
polar2grid:
env: "$POLAR2GRID_HOME/bin/polar2grid_env.sh"
grid: "$POLAR2GRID_HOME/ShellB3/lib/python2.7/site-packages/polar2grid-1.2.0-py2.7.egg/polar2grid/awips/ncml/grid203.ncml"
awips:

Check warning on line 1 in config/avhrr_awips.yml

View workflow job for this annotation

GitHub Actions / test

1:1 [document-start] missing document start "---"
naming:
avhrr_ch1:
satellite_name: AVHRR
channel: 0.63 um
name: ch1
avhrr_ch2:
satellite_name: AVHRR
avhrr_ch2:
channel: 0.86 um
name: ch2
avhrr_ch3a:
satellite_name: AVHRR
channel: 1.6 um
name: ch3a
avhrr_ch3:
satellite_name: AVHRR
channel: 3.7 um
name: ch3b
avhrr_ch4:
satellite_name: AVHRR
avhrr_ch3a:
channel: 1.6 um
name: ch3a
satellite_name: AVHRR
avhrr_ch4:
channel: 10.8 um
name: ch4
avhrr_ch5:
satellite_name: AVHRR
avhrr_ch5:
channel: 12.0 um
name: ch5
satellite_name: AVHRR
awips_conversion:
extents: ' -4952960.856 -6857977.390 3431039.144 381022.610 '
proj: '''+proj=stere +lat_0=90 +lat_ts=60 +lon_0=-150 +k=1 +x_0=0 +y_0=0 +a=6371200
+b=6371200 +units=m +no_defs'''
warp_opts: -tr 1000 1000 -rb
bands:
thermal:
- avhrr_ch3
- avhrr_ch4
- avhrr_ch5
visible:
- avhrr_ch1
- avhrr_ch2
- avhrr_ch3a
export:
thermal: 'expgeotiff sort_by_line=no apply_scaling=yes add_offset= trans_matrix=
force_unsigned= '
visible: expgeotiff add_offset=0 sort_by_line=no sort_by_var=no apply_scaling=yes
reverse_bytes=no trans_matrix=no
gdal:
co_opts: -co COMPRESS=DEFLATE -co TILED=YES -co TILED=YES
griding:
master: Master_3752
opts: master_var=master brute_force=no off_protect=no add_to_output=no include_vars=\*
poly_size=100 interpolate=nn whole_input=yes apply_scaling=yes
polar2grid:
env: $POLAR2GRID_HOME/bin/polar2grid_env.sh
grid: $POLAR2GRID_HOME/ShellB3/lib/python2.7/site-packages/polar2grid-1.2.0-py2.7.egg/polar2grid/awips/ncml/grid203.ncml
save:
- unused
scaling:
thermal: awips_thermal_stretch
visible: sqrt_stretch
terascan_driver: /opt/terascan/pass/tscan.bash_profile
7 changes: 3 additions & 4 deletions config/avhrr_l0.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
terascan_driver: "/opt/terascan/pass/tscan.bash_profile"
save:
- "*.avhrr"
opts: 'which_ch3=both hrpt_format=lac hrpt_types=avhrr on_pass_disk=no channels="1

Check warning on line 1 in config/avhrr_l0.yml

View workflow job for this annotation

GitHub Actions / test

1:1 [document-start] missing document start "---"
2 3 4 5" fix_missing=yes sharpen=no calibrate=yes temp_units=kelvin byte_output=no
full_report=no solar_corr=no geo_correct=no delta_line=1 delta_sample=1 use_master=no
start_time= num_lines= start_sample=1 num_samples= '
save:
- '*.avhrr'
terascan_driver: /opt/terascan/pass/tscan.bash_profile
Loading
Loading