SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
fetch_stereo_plastic Namespace Reference

Download and reformat STEREO Velocity files from fetch type STEREOA_VELOCITY. More...

Detailed Description

Download and reformat STEREO Velocity files from fetch type STEREOA_VELOCITY.

Only files from a minimum date (default today - 10 days) are downloaded.
From the downloaded file (Fetch level 0 with data format CDF_STEREOPLASTIC_V0), reformat it as V1 format (Fetch level 1 with data format CDF_STEREOPLASTIC_V1).
Do it if not already present locally or if not the most recent.
Add in SW Database the new downloaded or formatted files.

Author
M. Indurain
Date
01 Jan 2019

1. Server connection

Connect to the server and list all available files on the server (all_remote_files list).

2. Filter files

Only > date_begin are looked (remote_vm1 list).

3. Fetch level 0: Download files

4. Fetch level 1: Format in V1

Reformat file with data format CDF_STEREOPLASTIC_V0 into data format CDF_STEREOPLASTIC_V1.

5. Update database

Add or update the timeserie database with recently created files (files from downloaded_files, f1_fetched_files).