Skip to content
Snippets Groups Projects
Commit 638777c0 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Merge branch 'fix_mr_bgeels-master-patch-39336' into 'master'

Update examples in usage.md to use recommended URL template formatting and add...

See merge request ghsc/users/erigler/geomag-algorithms!3
parents 68b18fcb cbcc26d1
No related branches found
No related tags found
1 merge request!172Update examples in usage.md to use recommended URL template formatting and add...
...@@ -59,9 +59,24 @@ directory and output **_H_**, **_E_**, **_Z_** and **_F_** data to a group of ...@@ -59,9 +59,24 @@ directory and output **_H_**, **_E_**, **_Z_** and **_F_** data to a group of
--starttime 2013-03-01T00:00:00Z \ --starttime 2013-03-01T00:00:00Z \
--endtime 2013-03-31T23:59:00Z \ --endtime 2013-03-31T23:59:00Z \
--input pcdcp --input pcdcp
--input-url file://data-pcdcp/./%(OBS)s%(year)s%(julian)s.%(i)s \ --input-url file://data-pcdcp/./{OBS}/{date:%Y%j}.{i} \
--output iaga2002 --output iaga2002 \
--output-url file://data-iaga/./$(obs)s%(Y)s%(j)s.%(i)s \ --output-url file://data-iaga/./{obs}{date:%Y%m%d}{t}{i}.{i} \
--outchannels H E Z F
Here is the same example written for use in the Windows command line.
geomag.py ^
--type variation ^
--inchannels H E Z F ^
--interval minute ^
--observatory TUC ^
--starttime 2013-03-01T00:00:00Z ^
--endtime 2013-03-31T23:59:00Z ^
--input pcdcp
--input-url file://data-pcdcp/./{OBS}/{date:%%Y%%j}.{i} ^
--output iaga2002 ^
--output-url file://data-iaga/./{obs}{date:%%Y%%m%%d}{t}{i}.{i} ^
--outchannels H E Z F --outchannels H E Z F
To retrieve all **_Dst 4 minute_**, and **_Dst 3 minute_** data from **_USGS_** To retrieve all **_Dst 4 minute_**, and **_Dst 3 minute_** data from **_USGS_**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment