------------------------------------------------------ Example how to get VITMO model data using wget and curl methods for four models ( on UNIX environment ) ------------------------------------------------------------------ 1 Corrected Geomagnetic Coordinates and IGRF/DGRF Model Parameters (with default parameters as chosen at http://omniweb.gsfc.nasa.gov/vitmo/cgm_vitmo.html) -------------------------------------------------- For curl command: > curl -d "model=cgm&year=2000&height=100.&geo_flag=1&latitude=45.00&longitude=270.0&profile=1&start=100.&stop=1000.&step=50.&format=0&vars=01&vars=04&vars=05&linestyle=solid&charsize=&symbol=0&symsize=&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi > test_curl.txt Requested data will be saved at "test_curl.txt" file For wget command: >wget --post-data "model=cgm&year=2000&height=100.&geo_flag=1&latitude=45.00&longitude=270.0&profile=1&start=100.&stop=1000.&step=50.&format=0&vars=01&vars=04&vars=05&linestyle=solid&charsize=&symbol=0&symsize=&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi -O test_wget.txt Requested data will be saved at "test_wget.txt" file -------------------------------------------------------------------- 2 DGRF/IGRF Geomagnetic Field Model 1900 - 2015 and Related Parameters (with default parameters as chosen at http://omniweb.gsfc.nasa.gov/vitmo/igrf_vitmo.html) --------------------- For curl command: > curl -d "model=igrf&year=2000&latitude=45.0&longitude=270.0&height=100.&profile=3&start=100.&stop=1000.&step=50.&format=0&vars=01&vars=05&linestyle=solid&charsize=&symbol=0&symsize=&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi > test_curl.txt Requested data (home page) will be saved at "test_curl.txt" file For wget command: >wget --post-data "model=igrf&year=2000&latitude=45.0&longitude=270.0&height=100.&profile=3&start=100.&stop=1000.&step=50.&format=0&vars=01&vars=05&linestyle=solid&charsize=&symbol=0&symsize=&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi -O test_wget.txt Requested data will be saved at "test_wget.txt" file -------------------------------------------------------------------- 3. International Reference Ionosphere - IRI-2007 (with default parameters as chosen at http://omniweb.gsfc.nasa.gov/vitmo/iri_vitmo.html) -------------------------------------------------------------------- For curl command: > curl -d "model=iri&year=2000&month=01&day=01&time_flag=0&hour=1.5&geo_flag=0.&latitude=50.&longitude=40.&height=100.&profile=1&start=100.&stop=2000.&step=50.&sun_n=&ion_n=&htec_max=&ne_top=0.&imap=0.&ffof2=0.&ib0=0.&probab=0.&dreg=0.&tset=0.&icomp=0.&nmf2=0.&f2=0.&format=0&vars=06&vars=11&vars=12&linestyle=solid&charsize=&symbol=2&symsize=&yscale=Linear&xscale=Linear&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi > test_curl.txt Requested data (home page) will be saved at "test_curl.txt" file For wget command: >wget --post-data "model=iri&year=2000&month=01&day=01&time_flag=0&hour=1.5&geo_flag=0.&latitude=50.&longitude=40.&height=100.&profile=1&start=100.&stop=2000.&step=50.&sun_n=&ion_n=&htec_max=&ne_top=0.&imap=0.&ffof2=0.&ib0=0.&probab=0.&dreg=0.&tset=0.&icomp=0.&nmf2=0.&f2=0.&format=0&vars=06&vars=11&vars=12&linestyle=solid&charsize=&symbol=2&symsize=&yscale=Linear&xscale=Linear&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi -O test_wget.txt Requested data will be saved at "test_wget.txt" file ------------------------------------------------------------- 3a. International Reference Ionosphere - IRI-2012 (with default parameters as chosen at http://omniweb.gsfc.nasa.gov/vitmo/iri2012_vitmo.html) -------------------------------------------------------------------- For curl command: > curl -d "model=iri_2012&year=2000&month=01&day=01&time_flag=0&hour=1.5&geo_flag=0.&latitude=50.&longitude=40.&height=100.&profile=1&start=100.&stop=2000.&step=50.&sun_n=&ion_n=&radio_f=&radio_f81=&htec_max=&ne_top=0.&imap=0.&ffof2=0.&ib0=2.&probab=0.&ffoE=0.&dreg=0.&tset=0.&icomp=0.&nmf2=0.&hmf2=0.&user_nme=0.&user_hme=0.&format=0&vars=06&vars=17&vars=18&linestyle=solid&charsize=&symbol=2&symsize=&yscale=Linear&xscale=Linear&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi > test_curl.txt Requested data (home page) will be saved at "test_curl.txt" file For wget command: >wget --post-data "model=iri_2012&year=2000&month=01&day=01&time_flag=0&hour=1.5&geo_flag=0.&latitude=50.&longitude=40.&height=100.&profile=1&start=100.&stop=2000.&step=50.&sun_n=&ion_n=&radio_f=&radio_f81=&htec_max=&ne_top=0.&imap=0.&ffof2=0.&ib0=2.&probab=0.&ffoE=0.&dreg=0.&tset=0.&icomp=0.&nmf2=0.&hmf2=0.&user_nme=0.&user_hme=0.&format=0&vars=06&vars=17&vars=18&linestyle=solid&charsize=&symbol=2&symsize=&yscale=Linear&xscale=Linear&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi -O test_wget.txt Requested data will be saved at "test_wget.txt" file --------------------------------------------------------------------- 4. MSIS-E-90 Atmosphere Model parameters (with default parameters as chosen at http://omniweb.gsfc.nasa.gov/vitmo/msis_vitmo.html) ------------------------------------------------------ For curl command: > curl -d "model=msis&year=2000&month=01&day=01&time_flag=0&hour=1.5&geo_flag=0.&latitude=55.&longitude=45.&height=100.&profile=1&start=0.&stop=1000.&step=50.&f10_7=&f10_7_3=&ap=&format=0&vars=05&vars=08&vars=09&linestyle=solid&charsize=&symbol=2&symsize=&yscale=Linear&xscale=Linear&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi > test_curl.txt Requested data (home page) will be saved at "test_curl.txt" file For wget command: >wget --post-data "model=msis&year=2000&month=01&day=01&time_flag=0&hour=1.5&geo_flag=0.&latitude=55.&longitude=45.&height=100.&profile=1&start=0.&stop=1000.&step=50.&f10_7=&f10_7_3=&ap=&format=0&vars=05&vars=08&vars=09&linestyle=solid&charsize=&symbol=2&symsize=&yscale=Linear&xscale=Linear&imagex=640&imagey=480" http://omniweb.gsfc.nasa.gov/cgi/vitmo/vitmo_model.cgi -O test_wget.txt Requested data will be saved at "test_wget.txt" file ---------------------------------------------------------------------