ices-taf / doc

Community documentation for the TAF project
http://taf.ices.dk
11 stars 4 forks source link

Develop a short example of AcousticTAF workflow #211

Open colinpmillar opened 6 years ago

colinpmillar commented 6 years ago

Summary

Develop a short example of AcousticTAF workflow for presentation at a meeting with REDUS at the ASC 2018 and to the WGIPS in January 2019

Tasks required

colinpmillar commented 6 years ago

From Medhi: Hi Collin,

These are Acoustic WebAPI for downloading StoX files:

  1. List of all submission -> http://acoustic.ices.dk/services/Download/GetUploadlist/ This service returns list of submitted cruise. You can get id for each cruise and pass to the bellow services to download Acoustic or Biotic StoX files.

acoustictaf

  1. Download Acoustic StoX file -> http://acoustic.ices.dk/services/Download/DownloadStoXAcousticXML/{ID} eg. http://acoustic.ices.dk/services/Download/DownloadStoXAcousticXML/3

  2. Download Biotic StoX file -> http://acoustic.ices.dk/services/Download/DownloadStoXBioticXML/{ID} eg. http://acoustic.ices.dk/services/Download/DownloadStoXBioticXML/3

colinpmillar commented 6 years ago

Here is the second version of the diagram for the workflow: taf_with_begin_script_v2

colinpmillar commented 6 years ago

@HjalteParner - does "Bootstrap" work better for you than "begin"?

HjalteParner commented 6 years ago

Much better (to me)

HjalteParner commented 6 years ago

@HjalteParner - does "Bootstrap" work better for you than "begin"?

Bootstrap is a good word to me e.g. 'In computer technology the term (usually shortened to booting) usually refers to the process of loading the basic software into the memory of a computer after power-on or general reset, especially the operating system which will then take care of loading other software as needed.'