Search found 10 matches

by sverrem
Tue Mar 08, 2022 6:10 am
Forum: VIIRS SDR
Topic: Mirror ancillary and luts on authenticated server
Replies: 1
Views: 8674

Mirror ancillary and luts on authenticated server

We have mirrored the ancillary and luts from these sites on our own auxdata server. JPSS_REMOTE_ANC_DIR=https://jpssdb.ssec.wisc.edu/cspp_v_4_0/ancillary/ JPSS_REMOTE_LUT_DIR=https://jpssdb.ssec.wisc.edu/cspp_luts_v_4_0/ However our server uses authentication: JPSS_REMOTE_ANC_DIR=https://user:passwo...
by sverrem
Fri Feb 25, 2022 2:37 am
Forum: VIIRS SDR
Topic: Trim size of CSPP SDR for use in Docker
Replies: 3
Views: 8122

Re: Trim size of CSPP SDR for use in Docker

There are 3 software packages in CSPP SDR: VIIRS, ATMS and CRIS Currently we are only using the SDR for processing NPP/NOAA VIIRS. Unfortunately there is not much to save for these directories 24K atms 24K omps 48K cris 68K viirs 3,7G common Most of the size resides in the common directory. Where th...
by sverrem
Thu Feb 24, 2022 8:23 am
Forum: VIIRS SDR
Topic: Trim size of CSPP SDR for use in Docker
Replies: 3
Views: 8122

Trim size of CSPP SDR for use in Docker

Is it possible to trim down the size of the CSPP SDR to process VIIRS? Creating a docker image with the SDR software (without the ancillary and luts) makes the docker image almost 6GB in size. The SDR v3.2 took 4.22GB, while the latest v3.3 takes 5.77GB in docker image size. The ancillary and luts a...
by sverrem
Tue Jun 16, 2020 6:47 am
Forum: VIIRS SDR
Topic: Ancillary update not downloading new files
Replies: 10
Views: 15577

Re: Ancillary update not downloading new files

Running on Linux OpenSUSE Leap 15.1 Step 1: export CSPP_SDR_HOME=/kspt/drive/cspp/SDR_3_2 rm -r $CSPP_SDR_HOME/anc/cache/* Step 2: sdr_luts.sh -l -d Outpiut from Step 2: sverre@arcturus:~/kspt/drive/cspp/SDR_3_2> source cspp_sdr_env.sh sverre@arcturus:~/kspt/drive/cspp/SDR_3_2> sdr_luts.sh -l -d CSP...
by sverrem
Tue Jun 02, 2020 6:43 am
Forum: VIIRS SDR
Topic: Ancillary update not downloading new files
Replies: 10
Views: 15577

Re: Ancillary update not downloading new files

Even if I don't stand in CSPP_SDR_HOME, it will still not download any new ancillary. sverre@linx01:~> source $CSPP_SDR_HOME/cspp_sdr_env.sh sverre@linx01:~> sdr_luts.sh sverre@linx01:~> sdr_ancillary.sh I would expect it to download 20200528 and newer https://jpssdb.ssec.wisc.edu/cspp_v_4_0/ancilla...
by sverrem
Fri May 29, 2020 7:00 am
Forum: VIIRS SDR
Topic: Ancillary update not downloading new files
Replies: 10
Views: 15577

Re: Ancillary update not downloading new files

This is the ouput I got from sdr_ancillary.sh sverre@arcturus:/run/media/sverre/13835063-5f3f-4dee-aa06-c348230cb455/cspp/SDR_3_2> source cspp_sdr_env.sh sverre@arcturus:/run/media/sverre/13835063-5f3f-4dee-aa06-c348230cb455/cspp/SDR_3_2> ./common/sdr_ancillary.sh CSPP_STATIC_ANCIL_DIR=/run/media/sv...
by sverrem
Fri May 29, 2020 5:58 am
Forum: VIIRS SDR
Topic: Ancillary update not downloading new files
Replies: 10
Views: 15577

Re: Ancillary update not downloading new files

1) The CSPP SDR is working. I got it to process the test data. After manually copying the ancillary from https://jpssdb.ssec.wisc.edu/cspp_v_4_0/ancillary/, I even got it to process our own produced rawdata. 2) I have set CSPP_SDR_HOME and sourced the cspp_sdr_env.sh 3) I have set the environment va...
by sverrem
Thu May 28, 2020 4:50 am
Forum: VIIRS SDR
Topic: Ancillary update not downloading new files
Replies: 10
Views: 15577

Ancillary update not downloading new files

Running ancillary update does not download any new ancillary to cache. export JPSS_REMOTE_ANC_DIR=https://jpssdb.ssec.wisc.edu/cspp_v_4_0/ancillary/ export JPSS_REMOTE_LUT_DIR=https://jpssdb.ssec.wisc.edu/cspp_luts_v_4_0/ ${CSPP_SDR_HOME}/common/sdr_ancillary -d -t 20200528 Warning overridden defaul...
by sverrem
Fri May 22, 2020 3:41 am
Forum: VIIRS EDRs
Topic: VIIRS Flood Detection Processing Failed
Replies: 2
Views: 9610

Re: VIIRS Flood Detection Processing Failed

Running in docker environment works just fine. It is probably the Kubernetes deployment that is the problem. However, I cannot find any problem with my kubernetes manifest for CSPP FLOOD. I have the same deployment for CSPP SDR witch works in Kubernetes. I was hoping something from the FLOOD v1.1 SW...
by sverrem
Wed May 20, 2020 2:30 am
Forum: VIIRS EDRs
Topic: VIIRS Flood Detection Processing Failed
Replies: 2
Views: 9610

VIIRS Flood Detection Processing Failed

I have created a docker image with the CSPP EDR FLOOD Software. Running the docker image works fine, but when I am trying to run it in Kubernetes it fails. If anyone can look at the failed execution output and tell me what/why it is failing? Since the ancillary data is around 12GB, I have moved this...