X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03 Aug 2020 11:55 AM by  Ben Castellani
how to access AWS from IDL
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Brian



New Member


Posts:
New Member


--
27 Jul 2020 08:41 AM
    I searched around, but was not able to find anything especially useful as far as examples or documentation on how to access AWS datasets from within IDL. In particular, I would like to get satellite data from GOES-16 and 17: https://registry.opendata.aws/noaa-goes/

    Any hints or leads would be greatly appreciated!

    Thanks,
    Brian

    Ben Castellani



    Basic Member


    Posts:130
    Basic Member


    --
    03 Aug 2020 11:55 AM
    IDL does not include any specific functionality to access GOES data on AWS S3 buckets. You will need to follow the steps provided by NOAA to access AWS and download the data to your local machine for processing by IDL.

    From the GOES docs, it looks like the best method would be to install the AWS Command Line Interface (AWS CLI) utility to download the data: https://docs.opendata.aws/noaa-goes16/cics-readme.html

    A command line utility like that could be run via IDL using the SPAWN command if it makes sense for your usage: https://www.harrisgeospatial.com/docs/SPAWN.html
    You are not authorized to post a reply.