gsac-client Examples
Examples:
1) Get information about data matching a very basic request...using a
command-line client (rinex obs file information for day 080 of 2002):
gsac-client -v -f info -t rinex_obs -d 080 -y 2002
2) Get data matching specific span of time and data type....using a
command-line client (rinex obs, nav and met data from 085 of 2002
through 090 of 2002):
gsac-client -v -f data -t rinex_obs -t rinex_met -t rinex_nav -sd 085
-sy 2002 -ed 090 -ey 2002 -e mscharber@ucsd.edu
3) Get data matching specific span of time, data type and region...using
a command-line client (rinex met from 001 of 1998 through 200 of 1998):
gsac-client -v -f data -t rinex_met -sd 001 -sy 1998 -ed 200 -ey 1998
-bb -100,30,-90,40 -e mscharber@ucsd.edu
|