X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 14 Sep 2018 03:11 PM by  Ben Castellani
Help with my school project
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Luis Cárdenas



New Member


Posts:
New Member


--
10 Sep 2018 11:21 AM
    Hi, i'm having issues with my school project.

    It consists in download data to process and plot it , but this data is in a very strange format.

    So, my questions are:

    a) How to get a file from a website using IDL?

    b)How to format it?

    Ben Castellani



    Basic Member


    Posts:130
    Basic Member


    --
    14 Sep 2018 03:11 PM
    If the data available through a standard web address, like...

    http://www.website.com/file.txt

    ...WGET is probably the easiest way to download the data to your local machine: https://www.harrisgeospatial.com/docs/WGET.html

    Alternatively, you can use the IDLnetURL object. While it is more configurable, it is also more complicated, unnecessarily so in many cases: https://www.harrisgeospatial.com/docs/IDLnetURL.html
    You are not authorized to post a reply.