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

Merge branch 'master' into 'master'

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

See merge request !172
parents 68b18fcb 638777c0
No related branches found
No related tags found
2 merge requests!172Update examples in usage.md to use recommended URL template formatting and add...,!168Use recommended URL template formatting in usage.md and add Windows example.
Pipeline #135723 passed
...@@ -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