java - Passing a text file of astrometry to a HTML form -
i trying download astronomical catalogue website http://tgss.ncra.tifr.res.in/tgss_cb.html
however, have can download parts of catalogue (out 4 degrees). site requires me input positions , search radius. system works calling information in cgi-bin not have permission access.
what have text file contains different positions allow me download entire catalogue (essentially moving circle around survey area).
i want pass text file html form no manual input.
is there way loop around website co-ordinates inputed, submitted , file downloaded, , moves onto next position, no manual input?
sorry if simple have limited html/java experience.
thanks in advance help!
you can easyly send http-request webserver through java. in best case get-parameter (www.xy.com/test.php?this=is&theget=parameter) set , ready go.
so generate http-request webserver, passing parameters generating link-adress according wanted position:
www.space-map-stuff.com?dontknow=65626879&whattopass=651681
Comments
Post a Comment